XML as string via OSB, how to send ?
I want to send an XML as a string to a Producer's WebService via OSB, for example:
<osb:sendStringXML xmlns:osb="http://temp.openuri.org/OSB_String_param_as_XML.xsd">
<osb:strXML>
*<myxml>*
*<str name="test">123</str>*
*</myxml>*
</osb:strXML>
</osb:sendStringXML>
The Producer needs:
*+<myxml>+*
*+<str name="test">123</str>+*
*+</myxml>+*
but not:
+123+
I tried [!CData[ ... ]] - doesn't work !
I tried to add the Replace action in the OSB rooting and thru XQuery/XSLT Expression Editor:
fn:replace($myXML, < , < ) - but it doesn't replace anything.
Any suggestions ?
Thanks a lot !
Edited by: George Moykin on 2009-4-27 13:32
Edited by: George Moykin on 2009-4-27 13:32
Edited by: George Moykin on 2009-4-27 13:33
Edited by: George Moykin on 2009-4-27 13:33