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: 

ABAP Webservices

Former Member
0 Kudos
108

Hi,

I need to consume a web service through ABAP. Please brief me the steps to do that.

I have checked all the blogs/discussions on this.

onething i dont understand is do we need to create RFC connection of type G for external server?

if so how do i get the host name and path prefix from the wsdl file.

pls help.

5 REPLIES 5

Former Member
0 Kudos
76

hai pankaj ,

to consume a webservice u need to create a client proxy in ur server , from se80 click edit object button and from pop up object selection chose enterprise services tab and under it click client proxy radio button and give ur proxy name and create and then it will open a wizard and give the wsdl file and create a client proxy and activate it and then try to create a logical port for the same and execute

m.a

0 Kudos
76

i am tring to comsume from an wsdl and the following link is mentioned. When configuring http connection in sm59 what should go into target host and what in parth prefix and system no.

https://abc123.impindia.sap.com:8990/searchforrecords.asmx

former_member209217
Active Contributor
0 Kudos
76

Hi Pankaj,

Chk This link,

http://help.sap.com/saphelp_nw04/helpdata/en/81/12703e5da3e946e10000000a114084/frameset.htm

This gives u details on how to consume a web service.

Regards,

Lakshman.

Former Member
0 Kudos
76

This message was moderated.

Former Member
0 Kudos
76

thx