‎2009 Apr 17 11:45 AM
Hello,
I like to call a WebServce from our vendor. The vendor provides me no WSDL document.
Question: Is it possible to create a client proxy without WSDL? I have just the SOAP Request/Response.
SAP ECC 6.0
SAP_BASIS 700 0010
Thank you very much in advance for any helpful answer.
Kind regards
Axel
‎2009 Apr 21 3:37 AM
Hi..
No. Itu2019s Not possible u2026. WSDL file is Mandatory to Create Client Proxy
Another Way is check this link
/people/jitender.chauhan/blog/2009/04/20/service-enabling-in-abap
Salil...
Edited by: salil chavan on Apr 21, 2009 4:47 AM
‎2009 Apr 21 3:40 AM
[ABAP Proxy Generation|http://help.sap.com/saphelp_nw04/helpdata/en/14/555f3c482a7331e10000000a114084/content.htm]
‎2009 Apr 21 5:03 AM
Hi Axel,
I am working on a program to connect to a external web-service from SAP (R/3 enterprise 4.7) and while searching all the available stuff for this I got this method.
But, I am still facing some other issues and hence doesn't have the whole solution. You have to probably try it out from your side once and see if it helps.
Please refer the following blog.
https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/847. [original link is broken] [original link is broken] [original link is broken]
it describes a method which is not at all using any WSDL file. Instead it uses the CL_HTTP_CLIENT class to pass a SOAP request to the web-service and then get the response.
Regards
Barada