code
stringlengths
17
247k
docstring
stringlengths
30
30.3k
func_name
stringlengths
1
89
language
stringclasses
1 value
repo
stringlengths
7
63
path
stringlengths
7
153
url
stringlengths
51
209
license
stringclasses
4 values
public function GetBoardingDetails(\StructType\ApiGetBoardingDetailsReq $getBoardingDetailsRequest) { try { $this->setResult($resultGetBoardingDetails = $this->getSoapClient()->__soapCall('GetBoardingDetails', [ $getBoardingDetailsRequest, ], [], [], $this->outputHeaders)); return $resultGetBoardingDetails; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named GetBoardingDetails Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiGetBoardingDetailsReq $getBoardingDetailsRequest @return \StructType\ApiGetBoardingDetailsResponseType|bool
GetBoardingDetails
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function CreateMobilePayment(\StructType\ApiCreateMobilePaymentReq $createMobilePaymentRequest) { try { $this->setResult($resultCreateMobilePayment = $this->getSoapClient()->__soapCall('CreateMobilePayment', [ $createMobilePaymentRequest, ], [], [], $this->outputHeaders)); return $resultCreateMobilePayment; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named CreateMobilePayment Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiCreateMobilePaymentReq $createMobilePaymentRequest @return \StructType\ApiCreateMobilePaymentResponseType|bool
CreateMobilePayment
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function GetMobileStatus(\StructType\ApiGetMobileStatusReq $getMobileStatusRequest) { try { $this->setResult($resultGetMobileStatus = $this->getSoapClient()->__soapCall('GetMobileStatus', [ $getMobileStatusRequest, ], [], [], $this->outputHeaders)); return $resultGetMobileStatus; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named GetMobileStatus Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiGetMobileStatusReq $getMobileStatusRequest @return \StructType\ApiGetMobileStatusResponseType|bool
GetMobileStatus
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function SetMobileCheckout(\StructType\ApiSetMobileCheckoutReq $setMobileCheckoutRequest) { try { $this->setResult($resultSetMobileCheckout = $this->getSoapClient()->__soapCall('SetMobileCheckout', [ $setMobileCheckoutRequest, ], [], [], $this->outputHeaders)); return $resultSetMobileCheckout; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named SetMobileCheckout Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiSetMobileCheckoutReq $setMobileCheckoutRequest @return \StructType\ApiSetMobileCheckoutResponseType|bool
SetMobileCheckout
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function DoMobileCheckoutPayment(\StructType\ApiDoMobileCheckoutPaymentReq $doMobileCheckoutPaymentRequest) { try { $this->setResult($resultDoMobileCheckoutPayment = $this->getSoapClient()->__soapCall('DoMobileCheckoutPayment', [ $doMobileCheckoutPaymentRequest, ], [], [], $this->outputHeaders)); return $resultDoMobileCheckoutPayment; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DoMobileCheckoutPayment Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiDoMobileCheckoutPaymentReq $doMobileCheckoutPaymentRequest @return \StructType\ApiDoMobileCheckoutPaymentResponseType|bool
DoMobileCheckoutPayment
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function GetBalance(\StructType\ApiGetBalanceReq $getBalanceRequest) { try { $this->setResult($resultGetBalance = $this->getSoapClient()->__soapCall('GetBalance', [ $getBalanceRequest, ], [], [], $this->outputHeaders)); return $resultGetBalance; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named GetBalance Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiGetBalanceReq $getBalanceRequest @return \StructType\ApiGetBalanceResponseType|bool
GetBalance
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function GetPalDetails(\StructType\ApiGetPalDetailsReq $getPalDetailsRequest) { try { $this->setResult($resultGetPalDetails = $this->getSoapClient()->__soapCall('GetPalDetails', [ $getPalDetailsRequest, ], [], [], $this->outputHeaders)); return $resultGetPalDetails; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named GetPalDetails Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiGetPalDetailsReq $getPalDetailsRequest @return \StructType\ApiGetPalDetailsResponseType|bool
GetPalDetails
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function DoExpressCheckoutPayment(\StructType\ApiDoExpressCheckoutPaymentReq $doExpressCheckoutPaymentRequest) { try { $this->setResult($resultDoExpressCheckoutPayment = $this->getSoapClient()->__soapCall('DoExpressCheckoutPayment', [ $doExpressCheckoutPaymentRequest, ], [], [], $this->outputHeaders)); return $resultDoExpressCheckoutPayment; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DoExpressCheckoutPayment Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiDoExpressCheckoutPaymentReq $doExpressCheckoutPaymentRequest @return \StructType\ApiDoExpressCheckoutPaymentResponseType|bool
DoExpressCheckoutPayment
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function DoUATPExpressCheckoutPayment(\StructType\ApiDoUATPExpressCheckoutPaymentReq $doUATPExpressCheckoutPaymentRequest) { try { $this->setResult($resultDoUATPExpressCheckoutPayment = $this->getSoapClient()->__soapCall('DoUATPExpressCheckoutPayment', [ $doUATPExpressCheckoutPaymentRequest, ], [], [], $this->outputHeaders)); return $resultDoUATPExpressCheckoutPayment; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DoUATPExpressCheckoutPayment Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiDoUATPExpressCheckoutPaymentReq $doUATPExpressCheckoutPaymentRequest @return \StructType\ApiDoUATPExpressCheckoutPaymentResponseType|bool
DoUATPExpressCheckoutPayment
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function SetAuthFlowParam(\StructType\ApiSetAuthFlowParamReq $setAuthFlowParamRequest) { try { $this->setResult($resultSetAuthFlowParam = $this->getSoapClient()->__soapCall('SetAuthFlowParam', [ $setAuthFlowParamRequest, ], [], [], $this->outputHeaders)); return $resultSetAuthFlowParam; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named SetAuthFlowParam Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiSetAuthFlowParamReq $setAuthFlowParamRequest @return \StructType\ApiSetAuthFlowParamResponseType|bool
SetAuthFlowParam
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function GetAuthDetails(\StructType\ApiGetAuthDetailsReq $getAuthDetailsRequest) { try { $this->setResult($resultGetAuthDetails = $this->getSoapClient()->__soapCall('GetAuthDetails', [ $getAuthDetailsRequest, ], [], [], $this->outputHeaders)); return $resultGetAuthDetails; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named GetAuthDetails Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiGetAuthDetailsReq $getAuthDetailsRequest @return \StructType\ApiGetAuthDetailsResponseType|bool
GetAuthDetails
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function SetAccessPermissions(\StructType\ApiSetAccessPermissionsReq $setAccessPermissionsRequest) { try { $this->setResult($resultSetAccessPermissions = $this->getSoapClient()->__soapCall('SetAccessPermissions', [ $setAccessPermissionsRequest, ], [], [], $this->outputHeaders)); return $resultSetAccessPermissions; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named SetAccessPermissions Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiSetAccessPermissionsReq $setAccessPermissionsRequest @return \StructType\ApiSetAccessPermissionsResponseType|bool
SetAccessPermissions
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function UpdateAccessPermissions(\StructType\ApiUpdateAccessPermissionsReq $updateAccessPermissionsRequest) { try { $this->setResult($resultUpdateAccessPermissions = $this->getSoapClient()->__soapCall('UpdateAccessPermissions', [ $updateAccessPermissionsRequest, ], [], [], $this->outputHeaders)); return $resultUpdateAccessPermissions; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named UpdateAccessPermissions Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiUpdateAccessPermissionsReq $updateAccessPermissionsRequest @return \StructType\ApiUpdateAccessPermissionsResponseType|bool
UpdateAccessPermissions
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function GetAccessPermissionDetails(\StructType\ApiGetAccessPermissionDetailsReq $getAccessPermissionDetailsRequest) { try { $this->setResult($resultGetAccessPermissionDetails = $this->getSoapClient()->__soapCall('GetAccessPermissionDetails', [ $getAccessPermissionDetailsRequest, ], [], [], $this->outputHeaders)); return $resultGetAccessPermissionDetails; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named GetAccessPermissionDetails Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiGetAccessPermissionDetailsReq $getAccessPermissionDetailsRequest @return \StructType\ApiGetAccessPermissionDetailsResponseType|bool
GetAccessPermissionDetails
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function GetIncentiveEvaluation(\StructType\ApiGetIncentiveEvaluationReq $getIncentiveEvaluationRequest) { try { $this->setResult($resultGetIncentiveEvaluation = $this->getSoapClient()->__soapCall('GetIncentiveEvaluation', [ $getIncentiveEvaluationRequest, ], [], [], $this->outputHeaders)); return $resultGetIncentiveEvaluation; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named GetIncentiveEvaluation Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiGetIncentiveEvaluationReq $getIncentiveEvaluationRequest @return \StructType\ApiGetIncentiveEvaluationResponseType|bool
GetIncentiveEvaluation
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function SetExpressCheckout(\StructType\ApiSetExpressCheckoutReq $setExpressCheckoutRequest) { try { $this->setResult($resultSetExpressCheckout = $this->getSoapClient()->__soapCall('SetExpressCheckout', [ $setExpressCheckoutRequest, ], [], [], $this->outputHeaders)); return $resultSetExpressCheckout; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named SetExpressCheckout Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiSetExpressCheckoutReq $setExpressCheckoutRequest @return \StructType\ApiSetExpressCheckoutResponseType|bool
SetExpressCheckout
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function ExecuteCheckoutOperations(\StructType\ApiExecuteCheckoutOperationsReq $executeCheckoutOperationsRequest) { try { $this->setResult($resultExecuteCheckoutOperations = $this->getSoapClient()->__soapCall('ExecuteCheckoutOperations', [ $executeCheckoutOperationsRequest, ], [], [], $this->outputHeaders)); return $resultExecuteCheckoutOperations; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named ExecuteCheckoutOperations Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiExecuteCheckoutOperationsReq $executeCheckoutOperationsRequest @return \StructType\ApiExecuteCheckoutOperationsResponseType|bool
ExecuteCheckoutOperations
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function GetExpressCheckoutDetails(\StructType\ApiGetExpressCheckoutDetailsReq $getExpressCheckoutDetailsRequest) { try { $this->setResult($resultGetExpressCheckoutDetails = $this->getSoapClient()->__soapCall('GetExpressCheckoutDetails', [ $getExpressCheckoutDetailsRequest, ], [], [], $this->outputHeaders)); return $resultGetExpressCheckoutDetails; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named GetExpressCheckoutDetails Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiGetExpressCheckoutDetailsReq $getExpressCheckoutDetailsRequest @return \StructType\ApiGetExpressCheckoutDetailsResponseType|bool
GetExpressCheckoutDetails
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function DoDirectPayment(\StructType\ApiDoDirectPaymentReq $doDirectPaymentRequest) { try { $this->setResult($resultDoDirectPayment = $this->getSoapClient()->__soapCall('DoDirectPayment', [ $doDirectPaymentRequest, ], [], [], $this->outputHeaders)); return $resultDoDirectPayment; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DoDirectPayment Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiDoDirectPaymentReq $doDirectPaymentRequest @return \StructType\ApiDoDirectPaymentResponseType|bool
DoDirectPayment
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function ManagePendingTransactionStatus(\StructType\ApiManagePendingTransactionStatusReq $managePendingTransactionStatusRequest) { try { $this->setResult($resultManagePendingTransactionStatus = $this->getSoapClient()->__soapCall('ManagePendingTransactionStatus', [ $managePendingTransactionStatusRequest, ], [], [], $this->outputHeaders)); return $resultManagePendingTransactionStatus; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named ManagePendingTransactionStatus Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiManagePendingTransactionStatusReq $managePendingTransactionStatusRequest @return \StructType\ApiManagePendingTransactionStatusResponseType|bool
ManagePendingTransactionStatus
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function DoCancel(\StructType\ApiDoCancelReq $doCancelRequest) { try { $this->setResult($resultDoCancel = $this->getSoapClient()->__soapCall('DoCancel', [ $doCancelRequest, ], [], [], $this->outputHeaders)); return $resultDoCancel; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DoCancel Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiDoCancelReq $doCancelRequest @return \StructType\ApiDoCancelResponseType|bool
DoCancel
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function DoCapture(\StructType\ApiDoCaptureReq $doCaptureRequest) { try { $this->setResult($resultDoCapture = $this->getSoapClient()->__soapCall('DoCapture', [ $doCaptureRequest, ], [], [], $this->outputHeaders)); return $resultDoCapture; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DoCapture Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiDoCaptureReq $doCaptureRequest @return \StructType\ApiDoCaptureResponseType|bool
DoCapture
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function DoReauthorization(\StructType\ApiDoReauthorizationReq $doReauthorizationRequest) { try { $this->setResult($resultDoReauthorization = $this->getSoapClient()->__soapCall('DoReauthorization', [ $doReauthorizationRequest, ], [], [], $this->outputHeaders)); return $resultDoReauthorization; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DoReauthorization Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiDoReauthorizationReq $doReauthorizationRequest @return \StructType\ApiDoReauthorizationResponseType|bool
DoReauthorization
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function DoVoid(\StructType\ApiDoVoidReq $doVoidRequest) { try { $this->setResult($resultDoVoid = $this->getSoapClient()->__soapCall('DoVoid', [ $doVoidRequest, ], [], [], $this->outputHeaders)); return $resultDoVoid; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DoVoid Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiDoVoidReq $doVoidRequest @return \StructType\ApiDoVoidResponseType|bool
DoVoid
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function DoAuthorization(\StructType\ApiDoAuthorizationReq $doAuthorizationRequest) { try { $this->setResult($resultDoAuthorization = $this->getSoapClient()->__soapCall('DoAuthorization', [ $doAuthorizationRequest, ], [], [], $this->outputHeaders)); return $resultDoAuthorization; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DoAuthorization Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiDoAuthorizationReq $doAuthorizationRequest @return \StructType\ApiDoAuthorizationResponseType|bool
DoAuthorization
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function UpdateAuthorization(\StructType\ApiUpdateAuthorizationReq $updateAuthorizationRequest) { try { $this->setResult($resultUpdateAuthorization = $this->getSoapClient()->__soapCall('UpdateAuthorization', [ $updateAuthorizationRequest, ], [], [], $this->outputHeaders)); return $resultUpdateAuthorization; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named UpdateAuthorization Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiUpdateAuthorizationReq $updateAuthorizationRequest @return \StructType\ApiUpdateAuthorizationResponseType|bool
UpdateAuthorization
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function DoUATPAuthorization(\StructType\ApiDoUATPAuthorizationReq $doUATPAuthorizationRequest) { try { $this->setResult($resultDoUATPAuthorization = $this->getSoapClient()->__soapCall('DoUATPAuthorization', [ $doUATPAuthorizationRequest, ], [], [], $this->outputHeaders)); return $resultDoUATPAuthorization; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DoUATPAuthorization Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiDoUATPAuthorizationReq $doUATPAuthorizationRequest @return \StructType\ApiDoUATPAuthorizationResponseType|bool
DoUATPAuthorization
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function SetCustomerBillingAgreement(\StructType\ApiSetCustomerBillingAgreementReq $setCustomerBillingAgreementRequest) { try { $this->setResult($resultSetCustomerBillingAgreement = $this->getSoapClient()->__soapCall('SetCustomerBillingAgreement', [ $setCustomerBillingAgreementRequest, ], [], [], $this->outputHeaders)); return $resultSetCustomerBillingAgreement; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named SetCustomerBillingAgreement Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiSetCustomerBillingAgreementReq $setCustomerBillingAgreementRequest @return \StructType\ApiSetCustomerBillingAgreementResponseType|bool
SetCustomerBillingAgreement
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function GetBillingAgreementCustomerDetails(\StructType\ApiGetBillingAgreementCustomerDetailsReq $getBillingAgreementCustomerDetailsRequest) { try { $this->setResult($resultGetBillingAgreementCustomerDetails = $this->getSoapClient()->__soapCall('GetBillingAgreementCustomerDetails', [ $getBillingAgreementCustomerDetailsRequest, ], [], [], $this->outputHeaders)); return $resultGetBillingAgreementCustomerDetails; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named GetBillingAgreementCustomerDetails Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiGetBillingAgreementCustomerDetailsReq $getBillingAgreementCustomerDetailsRequest @return \StructType\ApiGetBillingAgreementCustomerDetailsResponseType|bool
GetBillingAgreementCustomerDetails
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function CreateBillingAgreement(\StructType\ApiCreateBillingAgreementReq $createBillingAgreementRequest) { try { $this->setResult($resultCreateBillingAgreement = $this->getSoapClient()->__soapCall('CreateBillingAgreement', [ $createBillingAgreementRequest, ], [], [], $this->outputHeaders)); return $resultCreateBillingAgreement; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named CreateBillingAgreement Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiCreateBillingAgreementReq $createBillingAgreementRequest @return \StructType\ApiCreateBillingAgreementResponseType|bool
CreateBillingAgreement
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function DoReferenceTransaction(\StructType\ApiDoReferenceTransactionReq $doReferenceTransactionRequest) { try { $this->setResult($resultDoReferenceTransaction = $this->getSoapClient()->__soapCall('DoReferenceTransaction', [ $doReferenceTransactionRequest, ], [], [], $this->outputHeaders)); return $resultDoReferenceTransaction; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DoReferenceTransaction Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiDoReferenceTransactionReq $doReferenceTransactionRequest @return \StructType\ApiDoReferenceTransactionResponseType|bool
DoReferenceTransaction
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function CreateRecurringPaymentsProfile(\StructType\ApiCreateRecurringPaymentsProfileReq $createRecurringPaymentsProfileRequest) { try { $this->setResult($resultCreateRecurringPaymentsProfile = $this->getSoapClient()->__soapCall('CreateRecurringPaymentsProfile', [ $createRecurringPaymentsProfileRequest, ], [], [], $this->outputHeaders)); return $resultCreateRecurringPaymentsProfile; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named CreateRecurringPaymentsProfile Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiCreateRecurringPaymentsProfileReq $createRecurringPaymentsProfileRequest @return \StructType\ApiCreateRecurringPaymentsProfileResponseType|bool
CreateRecurringPaymentsProfile
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function GetRecurringPaymentsProfileDetails(\StructType\ApiGetRecurringPaymentsProfileDetailsReq $getRecurringPaymentsProfileDetailsRequest) { try { $this->setResult($resultGetRecurringPaymentsProfileDetails = $this->getSoapClient()->__soapCall('GetRecurringPaymentsProfileDetails', [ $getRecurringPaymentsProfileDetailsRequest, ], [], [], $this->outputHeaders)); return $resultGetRecurringPaymentsProfileDetails; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named GetRecurringPaymentsProfileDetails Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiGetRecurringPaymentsProfileDetailsReq $getRecurringPaymentsProfileDetailsRequest @return \StructType\ApiGetRecurringPaymentsProfileDetailsResponseType|bool
GetRecurringPaymentsProfileDetails
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function ManageRecurringPaymentsProfileStatus(\StructType\ApiManageRecurringPaymentsProfileStatusReq $manageRecurringPaymentsProfileStatusRequest) { try { $this->setResult($resultManageRecurringPaymentsProfileStatus = $this->getSoapClient()->__soapCall('ManageRecurringPaymentsProfileStatus', [ $manageRecurringPaymentsProfileStatusRequest, ], [], [], $this->outputHeaders)); return $resultManageRecurringPaymentsProfileStatus; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named ManageRecurringPaymentsProfileStatus Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiManageRecurringPaymentsProfileStatusReq $manageRecurringPaymentsProfileStatusRequest @return \StructType\ApiManageRecurringPaymentsProfileStatusResponseType|bool
ManageRecurringPaymentsProfileStatus
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function BillOutstandingAmount(\StructType\ApiBillOutstandingAmountReq $billOutstandingAmountRequest) { try { $this->setResult($resultBillOutstandingAmount = $this->getSoapClient()->__soapCall('BillOutstandingAmount', [ $billOutstandingAmountRequest, ], [], [], $this->outputHeaders)); return $resultBillOutstandingAmount; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named BillOutstandingAmount Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiBillOutstandingAmountReq $billOutstandingAmountRequest @return \StructType\ApiBillOutstandingAmountResponseType|bool
BillOutstandingAmount
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function UpdateRecurringPaymentsProfile(\StructType\ApiUpdateRecurringPaymentsProfileReq $updateRecurringPaymentsProfileRequest) { try { $this->setResult($resultUpdateRecurringPaymentsProfile = $this->getSoapClient()->__soapCall('UpdateRecurringPaymentsProfile', [ $updateRecurringPaymentsProfileRequest, ], [], [], $this->outputHeaders)); return $resultUpdateRecurringPaymentsProfile; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named UpdateRecurringPaymentsProfile Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiUpdateRecurringPaymentsProfileReq $updateRecurringPaymentsProfileRequest @return \StructType\ApiUpdateRecurringPaymentsProfileResponseType|bool
UpdateRecurringPaymentsProfile
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function DoNonReferencedCredit(\StructType\ApiDoNonReferencedCreditReq $doNonReferencedCreditRequest) { try { $this->setResult($resultDoNonReferencedCredit = $this->getSoapClient()->__soapCall('DoNonReferencedCredit', [ $doNonReferencedCreditRequest, ], [], [], $this->outputHeaders)); return $resultDoNonReferencedCredit; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DoNonReferencedCredit Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiDoNonReferencedCreditReq $doNonReferencedCreditRequest @return \StructType\ApiDoNonReferencedCreditResponseType|bool
DoNonReferencedCredit
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function ReverseTransaction(\StructType\ApiReverseTransactionReq $reverseTransactionRequest) { try { $this->setResult($resultReverseTransaction = $this->getSoapClient()->__soapCall('ReverseTransaction', [ $reverseTransactionRequest, ], [], [], $this->outputHeaders)); return $resultReverseTransaction; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named ReverseTransaction Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiReverseTransactionReq $reverseTransactionRequest @return \StructType\ApiReverseTransactionResponseType|bool
ReverseTransaction
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function ExternalRememberMeOptOut(\StructType\ApiExternalRememberMeOptOutReq $externalRememberMeOptOutRequest) { try { $this->setResult($resultExternalRememberMeOptOut = $this->getSoapClient()->__soapCall('ExternalRememberMeOptOut', [ $externalRememberMeOptOutRequest, ], [], [], $this->outputHeaders)); return $resultExternalRememberMeOptOut; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named ExternalRememberMeOptOut Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiExternalRememberMeOptOutReq $externalRememberMeOptOutRequest @return \StructType\ApiExternalRememberMeOptOutResponseType|bool
ExternalRememberMeOptOut
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function Search(\StructType\SearchRequestBingApi $parameters) { try { $this->setResult($resultSearch = $this->getSoapClient()->__soapCall('Search', [ $parameters, ], [], [], $this->outputHeaders)); return $resultSearch; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named Search @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\SearchRequestBingApi $parameters @return \StructType\SearchResponseBingApi|bool
Search
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidApiSearchBingApi.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidApiSearchBingApi.php
MIT
public function Login($login, $password) { try { $this->setResult($resultLogin = $this->getSoapClient()->__soapCall('Login', [ $login, $password, ], [], [], $this->outputHeaders)); return $resultLogin; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named Login Meta information extracted from the WSDL - documentation: Выполняет авторизацию внешней системы и открывает сеанс работы @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $login @param string $password @return string|bool
Login
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidApiLogin.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidApiLogin.php
MIT
public function listPaymentMethods(\StructType\ListPaymentMethodsRequest $parameters) { try { $this->setResult($resultListPaymentMethods = $this->getSoapClient()->__soapCall('listPaymentMethods', [ $parameters, ], [], [], $this->outputHeaders)); return $resultListPaymentMethods; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named listPaymentMethods Meta information extracted from the WSDL - documentation: List the payment methods. To be implemented in a future minor version upgrade. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ListPaymentMethodsRequest $parameters @return \StructType\ListPaymentMethodsResponse|bool
listPaymentMethods
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidListWithoutPrefix.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidListWithoutPrefix.php
MIT
public function __construct(?array $newsRelatedSearch = null) { $this ->setNewsRelatedSearch($newsRelatedSearch); }
Constructor method for ArrayOfNewsRelatedSearch @uses ApiArrayOfNewsRelatedSearch::setNewsRelatedSearch() @param \StructType\ApiNewsRelatedSearch[] $newsRelatedSearch
__construct
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidApiArrayOfNewsRelatedSearch.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidApiArrayOfNewsRelatedSearch.php
MIT
public function __construct(?float $area_total = null, ?float $area_residential = null, ?float $area_non_residential = null, ?string $cadastral_number = null, ?string $project_type = null, ?string $location_description = null, ?string $individual_name = null, ?string $house_type = null, ?string $exploitation_start_year = null, ?string $wall_material = null, ?string $floor_type = null, ?int $storeys_count = null, ?int $entrance_count = null, ?int $elevators_count = null, ?float $area_private = null, ?float $area_municipal = null, ?float $area_national = null, ?float $area_land = null, ?float $area_territory = null, ?string $inventory_number = null, ?int $flats_count = null, ?int $residents_count = null, ?int $accounts_count = null, ?string $construction_features = null, ?float $thermal_actual_expense = null, ?float $thermal_normative_expense = null, ?string $energy_efficiency = null, ?string $energy_audit_date = null, ?string $privatization_start_date = null, ?float $deterioration_total = null, ?float $deterioration_foundation = null, ?float $deterioration_bearing_walls = null, ?float $deterioration_floor = null, ?\StructType\ApiFacade $facade = null, ?\StructType\ApiRoof $roof = null, ?\StructType\ApiBasement $basement = null, ?\StructType\ApiCommonSpace $common_space = null, ?\StructType\ApiChute $chute = null, ?\StructType\ApiHeatingSystem $heating_system = null, ?\StructType\ApiHotWaterSystem $hot_water_system = null, ?\StructType\ApiColdWaterSystem $cold_water_system = null, ?\StructType\ApiSewerageSystem $sewerage_system = null, ?\StructType\ApiElectricitySystem $electricity_system = null, ?\StructType\ApiGasSystem $gas_system = null, ?array $lifts = null, ?\StructType\ApiManagementContract $management_contract = null, ?\StructType\ApiProvider $heating_provider = null, ?\StructType\ApiProvider $electricity_provider = null, ?\StructType\ApiProvider $gas_provider = null, ?\StructType\ApiProvider $hot_water_provider = null, ?\StructType\ApiProvider $cold_water_provider = null, ?\StructType\ApiProvider $drainage_provider = null, ?\StructType\ApiFinance $finance = null) { $this ->setArea_total($area_total) ->setArea_residential($area_residential) ->setArea_non_residential($area_non_residential) ->setCadastral_number($cadastral_number) ->setProject_type($project_type) ->setLocation_description($location_description) ->setIndividual_name($individual_name) ->setHouse_type($house_type) ->setExploitation_start_year($exploitation_start_year) ->setWall_material($wall_material) ->setFloor_type($floor_type) ->setStoreys_count($storeys_count) ->setEntrance_count($entrance_count) ->setElevators_count($elevators_count) ->setArea_private($area_private) ->setArea_municipal($area_municipal) ->setArea_national($area_national) ->setArea_land($area_land) ->setArea_territory($area_territory) ->setInventory_number($inventory_number) ->setFlats_count($flats_count) ->setResidents_count($residents_count) ->setAccounts_count($accounts_count) ->setConstruction_features($construction_features) ->setThermal_actual_expense($thermal_actual_expense) ->setThermal_normative_expense($thermal_normative_expense) ->setEnergy_efficiency($energy_efficiency) ->setEnergy_audit_date($energy_audit_date) ->setPrivatization_start_date($privatization_start_date) ->setDeterioration_total($deterioration_total) ->setDeterioration_foundation($deterioration_foundation) ->setDeterioration_bearing_walls($deterioration_bearing_walls) ->setDeterioration_floor($deterioration_floor) ->setFacade($facade) ->setRoof($roof) ->setBasement($basement) ->setCommon_space($common_space) ->setChute($chute) ->setHeating_system($heating_system) ->setHot_water_system($hot_water_system) ->setCold_water_system($cold_water_system) ->setSewerage_system($sewerage_system) ->setElectricity_system($electricity_system) ->setGas_system($gas_system) ->setLifts($lifts) ->setManagement_contract($management_contract) ->setHeating_provider($heating_provider) ->setElectricity_provider($electricity_provider) ->setGas_provider($gas_provider) ->setHot_water_provider($hot_water_provider) ->setCold_water_provider($cold_water_provider) ->setDrainage_provider($drainage_provider) ->setFinance($finance); }
Constructor method for HouseProfileData @uses ApiHouseProfileData::setArea_total() @uses ApiHouseProfileData::setArea_residential() @uses ApiHouseProfileData::setArea_non_residential() @uses ApiHouseProfileData::setCadastral_number() @uses ApiHouseProfileData::setProject_type() @uses ApiHouseProfileData::setLocation_description() @uses ApiHouseProfileData::setIndividual_name() @uses ApiHouseProfileData::setHouse_type() @uses ApiHouseProfileData::setExploitation_start_year() @uses ApiHouseProfileData::setWall_material() @uses ApiHouseProfileData::setFloor_type() @uses ApiHouseProfileData::setStoreys_count() @uses ApiHouseProfileData::setEntrance_count() @uses ApiHouseProfileData::setElevators_count() @uses ApiHouseProfileData::setArea_private() @uses ApiHouseProfileData::setArea_municipal() @uses ApiHouseProfileData::setArea_national() @uses ApiHouseProfileData::setArea_land() @uses ApiHouseProfileData::setArea_territory() @uses ApiHouseProfileData::setInventory_number() @uses ApiHouseProfileData::setFlats_count() @uses ApiHouseProfileData::setResidents_count() @uses ApiHouseProfileData::setAccounts_count() @uses ApiHouseProfileData::setConstruction_features() @uses ApiHouseProfileData::setThermal_actual_expense() @uses ApiHouseProfileData::setThermal_normative_expense() @uses ApiHouseProfileData::setEnergy_efficiency() @uses ApiHouseProfileData::setEnergy_audit_date() @uses ApiHouseProfileData::setPrivatization_start_date() @uses ApiHouseProfileData::setDeterioration_total() @uses ApiHouseProfileData::setDeterioration_foundation() @uses ApiHouseProfileData::setDeterioration_bearing_walls() @uses ApiHouseProfileData::setDeterioration_floor() @uses ApiHouseProfileData::setFacade() @uses ApiHouseProfileData::setRoof() @uses ApiHouseProfileData::setBasement() @uses ApiHouseProfileData::setCommon_space() @uses ApiHouseProfileData::setChute() @uses ApiHouseProfileData::setHeating_system() @uses ApiHouseProfileData::setHot_water_system() @uses ApiHouseProfileData::setCold_water_system() @uses ApiHouseProfileData::setSewerage_system() @uses ApiHouseProfileData::setElectricity_system() @uses ApiHouseProfileData::setGas_system() @uses ApiHouseProfileData::setLifts() @uses ApiHouseProfileData::setManagement_contract() @uses ApiHouseProfileData::setHeating_provider() @uses ApiHouseProfileData::setElectricity_provider() @uses ApiHouseProfileData::setGas_provider() @uses ApiHouseProfileData::setHot_water_provider() @uses ApiHouseProfileData::setCold_water_provider() @uses ApiHouseProfileData::setDrainage_provider() @uses ApiHouseProfileData::setFinance() @param float $area_total @param float $area_residential @param float $area_non_residential @param string $cadastral_number @param string $project_type @param string $location_description @param string $individual_name @param string $house_type @param string $exploitation_start_year @param string $wall_material @param string $floor_type @param int $storeys_count @param int $entrance_count @param int $elevators_count @param float $area_private @param float $area_municipal @param float $area_national @param float $area_land @param float $area_territory @param string $inventory_number @param int $flats_count @param int $residents_count @param int $accounts_count @param string $construction_features @param float $thermal_actual_expense @param float $thermal_normative_expense @param string $energy_efficiency @param string $energy_audit_date @param string $privatization_start_date @param float $deterioration_total @param float $deterioration_foundation @param float $deterioration_bearing_walls @param float $deterioration_floor @param \StructType\ApiFacade $facade @param \StructType\ApiRoof $roof @param \StructType\ApiBasement $basement @param \StructType\ApiCommonSpace $common_space @param \StructType\ApiChute $chute @param \StructType\ApiHeatingSystem $heating_system @param \StructType\ApiHotWaterSystem $hot_water_system @param \StructType\ApiColdWaterSystem $cold_water_system @param \StructType\ApiSewerageSystem $sewerage_system @param \StructType\ApiElectricitySystem $electricity_system @param \StructType\ApiGasSystem $gas_system @param \StructType\ApiLift[] $lifts @param \StructType\ApiManagementContract $management_contract @param \StructType\ApiProvider $heating_provider @param \StructType\ApiProvider $electricity_provider @param \StructType\ApiProvider $gas_provider @param \StructType\ApiProvider $hot_water_provider @param \StructType\ApiProvider $cold_water_provider @param \StructType\ApiProvider $drainage_provider @param \StructType\ApiFinance $finance
__construct
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidHouseProfileData.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidHouseProfileData.php
MIT
public function AuthenticateAccount($authenticateAccount) { try { $this->setResult($resultAuthenticateAccount = $this->getSoapClient()->__soapCall('AuthenticateAccount', [ $authenticateAccount, ], [], [], $this->outputHeaders)); return $resultAuthenticateAccount; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named AuthenticateAccount @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param AuthenticateAccount $authenticateAccount @return AuthenticateAccountResponse|bool
AuthenticateAccount
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidApiAuthenticate.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidApiAuthenticate.php
MIT
public function AuthenticateAdmin($authenticateAdmin) { try { $this->setResult($resultAuthenticateAdmin = $this->getSoapClient()->__soapCall('AuthenticateAdmin', [ $authenticateAdmin, ], [], [], $this->outputHeaders)); return $resultAuthenticateAdmin; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named AuthenticateAdmin @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param AuthenticateAdmin $authenticateAdmin @return AuthenticateAdminResponse|bool
AuthenticateAdmin
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidApiAuthenticate.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidApiAuthenticate.php
MIT
public function AuthenticateReseller($authenticateReseller) { try { $this->setResult($resultAuthenticateReseller = $this->getSoapClient()->__soapCall('AuthenticateReseller', [ $authenticateReseller, ], [], [], $this->outputHeaders)); return $resultAuthenticateReseller; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named AuthenticateReseller @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param AuthenticateReseller $authenticateReseller @return AuthenticateResellerResponse|bool
AuthenticateReseller
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidApiAuthenticate.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidApiAuthenticate.php
MIT
public function AuthenticateCustomer($authenticateCustomer) { try { $this->setResult($resultAuthenticateCustomer = $this->getSoapClient()->__soapCall('AuthenticateCustomer', [ $authenticateCustomer, ], [], [], $this->outputHeaders)); return $resultAuthenticateCustomer; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named AuthenticateCustomer @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param AuthenticateCustomer $authenticateCustomer @return AuthenticateCustomerResponse|bool
AuthenticateCustomer
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidApiAuthenticate.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidApiAuthenticate.php
MIT
public function __construct(?array $webSearchOption = null) { $this ->setWebSearchOption($webSearchOption); }
Constructor method for ArrayOfWebSearchOption @uses ApiArrayOfWebSearchOption::setWebSearchOption() @param string[] $webSearchOption
__construct
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidApiArrayOfWebSearchOption.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidApiArrayOfWebSearchOption.php
MIT
public function __construct(?array $value = null) { $this ->setValue($value); }
Constructor method for ValueListType @uses ApiValueListType::setValue() @param string[] $value
__construct
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidUnitTestsValueListType.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidUnitTestsValueListType.php
MIT
public function __construct(string $query, string $appId, \ArrayType\ApiArrayOfSourceType $sources, \StructType\ApiSearchRequest $parameters, ?string $version = '2.2', ?string $market = null, ?string $uILanguage = null, ?string $adult = null, ?float $latitude = null, ?float $longitude = null, ?float $radius = null, ?\ArrayType\ApiArrayOfSearchOption $options = null, ?\StructType\ApiWebRequest $web = null, ?\StructType\ApiImageRequest $image = null, ?\StructType\ApiPhonebookRequest $phonebook = null, ?\StructType\ApiVideoRequest $video = null, ?\StructType\ApiNewsRequest $news = null, ?\StructType\ApiMobileWebRequest $mobileWeb = null, ?\StructType\ApiTranslationRequest $translation = null) { $this ->setQuery($query) ->setAppId($appId) ->setSources($sources) ->setParameters($parameters) ->setVersion($version) ->setMarket($market) ->setUILanguage($uILanguage) ->setAdult($adult) ->setLatitude($latitude) ->setLongitude($longitude) ->setRadius($radius) ->setOptions($options) ->setWeb($web) ->setImage($image) ->setPhonebook($phonebook) ->setVideo($video) ->setNews($news) ->setMobileWeb($mobileWeb) ->setTranslation($translation); }
Constructor method for SearchRequest @uses ApiSearchRequest::setQuery() @uses ApiSearchRequest::setAppId() @uses ApiSearchRequest::setSources() @uses ApiSearchRequest::setParameters() @uses ApiSearchRequest::setVersion() @uses ApiSearchRequest::setMarket() @uses ApiSearchRequest::setUILanguage() @uses ApiSearchRequest::setAdult() @uses ApiSearchRequest::setLatitude() @uses ApiSearchRequest::setLongitude() @uses ApiSearchRequest::setRadius() @uses ApiSearchRequest::setOptions() @uses ApiSearchRequest::setWeb() @uses ApiSearchRequest::setImage() @uses ApiSearchRequest::setPhonebook() @uses ApiSearchRequest::setVideo() @uses ApiSearchRequest::setNews() @uses ApiSearchRequest::setMobileWeb() @uses ApiSearchRequest::setTranslation() @param string $query @param string $appId @param \ArrayType\ApiArrayOfSourceType $sources @param \StructType\ApiSearchRequest $parameters @param string $version @param string $market @param string $uILanguage @param string $adult @param float $latitude @param float $longitude @param float $radius @param \ArrayType\ApiArrayOfSearchOption $options @param \StructType\ApiWebRequest $web @param \StructType\ApiImageRequest $image @param \StructType\ApiPhonebookRequest $phonebook @param \StructType\ApiVideoRequest $video @param \StructType\ApiNewsRequest $news @param \StructType\ApiMobileWebRequest $mobileWeb @param \StructType\ApiTranslationRequest $translation
__construct
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidApiSearchRequest.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidApiSearchRequest.php
MIT
public function __construct(?array $campaignIds = null, ?array $ids = null, ?array $types = null, ?array $statuses = null, ?array $tagIds = null, ?array $tags = null, ?array $appIconStatuses = null) { $this ->setCampaignIds($campaignIds) ->setIds($ids) ->setTypes($types) ->setStatuses($statuses) ->setTagIds($tagIds) ->setTags($tags) ->setAppIconStatuses($appIconStatuses); }
Constructor method for AdGroupsSelectionCriteria @uses ApiAdGroupsSelectionCriteria::setCampaignIds() @uses ApiAdGroupsSelectionCriteria::setIds() @uses ApiAdGroupsSelectionCriteria::setTypes() @uses ApiAdGroupsSelectionCriteria::setStatuses() @uses ApiAdGroupsSelectionCriteria::setTagIds() @uses ApiAdGroupsSelectionCriteria::setTags() @uses ApiAdGroupsSelectionCriteria::setAppIconStatuses() @param int[] $campaignIds @param int[] $ids @param string[] $types @param string[] $statuses @param int[] $tagIds @param string[] $tags @param string[] $appIconStatuses
__construct
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidAdGroupsSelectionCriteria.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidAdGroupsSelectionCriteria.php
MIT
public function FindFolder(\StructType\ApiFindFolderType $request) { try { $this->setResult($resultFindFolder = $this->getSoapClient()->__soapCall('FindFolder', [ $request, ], [], [], $this->outputHeaders)); return $resultFindFolder; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named FindFolder Meta information extracted from the WSDL - SOAPHeaderNames: ExchangeImpersonation, MailboxCulture, RequestServerVersion, TimeZoneContext, ManagementRole - SOAPHeaderNamespaces: http://schemas.microsoft.com/exchange/services/2006/types, http://schemas.microsoft.com/exchange/services/2006/types, http://schemas.microsoft.com/exchange/services/2006/types, http://schemas.microsoft.com/exchange/services/2006/types, http://schemas.microsoft.com/exchange/services/2006/types - SOAPHeaderTypes: \StructType\ApiExchangeImpersonationType, \StructType\ApiMailboxCultureType, \StructType\ApiRequestServerVersion, \StructType\ApiTimeZoneContextType, \StructType\ApiManagementRoleType - SOAPHeaders: required, required, required, required, required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiFindFolderType $request @return \StructType\ApiFindFolderResponseType|bool
FindFolder
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidApiFind.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidApiFind.php
MIT
public function FindItem(\StructType\ApiFindItemType $request) { try { $this->setResult($resultFindItem = $this->getSoapClient()->__soapCall('FindItem', [ $request, ], [], [], $this->outputHeaders)); return $resultFindItem; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named FindItem Meta information extracted from the WSDL - SOAPHeaderNames: ExchangeImpersonation, MailboxCulture, RequestServerVersion, TimeZoneContext, DateTimePrecision, ManagementRole - SOAPHeaderNamespaces: http://schemas.microsoft.com/exchange/services/2006/types, http://schemas.microsoft.com/exchange/services/2006/types, http://schemas.microsoft.com/exchange/services/2006/types, http://schemas.microsoft.com/exchange/services/2006/types, http://schemas.microsoft.com/exchange/services/2006/types, http://schemas.microsoft.com/exchange/services/2006/types - SOAPHeaderTypes: \StructType\ApiExchangeImpersonationType, \StructType\ApiMailboxCultureType, \StructType\ApiRequestServerVersion, \StructType\ApiTimeZoneContextType, \EnumType\ApiDateTimePrecisionType, \StructType\ApiManagementRoleType - SOAPHeaders: required, required, required, required, required, required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiFindItemType $request @return \StructType\ApiFindItemResponseType|bool
FindItem
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidApiFind.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidApiFind.php
MIT
public function FindMessageTrackingReport(\StructType\ApiFindMessageTrackingReportRequestType $request) { try { $this->setResult($resultFindMessageTrackingReport = $this->getSoapClient()->__soapCall('FindMessageTrackingReport', [ $request, ], [], [], $this->outputHeaders)); return $resultFindMessageTrackingReport; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named FindMessageTrackingReport Meta information extracted from the WSDL - SOAPHeaderNames: RequestServerVersion - SOAPHeaderNamespaces: http://schemas.microsoft.com/exchange/services/2006/types - SOAPHeaderTypes: \StructType\ApiRequestServerVersion - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiFindMessageTrackingReportRequestType $request @return \StructType\ApiFindMessageTrackingReportResponseMessageType|bool
FindMessageTrackingReport
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidApiFind.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidApiFind.php
MIT
public function FindConversation(\StructType\ApiFindConversationType $request) { try { $this->setResult($resultFindConversation = $this->getSoapClient()->__soapCall('FindConversation', [ $request, ], [], [], $this->outputHeaders)); return $resultFindConversation; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named FindConversation Meta information extracted from the WSDL - SOAPHeaderNames: RequestServerVersion, ExchangeImpersonation - SOAPHeaderNamespaces: http://schemas.microsoft.com/exchange/services/2006/types, http://schemas.microsoft.com/exchange/services/2006/types - SOAPHeaderTypes: \StructType\ApiRequestServerVersion, \StructType\ApiExchangeImpersonationType - SOAPHeaders: required, required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiFindConversationType $request @return \StructType\ApiFindConversationResponseMessageType|bool
FindConversation
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidApiFind.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidApiFind.php
MIT
public function FindPeople(\StructType\ApiFindPeopleType $request) { try { $this->setResult($resultFindPeople = $this->getSoapClient()->__soapCall('FindPeople', [ $request, ], [], [], $this->outputHeaders)); return $resultFindPeople; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named FindPeople Meta information extracted from the WSDL - SOAPHeaderNames: RequestServerVersion, ExchangeImpersonation - SOAPHeaderNamespaces: http://schemas.microsoft.com/exchange/services/2006/types, http://schemas.microsoft.com/exchange/services/2006/types - SOAPHeaderTypes: \StructType\ApiRequestServerVersion, \StructType\ApiExchangeImpersonationType - SOAPHeaders: required, required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiFindPeopleType $request @return \StructType\ApiFindPeopleResponseMessageType|bool
FindPeople
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidApiFind.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidApiFind.php
MIT
public function FindAvailableMeetingTimes(\StructType\ApiFindAvailableMeetingTimesType $request) { try { $this->setResult($resultFindAvailableMeetingTimes = $this->getSoapClient()->__soapCall('FindAvailableMeetingTimes', [ $request, ], [], [], $this->outputHeaders)); return $resultFindAvailableMeetingTimes; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named FindAvailableMeetingTimes Meta information extracted from the WSDL - SOAPHeaderNames: RequestServerVersion - SOAPHeaderNamespaces: http://schemas.microsoft.com/exchange/services/2006/types - SOAPHeaderTypes: \StructType\ApiRequestServerVersion - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiFindAvailableMeetingTimesType $request @return \StructType\ApiFindAvailableMeetingTimesResponseMessageType|bool
FindAvailableMeetingTimes
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidApiFind.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidApiFind.php
MIT
public function FindMeetingTimeCandidates(\StructType\ApiFindMeetingTimeCandidatesType $request) { try { $this->setResult($resultFindMeetingTimeCandidates = $this->getSoapClient()->__soapCall('FindMeetingTimeCandidates', [ $request, ], [], [], $this->outputHeaders)); return $resultFindMeetingTimeCandidates; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named FindMeetingTimeCandidates Meta information extracted from the WSDL - SOAPHeaderNames: RequestServerVersion - SOAPHeaderNamespaces: http://schemas.microsoft.com/exchange/services/2006/types - SOAPHeaderTypes: \StructType\ApiRequestServerVersion - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiFindMeetingTimeCandidatesType $request @return \StructType\ApiFindMeetingTimeCandidatesResponseMessageType|bool
FindMeetingTimeCandidates
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidApiFind.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidApiFind.php
MIT
public function __construct(?int $id = null, ?string $name = null, ?string $startDate = null, ?string $type = null, ?string $status = null, ?string $state = null, ?string $statusPayment = null, ?string $statusClarification = null, ?\StructType\ApiStatistics $statistics = null, ?string $currency = null, ?\StructType\ApiFundsParam $funds = null, ?\StructType\ApiCampaignAssistant $representedBy = null, ?\StructType\ApiTextCampaignGetItem $textCampaign = null, ?\StructType\ApiMobileAppCampaignGetItem $mobileAppCampaign = null, ?\StructType\ApiDynamicTextCampaignGetItem $dynamicTextCampaign = null, ?int $sourceId = null, ?\StructType\ApiDailyBudget $dailyBudget = null, ?string $endDate = null, ?\ArrayType\ApiArrayOfString $negativeKeywords = null, ?\ArrayType\ApiArrayOfString $blockedIps = null, ?\ArrayType\ApiArrayOfString $excludedSites = null) { $this ->setId($id) ->setName($name) ->setStartDate($startDate) ->setType($type) ->setStatus($status) ->setState($state) ->setStatusPayment($statusPayment) ->setStatusClarification($statusClarification) ->setStatistics($statistics) ->setCurrency($currency) ->setFunds($funds) ->setRepresentedBy($representedBy) ->setTextCampaign($textCampaign) ->setMobileAppCampaign($mobileAppCampaign) ->setDynamicTextCampaign($dynamicTextCampaign) ->setSourceId($sourceId) ->setDailyBudget($dailyBudget) ->setEndDate($endDate) ->setNegativeKeywords($negativeKeywords) ->setBlockedIps($blockedIps) ->setExcludedSites($excludedSites); }
Constructor method for CampaignGetItem @uses ApiCampaignGetItem::setId() @uses ApiCampaignGetItem::setName() @uses ApiCampaignGetItem::setStartDate() @uses ApiCampaignGetItem::setType() @uses ApiCampaignGetItem::setStatus() @uses ApiCampaignGetItem::setState() @uses ApiCampaignGetItem::setStatusPayment() @uses ApiCampaignGetItem::setStatusClarification() @uses ApiCampaignGetItem::setStatistics() @uses ApiCampaignGetItem::setCurrency() @uses ApiCampaignGetItem::setFunds() @uses ApiCampaignGetItem::setRepresentedBy() @uses ApiCampaignGetItem::setTextCampaign() @uses ApiCampaignGetItem::setMobileAppCampaign() @uses ApiCampaignGetItem::setDynamicTextCampaign() @uses ApiCampaignGetItem::setSourceId() @uses ApiCampaignGetItem::setDailyBudget() @uses ApiCampaignGetItem::setEndDate() @uses ApiCampaignGetItem::setNegativeKeywords() @uses ApiCampaignGetItem::setBlockedIps() @uses ApiCampaignGetItem::setExcludedSites() @param int $id @param string $name @param string $startDate @param string $type @param string $status @param string $state @param string $statusPayment @param string $statusClarification @param \StructType\ApiStatistics $statistics @param string $currency @param \StructType\ApiFundsParam $funds @param \StructType\ApiCampaignAssistant $representedBy @param \StructType\ApiTextCampaignGetItem $textCampaign @param \StructType\ApiMobileAppCampaignGetItem $mobileAppCampaign @param \StructType\ApiDynamicTextCampaignGetItem $dynamicTextCampaign @param int $sourceId @param \StructType\ApiDailyBudget $dailyBudget @param string $endDate @param \ArrayType\ApiArrayOfString $negativeKeywords @param \ArrayType\ApiArrayOfString $blockedIps @param \ArrayType\ApiArrayOfString $excludedSites
__construct
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidCampaignGetItem.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidCampaignGetItem.php
MIT
public function __construct(?string $СубъектРФ = null, ?\StructType\ApiСвРайМО $СвРайМО = null, ?string $Город = null, ?string $ВнутригРайон = null, ?string $НаселПункт = null, ?string $Улица = null, ?array $ДопАдрЭл = null) { $this ->setСубъектРФ($СубъектРФ) ->setСвРайМО($СвРайМО) ->setГород($Город) ->setВнутригРайон($ВнутригРайон) ->setНаселПункт($НаселПункт) ->setУлица($Улица) ->setДопАдрЭл($ДопАдрЭл); }
Constructor method for АдресРФ @uses ApiАдресРФ::setСубъектРФ() @uses ApiАдресРФ::setСвРайМО() @uses ApiАдресРФ::setГород() @uses ApiАдресРФ::setВнутригРайон() @uses ApiАдресРФ::setНаселПункт() @uses ApiАдресРФ::setУлица() @uses ApiАдресРФ::setДопАдрЭл() @param string $СубъектРФ @param \StructType\ApiСвРайМО $СвРайМО @param string $Город @param string $ВнутригРайон @param string $НаселПункт @param string $Улица @param \StructType\ApiДопАдрЭл[] $ДопАдрЭл
__construct
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidAddress.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidAddress.php
MIT
public function __construct(?array $error = null) { $this ->setError($error); }
Constructor method for ArrayOfError @uses ApiArrayOfError::setError() @param \StructType\ApiError[] $error
__construct
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidApiArrayOfError.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidApiArrayOfError.php
MIT
public function __construct(?string $street1 = null, ?string $street2 = null, ?string $street3 = null, ?string $city = null, ?string $postalCode = null) { $this ->setStreet1($street1) ->setStreet2($street2) ->setStreet3($street3) ->setCity($city) ->setPostalCode($postalCode); }
Constructor method for AddressDelivery_Type @uses ApiAddressDelivery_Type::setStreet1() @uses ApiAddressDelivery_Type::setStreet2() @uses ApiAddressDelivery_Type::setStreet3() @uses ApiAddressDelivery_Type::setCity() @uses ApiAddressDelivery_Type::setPostalCode() @param string $street1 @param string $street2 @param string $street3 @param string $city @param string $postalCode
__construct
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidAddressDelivery_Type.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidAddressDelivery_Type.php
MIT
public function __construct(?\StructType\ApiStreetNmbr $streetNmbr = null, ?array $addressLine = null, ?string $cityName = null, ?string $postalCode = null, ?string $county = null, ?\StructType\ApiStateProvType $stateProv = null, ?\StructType\ApiCountryNameType $countryName = null, ?string $type = null, ?string $remark = null, ?bool $formattedInd = null, ?string $shareSynchInd = null, ?string $shareMarketInd = null) { $this ->setStreetNmbr($streetNmbr) ->setAddressLine($addressLine) ->setCityName($cityName) ->setPostalCode($postalCode) ->setCounty($county) ->setStateProv($stateProv) ->setCountryName($countryName) ->setType($type) ->setRemark($remark) ->setFormattedInd($formattedInd) ->setShareSynchInd($shareSynchInd) ->setShareMarketInd($shareMarketInd); }
Constructor method for AddressType @uses ApiAddressType::setStreetNmbr() @uses ApiAddressType::setAddressLine() @uses ApiAddressType::setCityName() @uses ApiAddressType::setPostalCode() @uses ApiAddressType::setCounty() @uses ApiAddressType::setStateProv() @uses ApiAddressType::setCountryName() @uses ApiAddressType::setType() @uses ApiAddressType::setRemark() @uses ApiAddressType::setFormattedInd() @uses ApiAddressType::setShareSynchInd() @uses ApiAddressType::setShareMarketInd() @param \StructType\ApiStreetNmbr $streetNmbr @param string[] $addressLine @param string $cityName @param string $postalCode @param string $county @param \StructType\ApiStateProvType $stateProv @param \StructType\ApiCountryNameType $countryName @param string $type @param string $remark @param bool $formattedInd @param string $shareSynchInd @param string $shareMarketInd
__construct
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidAddressType.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidAddressType.php
MIT
public function __construct(?\StructType\ApiBasicAmountType $orderTotal = null, ?string $returnURL = null, ?string $cancelURL = null, ?string $trackingImageURL = null, ?string $giropaySuccessURL = null, ?string $giropayCancelURL = null, ?string $banktxnPendingURL = null, ?string $token = null, ?\StructType\ApiBasicAmountType $maxAmount = null, ?string $orderDescription = null, ?string $custom = null, ?string $invoiceID = null, ?string $reqConfirmShipping = null, ?string $reqBillingAddress = null, ?\StructType\ApiAddressType $billingAddress = null, ?string $noShipping = null, ?string $addressOverride = null, ?string $localeCode = null, ?string $pageStyle = null, ?string $cpp_header_image = null, ?string $cpp_header_border_color = null, ?string $cpp_header_back_color = null, ?string $cpp_payflow_color = null, ?string $cpp_cart_border_color = null, ?string $cpp_logo_image = null, ?\StructType\ApiAddressType $address = null, ?string $paymentAction = null, ?string $solutionType = null, ?string $landingPage = null, ?string $buyerEmail = null, ?string $channelType = null, ?array $billingAgreementDetails = null, ?array $promoCodes = null, ?string $payPalCheckOutBtnType = null, ?string $productCategory = null, ?string $shippingMethod = null, ?string $profileAddressChangeDate = null, ?string $allowNote = null, ?\StructType\ApiFundingSourceDetailsType $fundingSourceDetails = null, ?string $brandName = null, ?string $callbackURL = null, ?\StructType\ApiEnhancedCheckoutDataType $enhancedCheckoutData = null, ?array $otherPaymentMethods = null, ?\StructType\ApiBuyerDetailsType $buyerDetails = null, ?array $paymentDetails = null, ?array $flatRateShippingOptions = null, ?string $callbackTimeout = null, ?string $callbackVersion = null, ?string $customerServiceNumber = null, ?string $giftMessageEnable = null, ?string $giftReceiptEnable = null, ?string $giftWrapEnable = null, ?string $giftWrapName = null, ?\StructType\ApiBasicAmountType $giftWrapAmount = null, ?string $buyerEmailOptInEnable = null, ?string $surveyEnable = null, ?string $surveyQuestion = null, ?array $surveyChoice = null, ?string $totalType = null, ?string $noteToBuyer = null, ?array $incentives = null, ?string $reqInstrumentDetails = null, ?\StructType\ApiExternalRememberMeOptInDetailsType $externalRememberMeOptInDetails = null, ?\StructType\ApiFlowControlDetailsType $flowControlDetails = null, ?\StructType\ApiDisplayControlDetailsType $displayControlDetails = null, ?\StructType\ApiExternalPartnerTrackingDetailsType $externalPartnerTrackingDetails = null, ?array $coupledBuckets = null) { $this ->setOrderTotal($orderTotal) ->setReturnURL($returnURL) ->setCancelURL($cancelURL) ->setTrackingImageURL($trackingImageURL) ->setGiropaySuccessURL($giropaySuccessURL) ->setGiropayCancelURL($giropayCancelURL) ->setBanktxnPendingURL($banktxnPendingURL) ->setToken($token) ->setMaxAmount($maxAmount) ->setOrderDescription($orderDescription) ->setCustom($custom) ->setInvoiceID($invoiceID) ->setReqConfirmShipping($reqConfirmShipping) ->setReqBillingAddress($reqBillingAddress) ->setBillingAddress($billingAddress) ->setNoShipping($noShipping) ->setAddressOverride($addressOverride) ->setLocaleCode($localeCode) ->setPageStyle($pageStyle) ->setCpp_header_image($cpp_header_image) ->setCpp_header_border_color($cpp_header_border_color) ->setCpp_header_back_color($cpp_header_back_color) ->setCpp_payflow_color($cpp_payflow_color) ->setCpp_cart_border_color($cpp_cart_border_color) ->setCpp_logo_image($cpp_logo_image) ->setAddress($address) ->setPaymentAction($paymentAction) ->setSolutionType($solutionType) ->setLandingPage($landingPage) ->setBuyerEmail($buyerEmail) ->setChannelType($channelType) ->setBillingAgreementDetails($billingAgreementDetails) ->setPromoCodes($promoCodes) ->setPayPalCheckOutBtnType($payPalCheckOutBtnType) ->setProductCategory($productCategory) ->setShippingMethod($shippingMethod) ->setProfileAddressChangeDate($profileAddressChangeDate) ->setAllowNote($allowNote) ->setFundingSourceDetails($fundingSourceDetails) ->setBrandName($brandName) ->setCallbackURL($callbackURL) ->setEnhancedCheckoutData($enhancedCheckoutData) ->setOtherPaymentMethods($otherPaymentMethods) ->setBuyerDetails($buyerDetails) ->setPaymentDetails($paymentDetails) ->setFlatRateShippingOptions($flatRateShippingOptions) ->setCallbackTimeout($callbackTimeout) ->setCallbackVersion($callbackVersion) ->setCustomerServiceNumber($customerServiceNumber) ->setGiftMessageEnable($giftMessageEnable) ->setGiftReceiptEnable($giftReceiptEnable) ->setGiftWrapEnable($giftWrapEnable) ->setGiftWrapName($giftWrapName) ->setGiftWrapAmount($giftWrapAmount) ->setBuyerEmailOptInEnable($buyerEmailOptInEnable) ->setSurveyEnable($surveyEnable) ->setSurveyQuestion($surveyQuestion) ->setSurveyChoice($surveyChoice) ->setTotalType($totalType) ->setNoteToBuyer($noteToBuyer) ->setIncentives($incentives) ->setReqInstrumentDetails($reqInstrumentDetails) ->setExternalRememberMeOptInDetails($externalRememberMeOptInDetails) ->setFlowControlDetails($flowControlDetails) ->setDisplayControlDetails($displayControlDetails) ->setExternalPartnerTrackingDetails($externalPartnerTrackingDetails) ->setCoupledBuckets($coupledBuckets); }
Constructor method for SetExpressCheckoutRequestDetailsType @uses ApiSetExpressCheckoutRequestDetailsType::setOrderTotal() @uses ApiSetExpressCheckoutRequestDetailsType::setReturnURL() @uses ApiSetExpressCheckoutRequestDetailsType::setCancelURL() @uses ApiSetExpressCheckoutRequestDetailsType::setTrackingImageURL() @uses ApiSetExpressCheckoutRequestDetailsType::setGiropaySuccessURL() @uses ApiSetExpressCheckoutRequestDetailsType::setGiropayCancelURL() @uses ApiSetExpressCheckoutRequestDetailsType::setBanktxnPendingURL() @uses ApiSetExpressCheckoutRequestDetailsType::setToken() @uses ApiSetExpressCheckoutRequestDetailsType::setMaxAmount() @uses ApiSetExpressCheckoutRequestDetailsType::setOrderDescription() @uses ApiSetExpressCheckoutRequestDetailsType::setCustom() @uses ApiSetExpressCheckoutRequestDetailsType::setInvoiceID() @uses ApiSetExpressCheckoutRequestDetailsType::setReqConfirmShipping() @uses ApiSetExpressCheckoutRequestDetailsType::setReqBillingAddress() @uses ApiSetExpressCheckoutRequestDetailsType::setBillingAddress() @uses ApiSetExpressCheckoutRequestDetailsType::setNoShipping() @uses ApiSetExpressCheckoutRequestDetailsType::setAddressOverride() @uses ApiSetExpressCheckoutRequestDetailsType::setLocaleCode() @uses ApiSetExpressCheckoutRequestDetailsType::setPageStyle() @uses ApiSetExpressCheckoutRequestDetailsType::setCpp_header_image() @uses ApiSetExpressCheckoutRequestDetailsType::setCpp_header_border_color() @uses ApiSetExpressCheckoutRequestDetailsType::setCpp_header_back_color() @uses ApiSetExpressCheckoutRequestDetailsType::setCpp_payflow_color() @uses ApiSetExpressCheckoutRequestDetailsType::setCpp_cart_border_color() @uses ApiSetExpressCheckoutRequestDetailsType::setCpp_logo_image() @uses ApiSetExpressCheckoutRequestDetailsType::setAddress() @uses ApiSetExpressCheckoutRequestDetailsType::setPaymentAction() @uses ApiSetExpressCheckoutRequestDetailsType::setSolutionType() @uses ApiSetExpressCheckoutRequestDetailsType::setLandingPage() @uses ApiSetExpressCheckoutRequestDetailsType::setBuyerEmail() @uses ApiSetExpressCheckoutRequestDetailsType::setChannelType() @uses ApiSetExpressCheckoutRequestDetailsType::setBillingAgreementDetails() @uses ApiSetExpressCheckoutRequestDetailsType::setPromoCodes() @uses ApiSetExpressCheckoutRequestDetailsType::setPayPalCheckOutBtnType() @uses ApiSetExpressCheckoutRequestDetailsType::setProductCategory() @uses ApiSetExpressCheckoutRequestDetailsType::setShippingMethod() @uses ApiSetExpressCheckoutRequestDetailsType::setProfileAddressChangeDate() @uses ApiSetExpressCheckoutRequestDetailsType::setAllowNote() @uses ApiSetExpressCheckoutRequestDetailsType::setFundingSourceDetails() @uses ApiSetExpressCheckoutRequestDetailsType::setBrandName() @uses ApiSetExpressCheckoutRequestDetailsType::setCallbackURL() @uses ApiSetExpressCheckoutRequestDetailsType::setEnhancedCheckoutData() @uses ApiSetExpressCheckoutRequestDetailsType::setOtherPaymentMethods() @uses ApiSetExpressCheckoutRequestDetailsType::setBuyerDetails() @uses ApiSetExpressCheckoutRequestDetailsType::setPaymentDetails() @uses ApiSetExpressCheckoutRequestDetailsType::setFlatRateShippingOptions() @uses ApiSetExpressCheckoutRequestDetailsType::setCallbackTimeout() @uses ApiSetExpressCheckoutRequestDetailsType::setCallbackVersion() @uses ApiSetExpressCheckoutRequestDetailsType::setCustomerServiceNumber() @uses ApiSetExpressCheckoutRequestDetailsType::setGiftMessageEnable() @uses ApiSetExpressCheckoutRequestDetailsType::setGiftReceiptEnable() @uses ApiSetExpressCheckoutRequestDetailsType::setGiftWrapEnable() @uses ApiSetExpressCheckoutRequestDetailsType::setGiftWrapName() @uses ApiSetExpressCheckoutRequestDetailsType::setGiftWrapAmount() @uses ApiSetExpressCheckoutRequestDetailsType::setBuyerEmailOptInEnable() @uses ApiSetExpressCheckoutRequestDetailsType::setSurveyEnable() @uses ApiSetExpressCheckoutRequestDetailsType::setSurveyQuestion() @uses ApiSetExpressCheckoutRequestDetailsType::setSurveyChoice() @uses ApiSetExpressCheckoutRequestDetailsType::setTotalType() @uses ApiSetExpressCheckoutRequestDetailsType::setNoteToBuyer() @uses ApiSetExpressCheckoutRequestDetailsType::setIncentives() @uses ApiSetExpressCheckoutRequestDetailsType::setReqInstrumentDetails() @uses ApiSetExpressCheckoutRequestDetailsType::setExternalRememberMeOptInDetails() @uses ApiSetExpressCheckoutRequestDetailsType::setFlowControlDetails() @uses ApiSetExpressCheckoutRequestDetailsType::setDisplayControlDetails() @uses ApiSetExpressCheckoutRequestDetailsType::setExternalPartnerTrackingDetails() @uses ApiSetExpressCheckoutRequestDetailsType::setCoupledBuckets() @param \StructType\ApiBasicAmountType $orderTotal @param string $returnURL @param string $cancelURL @param string $trackingImageURL @param string $giropaySuccessURL @param string $giropayCancelURL @param string $banktxnPendingURL @param string $token @param \StructType\ApiBasicAmountType $maxAmount @param string $orderDescription @param string $custom @param string $invoiceID @param string $reqConfirmShipping @param string $reqBillingAddress @param \StructType\ApiAddressType $billingAddress @param string $noShipping @param string $addressOverride @param string $localeCode @param string $pageStyle @param string $cpp_header_image @param string $cpp_header_border_color @param string $cpp_header_back_color @param string $cpp_payflow_color @param string $cpp_cart_border_color @param string $cpp_logo_image @param \StructType\ApiAddressType $address @param string $paymentAction @param string $solutionType @param string $landingPage @param string $buyerEmail @param string $channelType @param \StructType\ApiBillingAgreementDetailsType[] $billingAgreementDetails @param string[] $promoCodes @param string $payPalCheckOutBtnType @param string $productCategory @param string $shippingMethod @param string $profileAddressChangeDate @param string $allowNote @param \StructType\ApiFundingSourceDetailsType $fundingSourceDetails @param string $brandName @param string $callbackURL @param \StructType\ApiEnhancedCheckoutDataType $enhancedCheckoutData @param \StructType\ApiOtherPaymentMethodDetailsType[] $otherPaymentMethods @param \StructType\ApiBuyerDetailsType $buyerDetails @param \StructType\ApiPaymentDetailsType[] $paymentDetails @param \StructType\ApiShippingOptionType[] $flatRateShippingOptions @param string $callbackTimeout @param string $callbackVersion @param string $customerServiceNumber @param string $giftMessageEnable @param string $giftReceiptEnable @param string $giftWrapEnable @param string $giftWrapName @param \StructType\ApiBasicAmountType $giftWrapAmount @param string $buyerEmailOptInEnable @param string $surveyEnable @param string $surveyQuestion @param string[] $surveyChoice @param string $totalType @param string $noteToBuyer @param \StructType\ApiIncentiveInfoType[] $incentives @param string $reqInstrumentDetails @param \StructType\ApiExternalRememberMeOptInDetailsType $externalRememberMeOptInDetails @param \StructType\ApiFlowControlDetailsType $flowControlDetails @param \StructType\ApiDisplayControlDetailsType $displayControlDetails @param \StructType\ApiExternalPartnerTrackingDetailsType $externalPartnerTrackingDetails @param \StructType\ApiCoupledBucketsType[] $coupledBuckets
__construct
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidSetExpressCheckoutRequestDetailsType.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidSetExpressCheckoutRequestDetailsType.php
MIT
public function CodeManager_DeleteCodeArchive($archive_id) { try { $this->setResult($resultCodeManager_DeleteCodeArchive = $this->getSoapClient()->__soapCall('CodeManager.DeleteCodeArchive', [ $archive_id, ], [], [], $this->outputHeaders)); return $resultCodeManager_DeleteCodeArchive; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named CodeManager.DeleteCodeArchive Meta information extracted from the WSDL - documentation: Delete page code. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $archive_id @return int|bool
CodeManager_DeleteCodeArchive
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function CodeManager_GenerateCode($char_set, $code_type, $cookie_domain_periods, $currency_code, $rsid, $secure) { try { $this->setResult($resultCodeManager_GenerateCode = $this->getSoapClient()->__soapCall('CodeManager.GenerateCode', [ $char_set, $code_type, $cookie_domain_periods, $currency_code, $rsid, $secure, ], [], [], $this->outputHeaders)); return $resultCodeManager_GenerateCode; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named CodeManager.GenerateCode Meta information extracted from the WSDL - documentation: Generates page code. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $char_set @param string $code_type @param string $cookie_domain_periods @param string $currency_code @param string $rsid @param string $secure @return \StructType\ApiCode_item[]|bool
CodeManager_GenerateCode
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function CodeManager_GetCodeArchives(array $archive_id_list, $binary_encoding, $populate_code_items) { try { $this->setResult($resultCodeManager_GetCodeArchives = $this->getSoapClient()->__soapCall('CodeManager.GetCodeArchives', [ $archive_id_list, $binary_encoding, $populate_code_items, ], [], [], $this->outputHeaders)); return $resultCodeManager_GetCodeArchives; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named CodeManager.GetCodeArchives Meta information extracted from the WSDL - documentation: Returns a list of existing code archives. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param int[] $archive_id_list @param string $binary_encoding @param string $populate_code_items @return \StructType\ApiCode_archive[]|bool
CodeManager_GetCodeArchives
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function CodeManager_SaveCodeArchive($archive_description, $archive_id, $archive_name, array $code) { try { $this->setResult($resultCodeManager_SaveCodeArchive = $this->getSoapClient()->__soapCall('CodeManager.SaveCodeArchive', [ $archive_description, $archive_id, $archive_name, $code, ], [], [], $this->outputHeaders)); return $resultCodeManager_SaveCodeArchive; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named CodeManager.SaveCodeArchive Meta information extracted from the WSDL - documentation: Saves a page code archive. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $archive_description @param string $archive_id @param string $archive_name @param \StructType\ApiCode_item[] $code @return int|bool
CodeManager_SaveCodeArchive
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function Company_CancelQueueItem($qid) { try { $this->setResult($resultCompany_CancelQueueItem = $this->getSoapClient()->__soapCall('Company.CancelQueueItem', [ $qid, ], [], [], $this->outputHeaders)); return $resultCompany_CancelQueueItem; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named Company.CancelQueueItem Meta information extracted from the WSDL - documentation: Cancel a pending (queued) action that has yet to be approved. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $qid @return int|bool
Company_CancelQueueItem
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function Company_DownloadProduct($productType) { try { $this->setResult($resultCompany_DownloadProduct = $this->getSoapClient()->__soapCall('Company.DownloadProduct', [ $productType, ], [], [], $this->outputHeaders)); return $resultCompany_DownloadProduct; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named Company.DownloadProduct Meta information extracted from the WSDL - documentation: Downloads a product. (Internal use only.) @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $productType @return base64Binary|bool
Company_DownloadProduct
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function Company_GetEndpoint($company) { try { $this->setResult($resultCompany_GetEndpoint = $this->getSoapClient()->__soapCall('Company.GetEndpoint', [ $company, ], [], [], $this->outputHeaders)); return $resultCompany_GetEndpoint; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named Company.GetEndpoint Meta information extracted from the WSDL - documentation: Returns the correct SOAP endpoint to be used for API calls @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $company @return string|bool
Company_GetEndpoint
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function Company_GetQueue() { try { $this->setResult($resultCompany_GetQueue = $this->getSoapClient()->__soapCall('Company.GetQueue', [], [], [], $this->outputHeaders)); return $resultCompany_GetQueue; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named Company.GetQueue Meta information extracted from the WSDL - documentation: Returns queued items that are pending approval for the requesting company. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @return \StructType\ApiQueue_item[]|bool
Company_GetQueue
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function Company_GetReportSuites(array $rs_types, $sp) { try { $this->setResult($resultCompany_GetReportSuites = $this->getSoapClient()->__soapCall('Company.GetReportSuites', [ $rs_types, $sp, ], [], [], $this->outputHeaders)); return $resultCompany_GetReportSuites; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named Company.GetReportSuites Meta information extracted from the WSDL - documentation: Retrieves all report suites associated with your company. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string[] $rs_types @param string $sp @return \StructType\ApiSimple_report_suites_rval|bool
Company_GetReportSuites
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function Company_GetTokenCount() { try { $this->setResult($resultCompany_GetTokenCount = $this->getSoapClient()->__soapCall('Company.GetTokenCount', [], [], [], $this->outputHeaders)); return $resultCompany_GetTokenCount; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named Company.GetTokenCount Meta information extracted from the WSDL - documentation: Returns remaining tokens for a given auth key (note that this call also consumes a token). @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @return int|bool
Company_GetTokenCount
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function Company_GetTokenUsage() { try { $this->setResult($resultCompany_GetTokenUsage = $this->getSoapClient()->__soapCall('Company.GetTokenUsage', [], [], [], $this->outputHeaders)); return $resultCompany_GetTokenUsage; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named Company.GetTokenUsage Meta information extracted from the WSDL - documentation: Returns token usage information (note that this call also consumes a token). @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @return \StructType\ApiToken_usage_container|bool
Company_GetTokenUsage
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function Company_GetTrackingServer($rsid) { try { $this->setResult($resultCompany_GetTrackingServer = $this->getSoapClient()->__soapCall('Company.GetTrackingServer', [ $rsid, ], [], [], $this->outputHeaders)); return $resultCompany_GetTrackingServer; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named Company.GetTrackingServer Meta information extracted from the WSDL - documentation: Returns the tracking server and namespace for the given report suite @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $rsid @return \StructType\ApiTracking_server_data|bool
Company_GetTrackingServer
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function Company_GetVersionAccess() { try { $this->setResult($resultCompany_GetVersionAccess = $this->getSoapClient()->__soapCall('Company.GetVersionAccess', [], [], [], $this->outputHeaders)); return $resultCompany_GetVersionAccess; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named Company.GetVersionAccess Meta information extracted from the WSDL - documentation: Retrieves version access for the company. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @return string[]|bool
Company_GetVersionAccess
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function Company_ResetTokenCount($auth_key) { try { $this->setResult($resultCompany_ResetTokenCount = $this->getSoapClient()->__soapCall('Company.ResetTokenCount', [ $auth_key, ], [], [], $this->outputHeaders)); return $resultCompany_ResetTokenCount; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named Company.ResetTokenCount Meta information extracted from the WSDL - documentation: Resets the token count for the given auth key. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $auth_key @return int|bool
Company_ResetTokenCount
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function Dashboards_GetDashboardAPI($dashboard_id, $dashboard_type) { try { $this->setResult($resultDashboards_GetDashboardAPI = $this->getSoapClient()->__soapCall('Dashboards.GetDashboardAPI', [ $dashboard_id, $dashboard_type, ], [], [], $this->outputHeaders)); return $resultDashboards_GetDashboardAPI; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named Dashboards.GetDashboardAPI Meta information extracted from the WSDL - documentation: Retrieves a list of reportlets owned by the given dashboard. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $dashboard_id @param string $dashboard_type @return \StructType\ApiDashboard_element|bool
Dashboards_GetDashboardAPI
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function Dashboards_GetReportletDataAPI($reportlet_id) { try { $this->setResult($resultDashboards_GetReportletDataAPI = $this->getSoapClient()->__soapCall('Dashboards.GetReportletDataAPI', [ $reportlet_id, ], [], [], $this->outputHeaders)); return $resultDashboards_GetReportletDataAPI; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named Dashboards.GetReportletDataAPI Meta information extracted from the WSDL - documentation: Retrieves data for a given reportlet. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $reportlet_id @return \StructType\ApiReportlet|bool
Dashboards_GetReportletDataAPI
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function DataSource_AppendDataBlock($blockID, $dataSourceID, $endOfBlock, $reportSuiteID, array $rows) { try { $this->setResult($resultDataSource_AppendDataBlock = $this->getSoapClient()->__soapCall('DataSource.AppendDataBlock', [ $blockID, $dataSourceID, $endOfBlock, $reportSuiteID, $rows, ], [], [], $this->outputHeaders)); return $resultDataSource_AppendDataBlock; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DataSource.AppendDataBlock Meta information extracted from the WSDL - documentation: Add rows of data to and optionally end a block of data begun by a BeginDataBlock call @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $blockID @param string $dataSourceID @param string $endOfBlock @param string $reportSuiteID @param \ArrayType\ApiColArray[] $rows @return array|bool
DataSource_AppendDataBlock
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function DataSource_BeginDataBlock($blockName, array $columnNames, $dataSourceID, $endOfBlock, $reportSuiteID, array $rows) { try { $this->setResult($resultDataSource_BeginDataBlock = $this->getSoapClient()->__soapCall('DataSource.BeginDataBlock', [ $blockName, $columnNames, $dataSourceID, $endOfBlock, $reportSuiteID, $rows, ], [], [], $this->outputHeaders)); return $resultDataSource_BeginDataBlock; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DataSource.BeginDataBlock Meta information extracted from the WSDL - documentation: Begin and optionally end a block of data to be inserted into the Data Sources processing queue @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $blockName @param string[] $columnNames @param string $dataSourceID @param string $endOfBlock @param string $reportSuiteID @param \ArrayType\ApiColArray[] $rows @return array|bool
DataSource_BeginDataBlock
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function DataSource_Deactivate($dataSourceID, $reportSuiteID) { try { $this->setResult($resultDataSource_Deactivate = $this->getSoapClient()->__soapCall('DataSource.Deactivate', [ $dataSourceID, $reportSuiteID, ], [], [], $this->outputHeaders)); return $resultDataSource_Deactivate; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DataSource.Deactivate Meta information extracted from the WSDL - documentation: Deactivates a Data Source. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $dataSourceID @param string $reportSuiteID @return \StructType\ApiStatus|bool
DataSource_Deactivate
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function DataSource_GetFileIDs($dataSourceID, $filter, $reportSuiteID) { try { $this->setResult($resultDataSource_GetFileIDs = $this->getSoapClient()->__soapCall('DataSource.GetFileIDs', [ $dataSourceID, $filter, $reportSuiteID, ], [], [], $this->outputHeaders)); return $resultDataSource_GetFileIDs; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DataSource.GetFileIDs Meta information extracted from the WSDL - documentation: Returns array of file ids for a given data source id. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $dataSourceID @param string $filter @param string $reportSuiteID @return \StructType\ApiFileIDResult|bool
DataSource_GetFileIDs
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function DataSource_GetFileInfo($dataSourceID, $filter, $reportSuiteID) { try { $this->setResult($resultDataSource_GetFileInfo = $this->getSoapClient()->__soapCall('DataSource.GetFileInfo', [ $dataSourceID, $filter, $reportSuiteID, ], [], [], $this->outputHeaders)); return $resultDataSource_GetFileInfo; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DataSource.GetFileInfo Meta information extracted from the WSDL - documentation: Returns dataSource file status information. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $dataSourceID @param string $filter @param string $reportSuiteID @return \StructType\ApiDsFileStruct[]|bool
DataSource_GetFileInfo
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function DataSource_GetFileStatus($dataSourceFileID, $reportSuiteID) { try { $this->setResult($resultDataSource_GetFileStatus = $this->getSoapClient()->__soapCall('DataSource.GetFileStatus', [ $dataSourceFileID, $reportSuiteID, ], [], [], $this->outputHeaders)); return $resultDataSource_GetFileStatus; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DataSource.GetFileStatus Meta information extracted from the WSDL - documentation: Returns dataSource file status information. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $dataSourceFileID @param string $reportSuiteID @return \StructType\ApiFileStatusResult|bool
DataSource_GetFileStatus
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function DataSource_GetIDs($reportSuiteID) { try { $this->setResult($resultDataSource_GetIDs = $this->getSoapClient()->__soapCall('DataSource.GetIDs', [ $reportSuiteID, ], [], [], $this->outputHeaders)); return $resultDataSource_GetIDs; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DataSource.GetIDs Meta information extracted from the WSDL - documentation: Returns a list of data sources that belong to the specified report suite. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $reportSuiteID @return \StructType\ApiSimpleDataSource[]|bool
DataSource_GetIDs
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function DataSource_GetInfo($filter, $reportSuiteID) { try { $this->setResult($resultDataSource_GetInfo = $this->getSoapClient()->__soapCall('DataSource.GetInfo', [ $filter, $reportSuiteID, ], [], [], $this->outputHeaders)); return $resultDataSource_GetInfo; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DataSource.GetInfo Meta information extracted from the WSDL - documentation: Returns dataSource file status information. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $filter @param string $reportSuiteID @return \StructType\ApiDataSourceInfo[]|bool
DataSource_GetInfo
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function DataSource_ProcessIncompleteVisits($dataSourceID, $reportSuiteID) { try { $this->setResult($resultDataSource_ProcessIncompleteVisits = $this->getSoapClient()->__soapCall('DataSource.ProcessIncompleteVisits', [ $dataSourceID, $reportSuiteID, ], [], [], $this->outputHeaders)); return $resultDataSource_ProcessIncompleteVisits; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DataSource.ProcessIncompleteVisits Meta information extracted from the WSDL - documentation: Processes incomplete visits for a DataSource @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $dataSourceID @param string $reportSuiteID @return \StructType\ApiStatus|bool
DataSource_ProcessIncompleteVisits
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function DataSource_Restart($dataSourceID, $reportSuiteID) { try { $this->setResult($resultDataSource_Restart = $this->getSoapClient()->__soapCall('DataSource.Restart', [ $dataSourceID, $reportSuiteID, ], [], [], $this->outputHeaders)); return $resultDataSource_Restart; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DataSource.Restart Meta information extracted from the WSDL - documentation: Sets DataSource file state to processing. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $dataSourceID @param string $reportSuiteID @return \StructType\ApiStatus|bool
DataSource_Restart
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function DataSource_SetupFull($dataSourceID, \StructType\ApiDs_full_settings $dataSourceSettings, $reportSuiteID) { try { $this->setResult($resultDataSource_SetupFull = $this->getSoapClient()->__soapCall('DataSource.SetupFull', [ $dataSourceID, $dataSourceSettings, $reportSuiteID, ], [], [], $this->outputHeaders)); return $resultDataSource_SetupFull; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DataSource.SetupFull Meta information extracted from the WSDL - documentation: Creates or modifies a Full Data Source. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $dataSourceID @param \StructType\ApiDs_full_settings $dataSourceSettings @param string $reportSuiteID @return \StructType\ApiDs_setup_result|bool
DataSource_SetupFull
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function DataSource_SetupGeneric($dataSourceID, \StructType\ApiDs_generic_settings $dataSourceSettings, $dataSourceType, $reportSuiteID) { try { $this->setResult($resultDataSource_SetupGeneric = $this->getSoapClient()->__soapCall('DataSource.SetupGeneric', [ $dataSourceID, $dataSourceSettings, $dataSourceType, $reportSuiteID, ], [], [], $this->outputHeaders)); return $resultDataSource_SetupGeneric; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DataSource.SetupGeneric Meta information extracted from the WSDL - documentation: Creates or modifies a Generic Data Source. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $dataSourceID @param \StructType\ApiDs_generic_settings $dataSourceSettings @param string $dataSourceType @param string $reportSuiteID @return \StructType\ApiDs_setup_result|bool
DataSource_SetupGeneric
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function DataSource_SetupTraffic($dataSourceID, \StructType\ApiDs_traffic_settings $dataSourceSettings, $reportSuiteID) { try { $this->setResult($resultDataSource_SetupTraffic = $this->getSoapClient()->__soapCall('DataSource.SetupTraffic', [ $dataSourceID, $dataSourceSettings, $reportSuiteID, ], [], [], $this->outputHeaders)); return $resultDataSource_SetupTraffic; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DataSource.SetupTraffic Meta information extracted from the WSDL - documentation: Creates or modifies a Traffic Data Source. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $dataSourceID @param \StructType\ApiDs_traffic_settings $dataSourceSettings @param string $reportSuiteID @return \StructType\ApiDs_setup_result|bool
DataSource_SetupTraffic
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function DataSource_SetupWebLog($dataSourceID, \StructType\ApiDs_weblog_settings $dataSourceSettings, $reportSuiteID) { try { $this->setResult($resultDataSource_SetupWebLog = $this->getSoapClient()->__soapCall('DataSource.SetupWebLog', [ $dataSourceID, $dataSourceSettings, $reportSuiteID, ], [], [], $this->outputHeaders)); return $resultDataSource_SetupWebLog; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DataSource.SetupWebLog Meta information extracted from the WSDL - documentation: Creates or modifies a Webserver Log Data Source. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $dataSourceID @param \StructType\ApiDs_weblog_settings $dataSourceSettings @param string $reportSuiteID @return \StructType\ApiDs_setup_result|bool
DataSource_SetupWebLog
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function DataWarehouse_CancelRequest($request_Id) { try { $this->setResult($resultDataWarehouse_CancelRequest = $this->getSoapClient()->__soapCall('DataWarehouse.CancelRequest', [ $request_Id, ], [], [], $this->outputHeaders)); return $resultDataWarehouse_CancelRequest; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DataWarehouse.CancelRequest Meta information extracted from the WSDL - documentation: Cancels a Data Warehouse Request. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $request_Id @return string|bool
DataWarehouse_CancelRequest
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function DataWarehouse_CheckRequest($request_Id) { try { $this->setResult($resultDataWarehouse_CheckRequest = $this->getSoapClient()->__soapCall('DataWarehouse.CheckRequest', [ $request_Id, ], [], [], $this->outputHeaders)); return $resultDataWarehouse_CheckRequest; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DataWarehouse.CheckRequest Meta information extracted from the WSDL - documentation: Checks the status of a Data Warehouse Request. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $request_Id @return \StructType\ApiData_warehouse_request|bool
DataWarehouse_CheckRequest
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function DataWarehouse_CreateSegment($hidden, $rsid, \StructType\ApiData_warehouse_segment $segment) { try { $this->setResult($resultDataWarehouse_CreateSegment = $this->getSoapClient()->__soapCall('DataWarehouse.CreateSegment', [ $hidden, $rsid, $segment, ], [], [], $this->outputHeaders)); return $resultDataWarehouse_CreateSegment; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DataWarehouse.CreateSegment Meta information extracted from the WSDL - documentation: Create a new data warehouse segment @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $hidden @param string $rsid @param \StructType\ApiData_warehouse_segment $segment @return int|bool
DataWarehouse_CreateSegment
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function DataWarehouse_GetReportData($request_Id, $rsid, $start_row) { try { $this->setResult($resultDataWarehouse_GetReportData = $this->getSoapClient()->__soapCall('DataWarehouse.GetReportData', [ $request_Id, $rsid, $start_row, ], [], [], $this->outputHeaders)); return $resultDataWarehouse_GetReportData; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DataWarehouse.GetReportData Meta information extracted from the WSDL - documentation: Obtain content for the given request @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $request_Id @param string $rsid @param string $start_row @return \StructType\ApiData_warehouse_report|bool
DataWarehouse_GetReportData
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function DataWarehouse_GetSegment($rsid, $segment) { try { $this->setResult($resultDataWarehouse_GetSegment = $this->getSoapClient()->__soapCall('DataWarehouse.GetSegment', [ $rsid, $segment, ], [], [], $this->outputHeaders)); return $resultDataWarehouse_GetSegment; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DataWarehouse.GetSegment Meta information extracted from the WSDL - documentation: Obtain a description of an existing data warehouse segment @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $rsid @param string $segment @return \StructType\ApiData_warehouse_segment|bool
DataWarehouse_GetSegment
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT