Hi!

ok.. then you should probably wrap the content of String_1 in <![CDATA[ ... ]]> 
ie

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:typ="http://document.test.nagesh/types";>
<soapenv:Body>
<typ:create>
<typ:String_1><![CDATA[<abc:CustomerData
xmlns:twc="http://document.test.nagesh/types";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://document.test.nagesh/types
es-request-schema.xsd">

<Header1>
<Context1>Request</Context1>
<Action1>Create</Action1>
<Source1>board</Source1>
</Header1>
<Customer1>
<ID1 localname="CustomerID1">sholmes023</ID1>
<Account1>
<ID1 localname="AccountID1">234561</ID1>
<Division1>austin</Division1>
</Account1>
<Role1>Account Administrator</Role1>
<Email1>[EMAIL PROTECTED]</Email1>
<FirstName1>Sherlock</FirstName1>
<MiddleName1>Q</MiddleName1>
<LastName1>Holmes</LastName1>
<Status1>Status</Status1>
</Customer1>
</abc:CustomerData>]]>
</typ:String_1>
</typ:create>
</soapenv:Body>
</soapenv:Envelope>

hope this helps!

/Ole

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979551#3979551

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3979551
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to