Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Abap proxy outer element is stripped

jakob_steen-petersen
Contributor
0 Kudos
163

Hi

I have an issue with a proxy call from abap:

Inside the Input structure there is only one field called Xml - this field is defined as anyType (XSDANY).

I need to pass a full xml document into this field. But problem is, that when i do that it allways removes the root element when passing to PO. But i cannot find out where this is happening?

Ex:

If i pass:

simple><f1>sdsds</f1></simple>

into field xml this is what is calling PO:

How do i avoid this?

0 REPLIES 0