In sendAckRequest(ServiceClient serviceClient)
method I can see

if (SOAP12Constants.SOAP_ENVELOPE_NAMESPACE_URI.equals(soapNamespaceURI)) {
           factory = new SOAP11Factory();
           dummyEnvelope = factory.getDefaultEnvelope();
       } else {
           factory = new SOAP12Factory();
           dummyEnvelope = factory.getDefaultEnvelope();
       }

First line I think should be corrected as
if (SOAP11Constants.SOAP_ENVELOPE_NAMESPACE_URI.equals(soapNamespaceURI)) {

Thanks
Damitha

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to