cancel
Showing results for 
Search instead for 
Did you mean: 

Consuming web service in R/3 4.7

Former Member
0 Kudos

Hello,

I am using SAP R/3 4.7 server. Is anybody knows hoe to consume web service in this version.

Somewhere i read that we need to manually develop XML string and using HTTP client and we can using this.

Please share some doc if anybody have.

Thanks in Advance,

Prashant

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Yes there is no easy standard solution to consume web services from SAP R/3 4.7.

If you are adventurous, you can write a specific program using the http client.

There is an example program in help.sap.com : 3 full pages of abap source to call a very simple web service. Not recommended in my opinion...

What we did in my company, was to write a .NET program (with SAP .NET connector) which is a a registered RFC server and calls the external web service.

From the abap source you just call an external module function. It works great but you need .NET programmers...

One other way, would be to use SAP PI to do the same.

Regards,

Olivier

Former Member
0 Kudos

Thanks Olivier for your prompt reply. Can you please give me the address of that program which is on help.sap.com.

Regards,

Prashant

Former Member
0 Kudos

Hi,

You should learn how to use the SEARCH command on help.sap.com.

It took me at least 30 seconds to find the URL....

[Example of a SOAP Client Program in ABAP WAS 6.20|http://help.sap.com/saphelp_47x200/helpdata/en/2d/64d023e74911d6b2e400508b6b8a93/frameset.htm]

Regards,

Olivier

Former Member
0 Kudos

Thank you very much!!!

I will try and let you know regarding the adventures work

...

Prashant

Former Member
0 Kudos

Please go through following link.

/people/durairaj.athavanraja/blog/2004/09/20/consuming-web-service-from-abap

http://help.sap.com/saphelp_nw04/helpdata/EN/bb/5766acdca511d4990b00508b6b8b11/frameset.htm

https://help.sap.com/saphelp_nw04s/helpdata/en/e5/4d350bc11411d4ad310000e83539c3/frameset.htm

Thanks and Regards,

Prashant