[Users] service with multiple portType

om10 oua27 at hotmail.com
Wed Mar 16 11:04:41 CET 2011


my WSDL:

==================
<definitions
...
   name="WebCrawlingService">
.....
<import namespace="http://exemple.org/services/crawling"
		location="../interfaces/Crawling.wsdl" />
<import namespace="http://exemple.org/services/contentprovider"
		location="../interfaces/ContentProvider.wsdl" />
<import namespace="http://exemple.org/services/configurable"
		location="../interfaces/Configurable.wsdl" />

<service name="WebCrawlingService">
	<port name="CrawlingPort"	binding="crawling:CrawlingSOAPBinding">
	 		<soap:address location="" />
	</port>
	<port name="ContentProviderPort" binding="contentprovider:ContentProviderSOAPBinding">
			<soap:address location="" />
	</port>
        <port name="ConfigurablePort" binding="configurable:ConfigurableSOAPBinding">
			<soap:address location="" />
	</port>
</service>
</definitions>

==================

my jbi

<jbi:jbi version="1.0"
...
 <jbi:services binding-component="true">
   <jbi:provides interface-name="interfaceNs:Configurable"
     service-name="serviceNs:WebCrawlingService"
     endpoint-name="ConfigurablePort">
     
     <petalsCDK:wsdl>WebCrawling.wsdl</petalsCDK:wsdl>
...


thanks




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

Subscribe/Unsubscribe emails notifications :
http://forum.petalslink.com/m2f_usercp.php

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=31521#31521

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






More information about the Users mailing list