Hi experts
I am getting a "org.xml.sax.SAXParseException: Premature end of file" error in the receiver axis adapter.
I think it is because the SOAP 1.2 web services expect content type as "application/soap+xml;charset=UTF-8"
So I used the MessageTransformBean just before the AF_Adapters/axis/AFAdapterBean to convert the content type from "text/xml"
to "application/soap+xml;charset=UTF-8"
However when i check in XPI inspector the content type is still "text/xml"
Any direction on this issue will be very helpul
thanks