[jboss-user] [JBossWS] - Re: Sending XML doc as String parameter into WebService
RomeuFigueira
do-not-reply at jboss.com
Thu Feb 8 12:05:17 EST 2007
A quick and dirty solution is to embed the xml in <![CDATA[ ..... ]]> tags, like so:
<![CDATA[
| <urn:CreateClient>
| <String_1>?</String_1>
| </urn:CreateClient>]]>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4013137#4013137
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4013137
More information about the jboss-user
mailing list