So I recently built a
java application that builds a
soap request.
my webservice requires:
soapenv:envelope.....in order to work
but my java method puts:
SOAP-ENV:envelope.....but this doesn't work, I get a soap fault.
this is how I build the sopa request....