cancel
Showing results for 
Search instead for 
Did you mean: 

URL location of WSDL file

Former Member
0 Kudos

Hello Colleagues,

I am trying to import am WSDL file form my local file system

[[https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b2bc0932-0d01-0010-6d8e-cff1b2f22bc7]-->Followed thos document as referance

But in the document it is said like to get the URL address which is available with the J2EE engine of SAP NetWeaver Application Server goto Windo>Showview>others>webServices>webservices Navigator...and copy the URL from the WSDL link which is diaplayed there

But in my DTR i am not able to find webService Navigator

in Webservices i have only enterprise service browser

Could any one please let me know how to get the URL location for WSDL file( stored locally)

Thanks a lot in advance

regards

Swetha

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Following is the way to find it

Enter the following URL

http://localhost:50000/wsnavigator

Replace host and port with that of yours

Search for your Webservice

Copy the WSDL

Regards

Ayyapparaj

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Swetha,

If wsdl is there in local system, you can create web service model at design time (during application development).

But this web service is not available on the server, so you will get exception at runtime (when you run your application)

You need to deploy this wsdl onto the server. Please restart the server after this & then Deploy & run your application.

Kind Regards,

Nitin

Former Member
0 Kudos

Hi Nitin,

i am verymuch new to use webservices and server deploments....Could you please explain me the Webservice comsumption through .WSDL file ( from local repository) in a step by step procedure

Thanks a lot in advance

Regards

Swetha

Former Member
0 Kudos

Hi,

I am bit confused, If you have the wsdl with you then provide the path to this file while creating the Adaptive Web service model. (It can be a url or else from local file system)

Regards

Ayyapparaj

former_member185086
Active Contributor
0 Kudos

Hi Swetha

1.http://<IP>:<port num>/wsnavigator and login with appropriate crendiancials

2.Select the service here u will find the WSDL URL specific to that service

Hope it Help

Best Regards

Satish Kumar

Former Member
0 Kudos

Hi,

in http://<host>:50000/webdynpro/dispatcher/sap.com/tcesiespwsnavui/WSNavigator

i have selected the search type as "WSDL"

but here it is asking for WSDL url? i dont have any URL to give here

i have only local WSDL Files

Please let me know how to proceed

Thanks and regards

Swetha

Former Member
0 Kudos

>

> in http://<host>:50000/webdynpro/dispatcher/sap.com/tcesiespwsnavui/WSNavigator

> i have selected the search type as "WSDL"

> but here it is asking for WSDL url? i dont have any URL to give here

You may select your service from the list of available services below the search box.

+ Available Web Services - Cluster Node < >

It will take you to the webservices page where you get all information including wsdl and you may test the service there as well.

Former Member
0 Kudos

Hi ayyapparaj,

got the WSDL from local file repository,then selected "No service group configuration--> then no logical destinations

Created the Context for controller and binded the context to the model

When i tried running the application it is giving error saying

"java.io.FileNotFoundException: "file path"(No such file or directory) "

Am i missing out anywhere?

please let me know

Thanks & Regards

Swetha