cancel
Showing results for 
Search instead for 
Did you mean: 

Generate Webservice

sid-desh
Advisor
Advisor
0 Kudos

Hi,

I have a WSDL file with me. Is it possible to generate the webservice from the WSDL file. Is this facility available in NDS.

Please do give your suggestions.

Regards

Sidharth

Accepted Solutions (1)

Accepted Solutions (1)

eddy_declercq
Active Contributor
0 Kudos

Do you mean generating a proxy? Check this weblog:

/people/thomas.jung3/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap

sid-desh
Advisor
Advisor
0 Kudos

Hi Eddy,

i was just wondering whether there is tool in NDS which generates skeleton webservice code for you if you provide the WSDL file.

While googling on this topic i came across a tool which Microsoft provides with visual studio.

Hence the question.

Regards

Sidharth

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Yes there is the equivilant functionality in both Netweaver Developer's Studio (for Java) and in ABAP. The weblog referenced gives the example of how to do this in ABAP.

eddy_declercq
Active Contributor
0 Kudos

Pls don't forget to assign reward points when you feel that the answers to your questions are valuable

Answers (1)

Answers (1)

Former Member
0 Kudos

HI Sidharth,

Using a WSDL file u can create the Proxy for the webservice using which u can consume the web service, both in JAVA as well as in ABAP.

For JAVA , we have the WebServices Perspective in NWDS while in ABAP we can use the ABAP workbench (transaction SE80).

For NWDS , check out the link :

<a href="http://help.sap.com/saphelp_erp2004/helpdata/en/db/99c04ba22fe64f96a8651df68eab92/frameset.htm

">http://help.sap.com/saphelp_erp2004/helpdata/en/db/99c04ba22fe64f96a8651df68eab92/frameset.htm</a>

For consuming Web services in ABAP u can check weblogs like

[url]/people/durairaj.athavanraja/blog/2004/09/20/consuming-web-service-from-abap

[/url]

Hope this helps,

Regards,

Siddhartha