[Users] BPEL - FTP - WSDL

flaborde fabrice.laborde at gmail.com
Wed Mar 16 10:40:48 CET 2011


Just a suggestion about namespaces and endpoints differentiation.

Start with making difference between su tns and interface tns.
in your concrete wsdl, i see that your tns is equals to the concrete tns. 


> xmlns:ftpInterface="http://petals.ow2.org/components/ftp/version-3"
>    targetNamespace="http://petals.ow2.org/components/ftp/version-3"> 
> 


just change your targetNamespace, and add a xmlns:tns
 [Arrow] 


> xmlns:ftpInterface="http://petals.ow2.org/components/ftp/version-3"
> targetNamespace="http://petals.ow2.org/FTPServiceRBSConverter"
> xmlns:tns="http://petals.ow2.org/FTPServiceRBSConverter">


Then, try according enpoints values on wsdl:service tag from

> <wsdl:service name="FTPServiceRBSConverter">
>       <wsdl:port name="FTPServiceRBSConverterEndpoint" binding="ftp:FtpBinding">
>          <soap:address location="http://petals.ow2.org/FTPServiceRBSConverter/FTPServiceRBSConverterEndpoint"/>
>       </wsdl:port>
>    </wsdl:service> 


 [Arrow] 


> <wsdl:service name="FTPServiceRBSConverter">
>       <wsdl:port name="FTPServiceRBSConverterEndpoint" binding="tns:FtpBinding">
>          <soap:address location="FTPServiceRBSConverterEndpoint"/>
>       </wsdl:port>
>    </wsdl:service> 


maybe easywsdl search your binding in abstract wsdl due to the fact of abstract targetNamespace macth with ftp namespace....




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

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


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


More information about the Users mailing list