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: 

using SOAP in ABAP itself

Former Member
0 Kudos

Hi all,

As per my requirement i need to send an IDOC to XI and XI will use the SOAP and update the client database.

Now can we do some coding in ABAP itself for using the SOAP protocol and update the client database directly from ABAP without the involvement of XI.

Is there any FM to inplement this scenario.

pls help me whether it is possible to do the same and if yes...how to do it.

thanks,

teja.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello friend,

You want to call a Webservice on a Java-Server from ABAP? Is this correkt?

Therefore you have to create a Client-Proxy (SE80) based on the WSDL File of you Webservice.

=> /people/srinivas.gv/blog/2005/09/27/concept-of-proxy-generation

rewards expected.

Regards

vivek

1 REPLY 1

Former Member
0 Kudos

Hello friend,

You want to call a Webservice on a Java-Server from ABAP? Is this correkt?

Therefore you have to create a Client-Proxy (SE80) based on the WSDL File of you Webservice.

=> /people/srinivas.gv/blog/2005/09/27/concept-of-proxy-generation

rewards expected.

Regards

vivek