-
Notifications
You must be signed in to change notification settings - Fork 317
Closed
Description
Sebastian Schmidt opened SWS-420 and commented
AxiomSoapMessage and SOAP1.2 SoapAction Problem.
I'm not sure, but as far as I read, in SOAP 1.2 the SoapAction parameter now part of Content-Type.
( http://www.w3.org/TR/2003/REC-soap12-part2-20030624/#ietf-action ).
org.springframework.ws.soap.axiom.AxiomSoapMessage.writeTo(OutputStream outputStream) don't extend the content-type header with the action paramater
in case of an soap1.2 message.
independent from the soap version, an SOAPAction header element is created.
Affects: 1.5.4
Attachments:
- SWS-420.patch (22.21 kB)
Metadata
Metadata
Assignees
Labels
type: bugA general bugA general bug