|
| __call ($name, $arguments) |
| Perform a SOAP call but first check for adding STS Token or fetch one.
|
|
| setTokenService (Zend_Service_DeveloperGarden_SecurityTokenServer $tokenService) |
| sets the internal handling for handle token service
|
|
| getTokenService () |
| returns the currently configured tokenService object
|
|
| setCredential (Zend_Service_DeveloperGarden_Credential $credential) |
| Sets new credential callback object.
|
|
| getCredential () |
| returns the internal credential callback object
|
|
| getWsseLoginHeader () |
| creates the login header and add
|
|
| getWsseTokenHeader (Zend_Service_DeveloperGarden_Response_SecurityTokenServer_SecurityTokenResponse $token) |
| creates the token auth header for direct calls
|
|
| getWsseSecurityTokenHeader (Zend_Service_DeveloperGarden_Response_SecurityTokenServer_GetTokensResponse $token) |
| creates the security token auth header for direct calls
|
|
| addWsseLoginHeader () |
| adds the login specific header to the client
|
|
| addWsseTokenHeader (Zend_Service_DeveloperGarden_Response_SecurityTokenServer_SecurityTokenResponse $token) |
| adds the earlier fetched token to the header
|
|
| addWsseSecurityTokenHeader (Zend_Service_DeveloperGarden_Response_SecurityTokenServer_GetTokensResponse $token) |
| adds the earlier fetched token to the header
|
|
| __construct ($wsdl=null, $options=null) |
| Constructor.
|
|
| setWsdl ($wsdl) |
| Set wsdl.
|
|
| getWsdl () |
| Get wsdl.
|
|
| setOptions ($options) |
| Set Options.
|
|
| getOptions () |
| Return array of options suitable for using with SoapClient constructor.
|
|
| setSoapVersion ($version) |
| Set SOAP version.
|
|
| getSoapVersion () |
| Get SOAP version.
|
|
| setClassmap (array $classmap) |
| Set classmap.
|
|
| getClassmap () |
| Retrieve classmap.
|
|
| setEncoding ($encoding) |
| Set encoding.
|
|
| getEncoding () |
| Get encoding.
|
|
| validateUrn ($urn) |
| Check for valid URN.
|
|
| setUri ($uri) |
| Set URI.
|
|
| getUri () |
| Retrieve URI.
|
|
| setLocation ($location) |
| Set Location.
|
|
| getLocation () |
| Retrieve URI.
|
|
| setStyle ($style) |
| Set request style.
|
|
| getStyle () |
| Get request style.
|
|
| setEncodingMethod ($use) |
| Set message encoding method.
|
|
| getEncodingMethod () |
| Get message encoding method.
|
|
| setHttpLogin ($login) |
| Set HTTP login.
|
|
| getHttpLogin () |
| Retrieve HTTP Login.
|
|
| setHttpPassword ($password) |
| Set HTTP password.
|
|
| getHttpPassword () |
| Retrieve HTTP Password.
|
|
| setProxyHost ($proxyHost) |
| Set proxy host.
|
|
| getProxyHost () |
| Retrieve proxy host.
|
|
| setProxyPort ($proxyPort) |
| Set proxy port.
|
|
| getProxyPort () |
| Retrieve proxy port.
|
|
| setProxyLogin ($proxyLogin) |
| Set proxy login.
|
|
| getProxyLogin () |
| Retrieve proxy login.
|
|
| setProxyPassword ($proxyPassword) |
| Set proxy password.
|
|
| setHttpsCertificate ($localCert) |
| Set HTTPS client certificate path.
|
|
| getHttpsCertificate () |
| Get HTTPS client certificate path.
|
|
| setHttpsCertPassphrase ($passphrase) |
| Set HTTPS client certificate passphrase.
|
|
| getHttpsCertPassphrase () |
| Get HTTPS client certificate passphrase.
|
|
| setCompressionOptions ($compressionOptions) |
| Set compression options.
|
|
| getCompressionOptions () |
| Get Compression options.
|
|
| getProxyPassword () |
| Retrieve proxy password.
|
|
| setStreamContext ($context) |
| Set Stream Context.
|
|
| getStreamContext () |
| Get Stream Context.
|
|
| setSoapFeatures ($feature) |
| Set the SOAP Feature options.
|
|
| getSoapFeatures () |
| Return current SOAP Features options.
|
|
| setWsdlCache ($caching) |
| Set the SOAP Wsdl Caching Options.
|
|
| getWsdlCache () |
| Get current SOAP Wsdl Caching option.
|
|
| setUserAgent ($userAgent) |
| Set the string to use in User-Agent header.
|
|
| getUserAgent () |
| Get current string to use in User-Agent header.
|
|
| getLastRequest () |
| Retrieve request XML.
|
|
| getLastResponse () |
| Get response XML.
|
|
| getLastRequestHeaders () |
| Retrieve request headers.
|
|
| getLastResponseHeaders () |
| Retrieve response headers (as string)
|
|
| getLastMethod () |
| Retrieve last invoked method.
|
|
| _doRequest (Zend_Soap_Client_Common $client, $request, $location, $action, $version, $one_way=null) |
| Do request proxy method.
|
|
| addSoapInputHeader (SoapHeader $header, $permanent=false) |
| Add SOAP input header.
|
|
| resetSoapInputHeaders () |
| Reset SOAP input headers.
|
|
| getLastSoapOutputHeaderObjects () |
| Get last SOAP output headers.
|
|
| __call ($name, $arguments) |
| Perform a SOAP call.
|
|
| getFunctions () |
| Return a list of available functions.
|
|
| getTypes () |
| Get used types.
|
|
| setSoapClient (SoapClient $soapClient) |
|
| getSoapClient () |
|
| setCookie ($cookieName, $cookieValue=null) |
|