Input_XML in web service

0
Hi All ,  I am working on an application , where i have an making connection from  Mendix to  team center . I  have 3 web service ( Login , Input part, logout ).  In Input web service i have to send some information in XML format and as the Request body shows that input parameter will take only string value , I am confused how can i pass the input xml in input web service. Can someone help  
asked
1 answers
0

Don't know if this is exactly what youo need but sending xml inside a xml tag in a webservice would require you to wrap the xml in a CDATA block.

For a related example (other language) see: https://stackoverflow.com/questions/21596080/cdata-section-in-soap-request-xml

answered