You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue javaee/metro-jax-ws#1101 addressed this issue in passwords by url-decoding the password after reading from the authfile. Same should be done for username.
To authenticate with the webservice I used something like http://user%40example.org:password@host:port/service?wsdl in the authfile of wsimport.
Issue javaee/metro-jax-ws#1101 addressed this issue in passwords by url-decoding the password after reading from the authfile. Same should be done for username.
Affects version
[2.3.0]
The command I used was:
wsimport -keep -d /output -verbose -Xnocompile -Xauthfile /temp/auth.txt http://localhost:8080/app/soap/Service?wsdl
ant the contents of auth.txt are
Source: javaee/metro-jax-ws#1243
Author: dvilaverde
The text was updated successfully, but these errors were encountered: