I have created a soap message, it fails.
I posted a snippet of it on this list previously.
Im using a MessageFactory to create a very easy soap message, using
java Service Assembly. Never gets to BPEL Processing.
I tracked it into code and here is where it gows goodby.
I printerd out all the values that are being looked at here and most are
empty.
Can someone tell my how to fix it?
foiled by the following line in ServicemixMapper.java;
// servicemix-http has a (bad) habit of placing the SOAP body content
directly in the normalized message
QName elementName = part.getElementName();
if (elementName != null &&
elementName.getLocalPart().equals(msg.getLocalName())
&&
elementName.getNamespaceURI().equals(msg.getNamespaceURI())) {
pdata = msg;
}
--
View this message in context:
http://www.nabble.com/Servicemix-mapper-with-soap-Message-tp14507250p14507250.html
Sent from the Apache Ode User mailing list archive at Nabble.com.