Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
titleXML 401 Response
<SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://www.xt-commerce.com/services#xtconnect">
   <SOAP-ENV:Body>
      <ns1:getManufacturersResponse xmlns:ns1="http://schemas.xmlsoap.org/soap/envelope/">
         <result xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="tns:manufacturerListItem[0]"/>
         <message xsi:type="xsd:string">LOGIN FAILED</message>
      </ns1:getManufacturersResponse>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

WSDL

Eine WSDL Datei der xt:Commerce API können Sie unter http://YOUR-SHOP.com/index.php?page=xt_api&wsdl abrufen.

Setzen Sie hierzu in den API Plugin-Einstellungen die Option "JSON anstatt SOAP XML verwenden (Standard: true):" auf false um den XML Modus zu aktivieren.