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: 

Consume webservice using ABAP in R/3 4.7

Former Member
0 Kudos

Hi,

Is it possible to call a external webservice using ABAP code in R/3 4.7? Any SAP documentation in this regard?(specifically R3 4.7)

regards,

Sujesh

3 REPLIES 3

Former Member
0 Kudos

I have the same question...is this possible. In later versions you can create a proxy object in SE80. I have been able to select a package and right click it and 'Create->Enterprise Service/Web Service->Proxy Object' then select the WSDL source, etc... This path is not available in 4.7.

Is there some other way in 4.7?

0 Kudos

Hi,

Yes, it is possible, but it's completely different to later releases and not particularly easy.

Search the SAP help for 4.7 using the terms "SOAP Runtime for the SAP Web AS" to find the documentation. You should find this page http://help.sap.com/saphelp_47x200/helpdata/en/94/f8c89ee68811d6b2dc00508b5d5211/frameset.htm

And good luck.

Regards,

Nick

GrahamRobbo
Active Contributor
0 Kudos

Yes you can. Obviously the proxy generators, etc. that are available in later releases aren't there but you can certainly make HTTP calls and then parse the XML returned yourself.

There is a sample [http://help.sap.com/saphelp_47x200/helpdata/en/ee/23df3a750f6a02e10000000a11405a/frameset.htm]

Cheers

Graham Robbo