reficio / soap-ws

Java library, based on Spring-WS, that enables handling SOAP on a purely XML level
298 stars 146 forks source link

WSDL And Auth #50

Open jenschurchill opened 7 years ago

jenschurchill commented 7 years ago

How does one get the WSDL file, with basic auth. header? Currently I am using org.reficio.ws.builder.core.Wsdl.parse(uri), but I can't figure out howto set credentials

Rodriguez111 commented 4 years ago

Hello! I have the same problem. Did you solve it somehow?