Forum Discussion

M175478's avatar
16 years ago

Transfer of child nodes through "Propert Transfer"

Hi,

I was trying out the "property transfer" step in which i want to transfer all the child nodes from a response directly in to the "data sink"
property value.

<p383:getSubscriberAgreementListResponse xmlns:p383="http://types.subscriber.svc.lhs.principal.com/SubscriberService_2_1/">
<memberAgreement>
<effectiveDate>2010-01-01</effectiveDate>
<expiryDate>9999-12-31</expiryDate>
<agreementID>993669000826914</agreementID>
<productCode>9</productCode>
<productDesignCode>2000066</productDesignCode>
<productSubClassCode>9</productSubClassCode>
<statusCode>1</statusCode>
<cgsStatusCode>1</cgsStatusCode>
<productSubClassDescription>Dental</productSubClassDescription>
<memberGroupID>723764000595644</memberGroupID>
</memberAgreement>
<memberAgreement>
<effectiveDate>2010-01-01</effectiveDate>
<expiryDate>9999-12-31</expiryDate>
<agreementID>503863000158764</agreementID>
<productCode>10</productCode>
<productDesignCode>2000067</productDesignCode>
<productSubClassCode>9</productSubClassCode>
<statusCode>1</statusCode>
<cgsStatusCode>1</cgsStatusCode>
<productSubClassDescription>Dental</productSubClassDescription>
<memberGroupID>723764000595644</memberGroupID>
</memberAgreement>
</p383:getSubscriberAgreementListResponse>
</soapenv:Body>
</soapenv:Envelope>


like in the above example i want all the child nodes under ]<p383:getSubscriberAgreementListResponse xmlns:p383="http://types.subscriber.svc.lhs.principal.com/SubscriberService_2_1/"> to be transfered to the data sink directly to a property.

is this possible by using the feature provided in SOAP UI?
No RepliesBe the first to reply