SOAP Request

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://V300" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns2="http://request.base.V300" xmlns:ns3="http://searchProducts.product.V300" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:SearchProducts><Request xsi:type="ns3:Request"><Security xsi:type="ns2:Security"><Password xsi:type="xsd:string">Fern@kaiser2025</Password><Username xsi:type="xsd:string">FernRamirez</Username></Security><DateModifiedFrom xsi:nil="true"/><DateModifiedTo xsi:nil="true"/><IsActive xsi:type="xsd:boolean">true</IsActive><MaxRows xsi:type="xsd:double">50</MaxRows><Page xsi:nil="true"/><ProductID xsi:nil="true"/><SKU xsi:nil="true"/><SortBy xsi:nil="true"/><Title xsi:nil="true"/><Type xsi:type="xsd:string">Wine</Type><WebsiteIDs xsi:nil="true"/></Request></ns1:SearchProducts></SOAP-ENV:Body></SOAP-ENV:Envelope>

SOAP Response

<?xml version="1.0" encoding="utf-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <ns1:SearchProductsResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://V300">
   <SearchProductsReturn xsi:type="ns2:Response" xmlns:ns2="http://searchProducts.product.V300">
    <Errors soapenc:arrayType="ns3:Error[1]" xsi:type="soapenc:Array" xmlns:ns3="http://response.base.V300" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
     <Errors xsi:type="ns3:Error">
      <ErrorCode xsi:type="xsd:string">InvalidLogin</ErrorCode>
      <ErrorMessage xsi:type="xsd:string">Invalid Webservice Login</ErrorMessage>
     </Errors>
    </Errors>
    <IsSuccessful xsi:type="xsd:boolean">false</IsSuccessful>
    <Products xsi:type="soapenc:Array" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
    <RecordCount xsi:type="xsd:double">0.0</RecordCount>
   </SearchProductsReturn>
  </ns1:SearchProductsResponse>
 </soapenv:Body>
</soapenv:Envelope>
Error: