This commit is contained in:
Arjen Poutsma
2007-02-17 12:44:18 +00:00
parent c05ba00874
commit 4db01de468

View File

@@ -186,6 +186,7 @@ public class AxiomSoapMessage extends AbstractSoapMessage {
transportOutputStream.addHeader("SOAPAction", soapAction);
}
axiomMessage.serializeAndConsume(outputStream, format);
outputStream.flush();
}
catch (XMLStreamException ex) {
throw new AxiomSoapMessageException("Could not write message to OutputStream: " + ex.getMessage(), ex);