Skip to Content
0
Former Member
Feb 15, 2011 at 09:44 PM

Calling non-WSDL web service from ABAP

306 Views

Hi Gurus,

I'd like to know whether it is possible to call a non WSDL web service from within an ABAP based system. The web serivce I'd like to call is a SPML service running on top of NetWeaver AS Java. It authenticates via username/password and expects a SOAP request, inside the SOAP body is the XML. Building the XML structure is not the issue, I am more concerned how it is possible to call the service without using the SAP standard web service handling.

On the other side this call is not so much different from a REST call. Can anyone confirm that ABAP supports web service calls without having a WSDL?

Thanks!

Andreas