2008 Sep 30 10:10 AM
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:
2008 Oct 01 7:45 PM
2008 Oct 01 8:59 PM
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?