clue / reactphp-soap

Simple, async SOAP webservice client, built on top of ReactPHP.
https://clue.engineering/2020/announcing-reactphp-soap-2
MIT License
64 stars 25 forks source link

Support non-WSDL mode #5

Closed clue closed 6 years ago

clue commented 9 years ago

$wsdl - URI of the WSDL file or NULL if working in non-WSDL mode. $options - An array of options. If working in WSDL mode, this parameter is optional. If working in non-WSDL mode, the location and uri options must be set, where location is the URL of the SOAP server to send the request to, and uri is the target namespace of the SOAP service.

http://php.net/manual/en/soapclient.soapclient.php