‎2006 Feb 15 1:42 PM
I have 2 problems in creating abap client proxies using wsdl
1.when i try to create client proxy by giving RPC style wsdl(generated by SAP itself for a RFC) the system throws an error and not allowing to create the proxy
2.The client proxy which i have created for a wsdl(either SAP created document type/any wsdl from commercial websites) gives an error "No receiver could be found"
could somebody please clarify and help me to solve the problem.
Thanks in advance.
Vasanth.
‎2006 Feb 18 10:28 AM
1.what exception are you getting?
2. did you try copying the WSDL to a local file and use that file for creating the client proxy.
Regards
Raja
‎2006 Feb 20 7:02 AM
Hi,
Thanks for the reply.
when i try giving the URI(for all the WS in xmethods.net)
it's giving me the any one of the following error.
1.Proxy generation terminated:Message must have exactly one part.
2.Error when reading XML document.document contains syntax error.
when i saved the wsdl locally and tried,the result was same.
But when i check the same in any SOAP Client it's working fine.
Thanks in advance.
Vasanth.
‎2006 Feb 20 10:49 AM