cancel
Showing results for 
Search instead for 
Did you mean: 

webservice calling through abap

Former Member
0 Kudos

Hi!

I need to know how to triger or call a webservice with abap?

Imagine there is a webservice existing I need a way to call it via abap

Thanks

Ilhan ertas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

thanks a lot for your infomartion.

1) why does a web service has a suffix -> asmx.

2) Is it always the case ?

e.g.

http://www.webservicex.net/SendSMS.asmx

I dont understand the alliance of wsdl file and the web consuming implementation

I guess this the most imporatnt matter

Regards

sas

Former Member
0 Kudos

Hi,

ASMX means 'Active Server Methods' and the Microsoft .NET Webservices Source Files are having this extension.

Regards

Basheer

Answers (2)

Answers (2)

Former Member
0 Kudos
Former Member
0 Kudos

Hi,

Here is the sample to consume webservice in ABAP.

Regards

Basheer