Application Development and Automation 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: 
Read only

Invoke a JAVA webservice from ABAP

Former Member
0 Likes
323

Hi Experts,

I have requirement to invoke a web service created in Java from ABAP. I need to pass some values to that webservice and need to get back values also. Please let me know how to do achieve this.

Thanks,

Neeraj

1 ACCEPTED SOLUTION
Read only

mvoros
Active Contributor
0 Likes
298

Hi,

you can [create a proxy class|http://help.sap.com/saphelp_nw04/helpdata/en/bf/d005244e9d1d4d92b2fe7935556b4c/frameset.htm] which will represent web service in ABAP. You can find plenty of tutorial here on SDN.

Cheers

1 REPLY 1
Read only

mvoros
Active Contributor
0 Likes
299

Hi,

you can [create a proxy class|http://help.sap.com/saphelp_nw04/helpdata/en/bf/d005244e9d1d4d92b2fe7935556b4c/frameset.htm] which will represent web service in ABAP. You can find plenty of tutorial here on SDN.

Cheers