cancel
Showing results for 
Search instead for 
Did you mean: 

Consuming Web Service from SAP

Former Member
0 Kudos

Hello everyone

I have a web service in .NET and ECC6 SAP Platform.

I'm triyng to use the web service that i have in .NET,

how can i connect a web service from SAP using

a WSDL that i have.

Thank anyone.

Emmanuel RUBIN

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Go to SE80 and right click on the package folder. Choose proxy object in Enterprise services. And u have to show :NET WSDL document in wizard.

After creating proxy client object to call web service, use LPCONFIG tcode and configure proxy class attributes

Former Member
0 Kudos

Hello Claudio Vercesi

Till today I donu2019t have any answer.

Thank you, Emmanul

Former Member
0 Kudos

Hello Emmanuel.

Watch this video from Thomas Jung:

/people/thomas.jung/blog/2007/12/17/consuming-services-with-abap

Regards

Dave

Former Member
0 Kudos

Hello William.

Thank you for your response however

i want to consume a .NET web service by a

SAP abap program (The opposite way).

Best Regards Emmanuel RUBIN

claudio_vercesi
Explorer
0 Kudos

Any news about it?

I've the same problem I need to call a .Net web service from ABAP.

In other way how to SAP call a .Net Web Service ?

Former Member
0 Kudos

Hi Emmanual,

I derive that you want to consume a SAP WebService by a .NET service consumer ?

If so, this is the way to do that:

In Visual Studio [2008], select 'Add Service Reference'; and for the URL file in the adres (or local filesystem location) of the SAP WebService's wsdl. Enter a valid name for the namespace, and generate the web proxy.

Via this webproxy you can next invoke from a .NET client the SAP webservice.

Best regards, William.