The process is as follows:
(I am using the pojo client for this)
I create a new message for the http provider endpoint.
and I am creating the xml data through the use of a string variable
(including the soap envelope tags)
The message content is then set to the xml 'string' using a stringSource and
I send the message to the http provider
The http provider is configured:
<http:endpoint service="test:status-httpProvider-service"
endpoint="status-httpProvider-endpoint" role="provider"
locationURI="http://0.0.0.0:81/testRcvMsgService/"/>
I have a tcp monitor setup on port 81 that captures the stream and I see
that the cdata line is no longer there and has been replaced by the escaped
data.
Is there some information missing, let me know.
Thanks,
James
gnodet wrote:
>
> What's you actual configuration ?
>
>
--
View this message in context:
http://www.nabble.com/ServiceMix-and-cdata-in-SOAP-message-tf2763414s12049.html#a7766986
Sent from the ServiceMix - User mailing list archive at Nabble.com.