Application Development 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: 

WSDL parser

Former Member
0 Kudos
161

I need to get functions and parameters from WSDL document, for example from

http://www.cbr.ru/CreditInfoWebServ/CreditOrgInfo.asmx?WSDL

Is there standard class or functional module?

I found online service, which do what i want:

http://www.soapclient.com/soapTest.html?SoapWSDL=http://www.cbr.ru/CreditInfoWebServ/CreditOrgInfo.a...

2 REPLIES 2

Former Member
0 Kudos
107

Hi,

Use "wizdl - Web Service GUI":

http://www.codeplex.com/wizdl

Former Member
0 Kudos
107

Sanks, but i am looking for a SOAP Client (ABAP Class, program, etc.).

I pass the path to WSDL of web-service to SOAP Client and parameters, SOAP Client return result.

There is such classes on JavaScript, Java, Perl, PHP.

For example NUSOAP PHP: http://users.skynet.be/pascalbotte/rcx-ws-doc/phpclient.htm

Is there something like that for SAP?