Page 1 of 1

PHP SOAP Jade

Posted: Wed Oct 12, 2016 10:18 am
by adamj
Hey everyone,

Just wondering if someone could point me in the right direction.

I've been searching all day today for any examples that showcase how a SOAP connection with Jade would work using PHP, but kept hitting walls. There's really nothing out there as far as I can tell.

I've been using the following page as a starting point for the SOAP connection, however, without knowing how to connect to Jade it's basically useless: http://php.net/manual/en/soapclient.soapclient.php

I've been supplied with a Subscriber ID, Service Provider ID, Agent API Key and the test endpoint URL: https://xxx.com/O1JRST/jadehttp.dll?Web ... surePublic . Sadly, no available documentation of any kind in how any of it is used to establish a connection with PHP.

Thank you for any insight.

Re: PHP SOAP Jade

Posted: Wed Oct 12, 2016 11:01 am
by adamj
It looks like the topic got posted several times as the website kept dying on me. Sorry about that :(

Re: PHP SOAP Jade

Posted: Tue Oct 18, 2016 8:26 am
by BeeJay
In order to consume a Jade SOAP Web Service, you need to ask the developer of this service to provide you with the WSDL file for this service.

You would then use whatever tools are appropriate in PHP for consuming the classes and methods defined in the WSDL. In other development tools, doing an "import" of the WSDL file creates proxy classes that you can then use in your project. Unfortunately I don't have any experience with consuming WSDLs in PHP, or indeed any development experience with PHP, so I can't really help any further with how to consume SOAP Web Services using PHP.

Cheers,
BeeJay.

PS: I've removed the duplicate posts for you.