REST vs SOAP api (SOAP does not work offline???) #4808
Unanswered
f1-outsourcing
asked this question in
Questions & Answers
Replies: 2 comments 5 replies
-
maybe links to xml/soap clients |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can try JSON-RPC, which should work within your local network. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am struggling a bit with how to implement basic functionality to automatically create an order via an external website. Create customer if it does not exist etc.
Is it correct that the REST api does not offer such functionality?
I also looked at the SOAP solution but what astonished me is that I see to constantly get this message:
<?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>WSDL</faultcode><faultstring>SOAP-ERROR: Parsing Schema: can't import schema from 'http://schemas.xmlsoap.org/soap/encoding/'</faultstring></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>
I can't really believe it, but I have the impression you always need an internet connection for using the SOAP and my testing environment does not have this.
I downled this file http://schemas.xmlsoap.org/soap/encoding/ and changed the http links in these files
but it just results in new errors (ref).
How to test this SOAP offline?
OpenMage 20
Beta Was this translation helpful? Give feedback.
All reactions