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.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"/>
<soap:Body>
<svc:determineCustomerRatesResponse xmlns:acct="http://bac.com/baclws/ngen2/account" xmlns:cmd="http://bac.com/baclws/ngen2/command" xmlns:cmn="http://bac.com/baclws/ngen2/common" xmlns:comm="http://bac.com/baclws/ngen2/communication" xmlns:doc="http://bac.com/baclws/ngen2/document" xmlns:event="http://bac.com/baclws/ngen2/event" xmlns:icase="http://bac.com/baclws/ngen2/icase" xmlns:ienum="http://bac.com/baclws/ngen2/ienum" xmlns:ns13="http://bac.com/wsdl/ngen2/PricingLocationReportingV001" xmlns:prod="http://bac.com/baclws/ngen2/product" xmlns:ref="http://bac.com/baclws/ngen2/reference" xmlns:role="http://bac.com/baclws/ngen2/role" xmlns:svc="http://bac.com/wsdl/ngen2/DepositCustomerPricingReportingV001" xmlns:trn="http://bac.com/baclws/ngen2/transaction">
<svc:rates>
<cmn:lineOfBusiness>
<cmn:code>CON</cmn:code>
<cmn:name>Consumer</cmn:name>
</cmn:lineOfBusiness>
<cmn:location>
<cmn:state>
<cmn:code>MO</cmn:code>
</cmn:state>
<cmn:FIPSStateCode>29</cmn:FIPSStateCode>
<cmn:FIPSCountyCode>005</cmn:FIPSCountyCode>
</cmn:location>
<cmn:minimumTermDuration>P120M</cmn:minimumTermDuration>
<cmn:rates>
<cmn:identifier>51c1162d-857e-49b1-9a09-6053459e6af9</cmn:identifier>
I transfer identifier 51c1162d-857e-49b1-9a09-6053459e6af9 to the second step
The second step input is as the following:
<cmn:identifier>${#TestCase#identifier</cmn:identifier>
Error log and test suite xml file is attached
Thank you Marsha_R ,
as you say, google search results pointing only to common issues for that, but nothing related to TestComplete setup.
I redoing all the steps, checking after each if Archive was successful, and at the end then I could build a IPA file.What went wrong on my side? Maybe adding the lib, or set Other Linker Flags was buggy, can't say it exactly.
Now I'm fine.
| Created a new Group "App_TestComplete" in Xcode, and added the lib and *_TestComplete.plist into this group.
I aprecciate your effort!
when using pods, add duplicated target in Podfile
target 'App_Name' do # ... target 'App_Name_TestComplete' do end end
will solve the issue