Hi,
We are configuring the Proxy->PI->SOAP(Web Serice) Scenario.
From Proxy we are getting the structure as like this.
<?xml version="1.0" encoding="UTF-8"?>
http://pg.com/xi/pdm/psl/bbplinkage">
<GRDetails>
<Item>
<TP_SYS/>
<DOC_NO/>
<DOC_LINE_NO/>
<PACK_SLIP/>
<PO_DETAILS>
<PO_NO/>
<GR_QTY/>
<GR_UOM/>
<Message>
<MSGTXT/>
</Message>
</PO_DETAILS>
</Item>
</GRDetails>
</ns0:GRCrtResp>
we need to pass this entire message as a string in one field (Data) while passing it to SOAP.
<ns1:UploadRespose>
<Upload>
<Data/>
</Upload>
</ns1:UploadRespose>
How do we acheive this in PI?
Regards
Baskaran K