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>
<b>but it fails only for my j2ee application url.</b>
what might be the issue ?