cancel
Showing results for 
Search instead for 
Did you mean: 

Webservice from WSDL XML

Former Member
0 Kudos

Hi All

I have a WSDL file in xml format.

To create a model in webdynpro, how should i proceed ?

Should i select Local File System or URL ?

How can i create the URL for this WSDL ?

What would be logical destinations ?

Please guide me . I am new to all this.

Thanks in advance. Person answering will be rewarded.

Regards

Sonal Mangla

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Thanks Gopi and Anagha for your help.

Awarded pts

Former Member
0 Kudos

Hi Sonal,

to consume a webservice in Webdynpro application ,is it not possible to create Logical destinations in SAP NetWeaver Administrator>SAOManagement>Destinations?

Could you please let me know

Thanks & Regards

Swetha

Former Member
0 Kudos

Steps:

1. Save the WSDL file as .wsdl file on the local machine.

2. Create the model using the adaptive webservice model by using the Local file or url. Here you need to provide two WS destinations.

3. once the model is imported, go to the Visual administrator and Server->services->WebserviceSecurity-runtime->webservice client->sap.com->dynamic proxies.

Here create your two WS destinations which you have provided while importing the model.

You need to give the url of the wsdl here for both metadata and execution destination.

If its an ABAP destination, then provide the System id , client, language and authetications(Basic) username and password.

Thanks,

Gopi

Former Member
0 Kudos

Hi,

The following references should address all your queries:

This document describes the steps involved such as choosing the wsdl source -

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b04308ed-62d5-2910-b3a6-c26771b1...

For logical destinations refer -

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b2bc0932-0d01-0010-6d8e-cff1b2f2...

Also have a look here-

http://help.sap.com/saphelp_nwce10/helpdata/en/44/7d207cbbf75918e10000000a1553f7/content.htm

Rgds,

Anagha

Former Member
0 Kudos

Hi,

Run the WSDL in the browser. then do SAVEAS to your local desktop as .wsdl file.

Now use localfile or URL and import the WSDL.

Logical destinations are need to be created in Visual Administrator.

Check out this thread

Thanks,

Gopi

Former Member
0 Kudos