[Users] Best way to deploy SAs on many Petals

fgardes petals-components at ebmwebsourcing.com
Wed Mar 16 10:28:58 CET 2011


With the trunk, the name of the autogenerated endpoints need to be the string "generate".


Code:
/**
         * The endpoint name used as the extension: auto-generated endpoint name
         * extension
         */
        public static final String AUTOGENERATED_ENDPOINT_NAME = "autogenerate";



Into a jbi file:


Code:
<jbi:provides interface-name="ns:Clock" 
			service-name="ns:ClockService"
			endpoint-name="autogenerate">



Into the wsdl file:

Code:
<wsdl:service name="ClockService">

		<wsdl:port binding="tns:ClockSoapBinding" name="autogenerate">

			<wsdlsoap:address location="petals:autogenerate" />

		</wsdl:port>

	</wsdl:service>






-------------------- m2f --------------------

Read this forum topic online here:
http://petals.ebmwebsourcing.com/forum/viewtopic.php?p=660#660

-------------------- m2f --------------------


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://forum-list.petalslink.org/pipermail/users/attachments/20110316/8f49e2b6/attachment.htm>


More information about the Users mailing list