xxxxxxxxxx
namespace WsdlToPhp\PackageBase\Tests;
use WsdlToPhp\PackageBase\AbstractSoapClientBase;
class SoapClient extends AbstractSoapClientBase
{
public function getSoapClientClassName($soapClientClassName = null)
{
return parent::getSoapClientClassName(empty($soapClientClassName) ? '\WsdlToPhp\PackageBase\Tests\Client' : $soapClientClassName);
}
/**
* @return Client
*/
public function getSoapClient()
{
return parent::getSoapClient();
}
/**
*
*/
public function search()
{
try {
$this->getSoapClient()->search();
} catch (\SoapFault $soapFault) {
$this->setResult(null);
$this->saveLastError(__METHOD__, $soapFault);
}
}
}
Don't be shy, don't hesitate to contact us for any subject, we'll be glad to help.
This platform is provided to give developpers and non developpers a way to easily consume SOAP Web Services or share their own SOAP Web Services with extra features powered by the platform.
© 2025 Providr.IO