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: 

Consume .NET WCF service in ABAP

Former Member
0 Kudos

Hi Gurus,

I am trying to consume .NET wcf service via proxy creation (SE80) as I have done same for WSDL service.

May be there will be different process to deal with .Net WCF service so can you please send me a link or process, how to consume or use wcf service.

Thanks,

Tahir

1 REPLY 1

ec1
Active Participant
0 Kudos

Hi Tahir,

You should be able to consume .NET WCF service the same way as you consume SOAP Web Service.

Basically, .NET WCF service allows the other programs to consume the service using SOAP over HTTP (message protocol and transport protocol of SOAP Web service) but also using other transport protocols or message protocol.

If you have a look at the link below, you will find out more about the difference between .NET WCF service and SOAP web service.

http://msdn.microsoft.com/en-us/library/aa702755%28v=vs.110%29.aspx

What's the Difference between WCF and Web Services? - CodeProject

Hope this helps.

Regards,

Stevanic