Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Creating client proxy for calling web service

Former Member
0 Likes
499

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

3 REPLIES 3
Read only

Former Member
0 Likes
433

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

Read only

former_member156446
Active Contributor
0 Likes
433

[ABAP Proxy Generation|http://help.sap.com/saphelp_nw04/helpdata/en/14/555f3c482a7331e10000000a114084/content.htm]

Read only

Former Member
0 Likes
433

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