2023 Jun 05 11:58 AM
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?