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: 

Call Web Service in R3

Former Member
0 Kudos
95

hi,

I need call a Web Service use abap

I know in ecc6 it is easy , but how do it in R3?

Can i use HTTP Connect , like CL_HTTP_CLIENT? or others.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
54

Hi,

Try tcode SPROXY to create the class objects from wsdl/url which then you can use in your abap code.

Arash

1 REPLY 1

Former Member
0 Kudos
55

Hi,

Try tcode SPROXY to create the class objects from wsdl/url which then you can use in your abap code.

Arash