Generate client from secured WSDL URL
470196Jun 16 2006 — edited Sep 4 2006I was playing arounf with the (excellent) Web Service Proxy generation wizard in JDeveloper.
It works great but I did run into one annoying issue.
When I try to enter an URL to a WSDL that will serve as the source for the proxy generation JDeveloper is not able to find it if the URL requires some form of authentication. In my example the service requires basic username/password authentication (and so does the ?WSDL).
I can work around it by accessing the WSDL through my browser and storing it locally but I'd prefer to use the direct URL so that I can easily refresh it. Is there something I'm doing wrong?