cancel
Showing results for 
Search instead for 
Did you mean: 

url for webservice ?

Former Member
0 Kudos

Hi Guys,

I have generated the webservice from the ID and saved the file as wsdl. where can i find the url for this webservice which i can use to send the request from webdynpro application

Thanks,

srini

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hey

when u generate the WSDL,you give the URL as well over there,use that URL

Thanx

aamir

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi srinivas,

The URL format should be like

<b>http://url:port/XISOAPAdapter/MessageServlet?channel=:service:channel</b>

where

service = business service/business system

channel = communication channel

Regards

BILL

Former Member
0 Kudos

Hi

Look for <soap:address> .

Thanks

henrique_pinto
Active Contributor
0 Kudos

Hi there,

check the <soap:address> field in the wsdl.

It'll have the location.

Regards,

Henrique.

VijayKonam
Active Contributor
VijayKonam
Active Contributor
0 Kudos

Oh, I am sorry. I have mentioned the URL for generating the WSDL in ID. You will be able to find this in the generated WSDL at <soap:address> node.

VJ