Skip to Content
0
Former Member
Nov 21, 2006 at 07:36 AM

Invalid webservice URL , trying to access webservice of my j2ee application

39 Views

hi all ,

i am trying to access webservices of my j2ee application which is deployed n websphere.

for eg. url is

<a href="http://myhost:9080/bruesmp/services/SecurityService?wsdl">http://myhost:9080/bruesmp/services/SecurityService?wsdl</a>

when try to define it using VC tool , Define Web Service system , <b>it says Invalid Web Service Url ,</b>

i tried to access same url <b>using XML SPY</b> which is another tool which calls external web service and from there <b>its working,</b>

i have <b>done the required proxy</b> settings and the<b> following url works</b>

http://www.webservicex.net/WeatherForecast.asmx?WSDLhttp://www.webservicex.net/WeatherForecast.asmx?WSDL">http://www.webservicex.net/WeatherForecast.asmx?WSDL>

<b>but it fails only for my j2ee application url.</b>

what might be the issue ?