Quantcast
Channel: OXID Community Forum
Viewing all articles
Browse latest Browse all 6951

erp schnittstelle

$
0
0
Hallo,

ich schreibe in javascript und möchte mit der erp Schnittstelle in OXID Daten austauschen. Leider läuft es noch schief.

Hier ein Teil meines Scriptes:

[...]
var url = 'http://_mydomain_/modules/erp/oxerpservice.php?wsdl&version=2.11.0';
[...]

und dann

[...]
header['Content-Type'] = 'text/xml; charset=utf-8';
header['sUserName'] = '_username_;
header['sPassword'] = '_passwort';
header['iShopID'] = '1';
header['iLanguage'] = '1';
[...]


als Response kommt:

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>SOAP-ENV:Client</faultcode><faultstring>Bad Request</faultstring></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>


Kann mir jemand mit diesen Infos schon weiter helfen?


Viele Grüße,
Georg

Viewing all articles
Browse latest Browse all 6951

Trending Articles