cancel
Showing results for 
Search instead for 
Did you mean: 

Access wsdls from the url instead of the file

Former Member
0 Kudos

Hi Experts,

Is it possible to access the wsdl with the help of url instead of giving the wsdl file for XI webservices.

Other platform wsdls we can access from the below type links..

http://<Host name>:7001/HelloProject/helloService?WSDL

Regards

Sara

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

yes it is possible

1. If your web service is deployed on Java stack....

In Browser write

http://host:port/index.html - java port

Go to Web Services Navigator

Select the web service that has been already deployed on server

Click the desired one..This will take you the page where you can find URL for WSLD.. click it you will able to see it in Browser

2. If web service is deployed on ABAP stack.. for example web service for RFC etc...

then go to wsadmin in ABAP stack

select your web service then press CTRL+F8

This will take you to page that will show you URL of web service...

This URL will contain HTTP port

Answers (2)

Answers (2)

former_member537867
Active Contributor
0 Kudos

Hi Sara,

First talk to your client and make sure that URL should be accessible from your system, otherwise you will not able to process any request on their server.

1 .Just copy the paste the service URL in your Browser. It should open service navigator without any error.

2. Also, you should ask for the WSDL to client otherwise you wont be able to map/pass on the Request Data to the Webservice.

check the below links for reference

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f0650f56-7587-2910-7c99-e1b6ffbe...

/people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi

Look through these blogs:

/people/siva.maranani/blog/2005/03/01/testing-xi-exposed-web-services(Xi exposed webservices)

/people/sriram.vasudevan3/blog/2005/03/18/points-to-ponder-over-while-considering-webservices-implementations-vis-a-vis-eai(web service implmentation)

https://www.sdn.sap.com/sdn/weblogs.sdn?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken]

Regards,

Vinod.

Former Member
0 Kudos

Hi,

According to me through HTTP adapter you can acess the wsdl because its using http protocal.

Thanks,

RamuV

Former Member
0 Kudos

I couldn't get u. Instead of using the file, I would like to access the wsdl through url..How to achieve this for XI webservice wsdl?

Regards

Sara