cancel
Showing results for 
Search instead for 
Did you mean: 

webservice

Former Member
0 Kudos

I have a websrevice and whose URL is like http://webservices.imacination.com/distance/Distance.jws. Then how to find the

<Web Service hostname> and <Web service Port> ??

thanks

kumar

Accepted Solutions (1)

Accepted Solutions (1)

justin_santhanam
Active Contributor
0 Kudos

Hi Kumar,

You must look the SOAP URL in the bottom of the page.


<wsdlsoap:address location="http://webservices.imacination.com/distance/Distance.jws" /> 

So wsdlsoap:address tag contains your SOAP URL, ad you can find the SOAP Action in

<wsdl:operation name ="......"> tag.

Hope it helps!!

raj.

Former Member
0 Kudos

Hi Raj !

I am not looking either webservice URL or SOAP Action. Bascilly I want to trace the Web service call in XI by using the below weblog.

/people/varadharajan.krishnasamy/blog/2007/01/09/troubleshooting-soap-message--xi

To do this I need a hostname and port of webservice. If yo see the first screenshot that is mentioned in the weblog you can understand what I mean by.

Thanks

Kumar

justin_santhanam
Active Contributor
0 Kudos

Kumar,

Here you go.

Give

Host name: 216.218.208.36

if the above one doesn't work then give the below host name

The host name : webservices.imacination.com

Port number: 80

Note: If the URL doesn't have port number then the all the URL will connect using default port number 80.

Give a try and let us know.

raj.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

you can get the host and port from the wsdl file only.

in the WSDL file search for the SOAP ADDRESS/LOCATION node

this node containf the SOAP url , the location at whichthe soap adapter will send the data.

from this url you will come to know the Host name and the port number.

Thanks

Rinku