cancel
Showing results for 
Search instead for 
Did you mean: 

web service config

0 Kudos

Dear All,

I need to call an external Web service from SAP, with some data and then receive back some data from this call. system = ECC6

I have just started into this new stuff and am not sure of the major steps involved.

-Do I need to create a proxy from se80 using a predfined WSDL from the external system??

-Can i then make the call to the service from withing standard ABAP or do i need some other development suite to make the connection

Many Thanks

Tony

Accepted Solutions (1)

Accepted Solutions (1)

matt
Active Contributor
0 Kudos

-Do I need to create a proxy from se80 using a predfined WSDL from the external system??


Yes. But you may need to make adjustments, since some WSDL's contain sections that older versions of SAP can't handle.


-Can i then make the call to the service from withing standard ABAP or do i need some other development suite to make the connection


Yes, you just use the generated proxy classes.

0 Kudos

Ok Thanks Matt for the confirmation.

Regards

Tony

attila_mikulan
Employee
Employee
0 Kudos

Hello Tony,

The wiki page and the troubleshooting guides give a lot of help on this topic. Check them out:

ABAP Web Services WIKI: http://wiki.scn.sap.com/wiki/x/GYSLDQ

WS Troubleshooting Guide for Service Consumers: http://wiki.scn.sap.com/wiki/x/CIIrFQ

Cheers,

Attila

Answers (0)