How to parse xml and map to page group
Hi, I am not able to set values into pyWorkParty page group by using ParseXML. It is creating multiple pages with incorrect subscripts. Please refer attached parse xml screenshots and response of it.
I attached 2 parse xml's whatever I tried but same response is coming in both ways.
My input XML is below, wanted to set below Owner xml tag info into pyWorkParty(Owner) page (pyWorkParty page group)
<?xml version="1.0"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<SampleRequest>
<OutputPageName>svcOutputPage</OutputPageName>
<SourcePage>svcSourcePage</SourcePage>
<Owner>
<pxPartyRole>Owner</pxPartyRole>
<pxSubscript>Owner</pxSubscript>
<pyEmail1> Proprietary information hidden</pyEmail1>
<pyFirstName>OwnerName</pyFirstName>
</Owner>
</SampleRequest>
</soap:Body>
</soap:Envelope>