cancel
Showing results for 
Search instead for 
Did you mean: 

Webservice XML-RPC Abap without PI

Former Member
0 Kudos

Hi,

I'd like to know if it's possible via abap Program to consume a non sap XML-RPC webservice? We don't have PI installed (and not foreseen).

The webservice doesn't support Get Method.

Thanks in advance for your help.

Michael

Accepted Solutions (0)

Answers (2)

Answers (2)

iaki_vila
Active Contributor
0 Kudos
manual-conf2.jpg

Hi Michael,

You can use Manual configuration if you don't have WSDL:

manual-conf2.jpg(38.3 kB)


With SOAMANAGER you can consume external web services in ABAP. Do you want to consume an external service in a SAP system without ABAP stack?.

Regards.

iaki_vila
Active Contributor
0 Kudos

Hi Michael,

You can do it via SOAMANAGER transaction in the ABAP ECC system:

https://wiki.scn.sap.com/wiki/display/ABAPConn/How+to+find+Web+Service+WSDL+in+SOA+Manager

Regards.

Former Member
0 Kudos

Hi Inaki,

Thanks for you answer.

Would it work even the webservice doesn't provide WSDL?

Michael

Former Member
0 Kudos

The link provide describe how to use a service create in SE80. In my case service is not a SAP one.

I need to be able to read the service from specific URL.

KR,

Michael