Asan Raj

Asan Raj

  • 1.5k
  • 174
  • 982

Multiple hit web service some time error.

Dec 22 2018 5:33 AM
<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/">
<Body>
<GetBatteryBrands xmlns="http://1.11.11.1/App_Test/Batt">
<ModelCode>[string?]</ModelCode>
<OrganizationId>266</OrganizationId>
</GetBatteryBrands>
</Body>
</Envelope>
 
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<GetBatteryBrandsResponse xmlns="http://1.11.11.1/App_Test/Batt">
<GetBatteryBrandsResult>
<Message>Procedure or function 'etBatteryBrands' expects parameter '@OrganizationID', which was not supplied.</Message>
<Response_Status>0</Response_Status>
</GetBatteryBrandsResult>
</GetBatteryBrandsResp

Answers (1)