Wesk24
16 years agoNew Contributor
soapUI Request Not Processed Correctly
This is a bit obscure but I am at a loss to debug further so hope someone can help.
I am creating a rate request to a rating engine but not able to successfully test through soapUI 3.0.1.
From soapUI, I am able to cut/paste the input XML payload (IBDOC section) into the engine's testing tool and successfully calculate a return rate.
However, from within soapUI I am not able to get a successful response and the nature of the error and the way the inputs are being echoed back indicates it is only processing the outer portion of the input XML (policy section).
I believe all the header params are correct as I have used the same format in other requests and it is connecting to the engine properly and processing some of the input XML.
Can you please review below and see if you can spot anything that might be the cause?
Many thanks!!
1
315
56
1
TestAuto4
GLOBAL
NONE
true
0
0
0
0
0
0
0
qa
<br /><rate lob="1" ><br /><heading><br /><program parent_id="315" program_id="56" program_ver="1" /><br /></heading><br /><policy><br /> <transactionType>NBS</transactionType><br /> <policyEffectiveDate>09/01/2009</policyEffectiveDate><br /> <LOB>PA</LOB><br /> <policyExpirationDate>09/01/2010</policyExpirationDate><br /> <transactionEffectiveDate>09/01/2009</transactionEffectiveDate><br /> <TempCompanyNum>001</TempCompanyNum><br /> <vehicle><br /> <ratingTerritoryCode>11</ratingTerritoryCode><br /> <type>VAN</type><br /> <modelYear>2002</modelYear><br /> <TempVehicleNum>1</TempVehicleNum><br /> <TempCostNewAmt>45000</TempCostNewAmt><br /> <TempVehicleUsageCd>PL</TempVehicleUsageCd><br /> <TempVehicleStateName>Connecticut</TempVehicleStateName><br /> <vehicleCoverage><br /> <vehicleCoverageCode>BI</vehicleCoverageCode><br /> <vehicleLimit1>500</vehicleLimit1><br /> <vehicleLimit2>1000</vehicleLimit2><br /> <TempVehicleBIInd>1</TempVehicleBIInd><br /> <TempVehicleLimitAppliesCd1>BI</TempVehicleLimitAppliesCd1><br /> </vehicleCoverage><br /> </vehicle><br /> <policyOperator><br /> <TempDateBirth>03/09/1955</TempDateBirth><br /> <TempMaritalStatus>M</TempMaritalStatus> <br /> <TempGenderCd>F</TempGenderCd> <br /> <TempFirstLicensedDt>03/01/1975</TempFirstLicensedDt><br /> </policyOperator><br /></policy><br /></rate><br />
I am creating a rate request to a rating engine but not able to successfully test through soapUI 3.0.1.
From soapUI, I am able to cut/paste the input XML payload (IBDOC section) into the engine's testing tool and successfully calculate a return rate.
However, from within soapUI I am not able to get a successful response and the nature of the error and the way the inputs are being echoed back indicates it is only processing the outer portion of the input XML (policy section).
I believe all the header params are correct as I have used the same format in other requests and it is connecting to the engine properly and processing some of the input XML.
Can you please review below and see if you can spot anything that might be the cause?
Many thanks!!