Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

HTTP Basic Authentication when using wsdljava generate java stub from WSDL!!

$
0
0
Hello,

I tried to use wsdl2java to generate java client stub but it raised "Server
returned HTTP response code: 401 for URL: ......"

The service WSDL requires HTTP Basic Authentication.

I tried to add the authentication information in the URL as the following
format:

http://username:password [ at ] 192.168.1.88:8080/MyService?wsdl

But it also can't generate the stub with "401 error"

How can I generate client stub with http basic authentication? Please
help!!!

Best regards,
Eric

Viewing all articles
Browse latest Browse all 5648

Trending Articles