cancel
Showing results for 
Search instead for 
Did you mean: 

Enabling Web services in netweaver

Former Member
0 Kudos

Hello

i have netweaver(ABAB) trial version installed on a win2k3 VPC and i want to enable some of the functions in the sample flight reservation app as a web service

so that i can consume it via .net apps.

or

Are there any functionality that has been published as a web service out of the box, if so where can i find the wsdl ?

thanks

ananth

Accepted Solutions (0)

Answers (2)

Answers (2)

Andre_Fischer
Product and Topic Expert
Product and Topic Expert
0 Kudos

If you want to test Web services with NW2004s ABAP system you can do this easily using the Web Service Creation Wizard.

As described in the <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/e9/ae1b9a5d2cef4ea4b579f19d902871/frameset.htm">SAP Online Help</a> it is possible to expose any RFC remote enable function module as a web service.

Best regards,

Andre

Former Member
0 Kudos

Hi Ananth,

If you can use a XI system in conjunction, you could expose the RFC's as web services and then consume them using NCo.

the other option being that you create the proxies with NCo and the web services in a ASP.NET Web application by calling the RFC's yourself.

How to Develop a Webservice Using NWDS and SAP XI.30

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5f3ee9d7-0901-0010-1096-f5b...

Creating a .NET Client for a SAP Java Web Service :

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/121b053d-0401-0010-539f-f92...

with respect,

amit