[jboss-user] [JBoss jBPM] - Re: BPEL beta2 - special characters and XML
alex.guizar@jboss.com
do-not-reply at jboss.com
Fri Oct 27 22:36:00 EDT 2006
Now I see the problem. The XML parser reads the escaped left angle bracket into the character itself and writes it literally to the SOAP message, thus producing ill-formed markup.
Try escaping the escape sequence so that it appears literally in the resulting SOAP message:
<
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981483#3981483
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981483
More information about the jboss-user
mailing list