Gracias, I begin to see that SOAP MEP it's used to generate the stub code. Not
in wire.
Is there some way to see the XML model generated by WSDL2Code (not debugging) ?
Saludos,
/Enric
De: Martin Gainty
Para: "[email protected]"
Enviado: MiƩrcoles
Hello,
I am working with Axis2 1.6.1 and I have a web service
client which was generated via wsdl2java.sh.
Here's the code I've added to assign the username and password:
HttpTransportProperties.Authenticator A = new
HttpTransportProperties.Authenticator ();
A.setUsername ("myuse