Tuesday 25 June 2019

What's the alternative to SOAP?

I am trying to work with TextBroker's API and it's in SOAP.At the bottom of page 13 in the docs they are referencing passing in an array to the client which soap.createClient doesn't support. I can access the SOAP WSDLs on some and .describe() properly, but all requests come back as not logged in even though I send the proper arguments in the request.It looks like it's wanting me to do the doLogin client (wrapper) and then inside do another client for the individual SOAP clients I need.Sorry if I am explaining this poorly, but I am so used to just talking within a REST environment.

Submitted June 26, 2019 at 03:53AM by dadsquatch

No comments:

Post a Comment