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: 

consuming function of WebServices (Microsoft) in sap

Former Member
0 Kudos

Hi guru.

I want call a function of a WebService of external System (not SAP).

In SM59 I define an HTTP Connections to Ext. Server.

Now can i implement a abap code to call this function and import the result table?

My SAP release is 4.7.

Regards

Angela

1 ACCEPTED SOLUTION

former_member589029
Active Contributor
0 Kudos

You can create a PROXY Object to consume a web service. You can create it in SE80 under Enterprise Services - Create Proxy Object. There you provide the WSDL file and this generates a proxy class which you can call in your report to consume that web service.

Hope that helps,

Michael

4 REPLIES 4

former_member589029
Active Contributor
0 Kudos

You can create a PROXY Object to consume a web service. You can create it in SE80 under Enterprise Services - Create Proxy Object. There you provide the WSDL file and this generates a proxy class which you can call in your report to consume that web service.

Hope that helps,

Michael

0 Kudos

Hi,

in SE80 can I not see the voice 'Enterprise Services - Create Proxy Object'.

Can I solve it?

0 Kudos

Hi...an another info...my sap version is 4.7 non 6.0.

Thanks

Angela

0 Kudos

We are using ECC6.0, but if your 4.7 basis component is 620 this might be helpful:

[https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1012] [original link is broken] [original link is broken] [original link is broken];

Regards,

Michael