PHP » GoLang |
login |
register |
about
|
GoLang SCA::getService
request it (388)
GoLang replacement for PHP's SCA::getService
[edit | history]
SCA::getService(PECL SDO >= 0.5.0) SCA::getService — Obtain a proxy for a service DescriptionWarning
This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. Examine the target and initialize and return a proxy of the appropriate sort. If the target is for a local PHP component the returned proxy will be an SCA_LocalProxy. If the target is for a WSDL file, the returned proxy will be a SCA_SoapProxy. Parameters
Return ValuesThe SCA_LocalProxy or SCA_SoapProxy. Examples
Example #1 An SCA::getService() example This example shows how to get a proxy to an email soap service described by EmailService.wsdl and located at http://example.org.
<?php The above example will output: |
more
Recently updated
more
Most requested
more
Last requests
|