Re: Axis2 Print empty/black soap header

2014-02-05 Thread Andreas Veithen
Hi Andy, The problem is actually in Axiom: if the SOAP envelope in the object model has an empty SOAP header, Axiom will skip the serialization of the SOAP header element. This causes a consistency problem, as described in AXIOM-430. I'm happy that you bring this issue up because it gives me an

Axis2 Print empty/black soap header

2014-01-27 Thread Andy Schmidt
Hi, is it possible that the Axis2 1.6.2 framework prints a empty default soap header into the soap response envelope? Like: soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/ soapenv:Header/ soapenv:Body ns1:Response xmlns:ns1=example