Jump to content
xt:Commerce Community Forum

xt_api soap Verbindung nicht möglich


Recommended Posts

Hallo zusammen,

leider ist es mir nicht möglich einer Verbindung über die Soap Schnittstelle in PHP herzustellen.

...

$API_URL_WSDL = "$SHOP_URL/index.php?page=xt_api&wsdl";

try {
    $soap = new SoapClient($API_URL_WSDL);
}
catch(Exception $e) {
    die($e->getMessage());
}

Dabei kommt immer die Fehlermeldung:

SOAP-ERROR: Parsing WSDL: No element with name 'Commerce APIBinding'

Rufe ich die Url zur WSDL Datei manuell auf finden sich folgende Zeilen (an unterschiedlichen Stellen) mit "Commerce APIBinding":

<binding name="xt:Commerce APIBinding" type="tns:xt:Commerce APIPortType">
...
<service name="xt:Commerce API">
<port name="xt:Commerce APIPort" binding="tns:xt:Commerce APIBinding">
<soap:address location="http://testshop.***.de/de/xt_soap"/>
</port>
</service>

Woran kann das liegen?

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...