wcfsoapwsdlwebservice-clientsap-basis

Generate WSDL web-service objects in SAP


is it possible with SAP to generate client stubs and transfer objects from a WSDL served by a .NET WCF web service? Or do I have to build my SOAP XML requests manually?

To be more on the point. I still have a WCF web service and the wsdl. I have no knowlege in SAP. So the question is. Is it possible and how can I create client service stubs and the transfer objects in SAP from my WSDL?


Solution

  • It's easy to create an ABAP client for an existing web service if you have access to the URL for obtaining the wsdl file or the wsdl file itself. See this link for an step by step tutorial wich is basically:
    1- Generate proxy from wsdl using assitant
    2- Use proxy generated in your ABAP program

    Regards