[Users] mail bc generate new name

mcarrolle mathieu.carrolle at ebmwebsourcing.com
Wed Mar 16 10:58:16 CET 2011


Hi,

Do you use the autogenerate in your jbi.xml of your service unit ?
Can you send me please your service unit ?
If you want to specify your own endpoint name you have to do this in the jbi.xml of your service unit.
Example of service unit providing the send mail operation :


Code:
<jbi:provides 		
			interface-name="sampleNs:SendMail"
			service-name="sampleNs:SendMailService"
			endpoint-name="SendMailServiceEndpoint">
	
			<!-- CDK specific elements -->
			<petalsCDK:wsdl xsi:nil="true" />
		
			<!-- Component specific elements -->	
			<mail:scheme>smtp</mail:scheme>
			<mail:host>xxx.xxx.xxx.xxx</mail:host>
			<mail:port>xx</mail:port>
			<mail:from>xxxx at xxx.xx</mail:from>
			<mail:to>xxxx at xxx.xx</mail:to>
			<mail:subject>Integration mail test(Service unit)</mail:subject>			
		</jbi:provides>




Mathieu CARROLLE




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

Subscribe/Unsubscribe emails notifications.

Response to this email will be posted on the Petals forum.
Please delete the existing text before responding :)

Read the topic online:
http://forum.petalslink.com/viewtopic.php?p=30941#30941

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


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


More information about the Users mailing list