D
D
daMage2014-06-23 15:24:23
PHP
daMage, 2014-06-23 15:24:23

How to work with SOAP, WSDL?

I'm trying to call the method described in the wsdl document and I'm getting an infinite redirect error. I mean that one of the parameters was incorrectly passed or the type was not taken into account, but I can’t debug anything, no details, just a browser error message. And the document itself and the methods described in it are like a dark forest, I can’t understand anything.
client-api.instaforex.com/soapservices/Trading.svc?wsdl
Interested in SetTradeOrder and CloseOrder operations

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Y
Yakov Akulov, 2014-06-23
@daMage

For debugging requests, I recommend www.soapui.org
Very easy to use, eats wsdl and builds requests - you just need to drive in the parameters. Once you get the result, you can peek at the request code and get the same xml package from your script.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question