Forum Discussion

Anson1000's avatar
Anson1000
Occasional Contributor
8 years ago
Solved

content is not allowed in prolog when transferring property

My first step response is as the following:   <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w...
  • Anson1000's avatar
    Anson1000
    8 years ago

    HKosova wrote:

    Anson1000 wrote:

     

    The second step input is as the following:

     

      <cmn:identifier>${#TestCase#identifier</cmn:identifier>


    It's missing the closing "}":

    <cmn:identifier>${#TestCase#identifier}</cmn:identifier>

     

    By the way, in your Property Transfer, if the response contains only one <cnm:identifier>, the source expression can be simplified to

    //*:determineCustomerRatesResponse//*:identifier

    or even

    //*:identifier

    There's no need for saxon: parse here - it's only needed to parse XML inside CDATA.


    Hi HKosova,

     

    Thank you . it works