ISOAPClient
Soap Client class to be used with JNuSOAP.
TODO Replace Singleton Dispatcher for call result handling granularity.
Q: 'There are multiple possible ports in the WSDL file; please specify a service name and port name!?'
A: add port to class instance, seach for "port" in the wsdl & see url's below for more info.
static public $:SOAPClient [Read Only]
public verbose:Boolean
public function connect(wsdl:String, port:String):Void
Connect the SOAP client to webservice.
wsdl | (String) wsdl URL. |
port | (String) optional service port - see more |
Void