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
Hello,
I like very much this project, the Java world needs it.
I have a SOAP web service that requires user credentials in the SOAP header, in this form:
Hello,
I like very much this project, the Java world needs it.
I have a SOAP web service that requires user credentials in the SOAP header, in this form:
How can I insert this XML tags in my requests, using soap-ws?
If I don't specify them, soap-ws builds the SOAP header like this:
I don't know why, but it seems it fills the credentials with random words taken from
org.reficio.ws.legacy.SampleXmlUtil.WORDS
. Why?These are my Maven dependencies:
Thank you for your help
The text was updated successfully, but these errors were encountered: