ZendSoapAutoDiscover
Constructor
| Parameters: |
|
|---|
Set the discovery strategy for method type and other information.
| Parameters: | DiscoveryStrategy – |
|---|---|
| Return type: | AutoDiscover |
Get the class map of php to wsdl qname types.
| Return type: | array |
|---|
Set service name
| Parameters: | string – |
|---|---|
| Return type: | AutoDiscover |
Get service name
| Return type: | string |
|---|---|
| Throws : | ExceptionRuntimeException |
Set the location at which the WSDL file will be available.
| Parameters: | UriUri|string – |
|---|---|
| Return type: | AutoDiscover |
| Throws : | ExceptionInvalidArgumentException |
Return the current Uri that the SOAP WSDL Service will be located at.
| Return type: | UriUri |
|---|---|
| Throws : | ExceptionRuntimeException |
Set the name of the WSDL handling class.
| Parameters: | string – |
|---|---|
| Return type: | AutoDiscover |
| Throws : | ExceptionInvalidArgumentException |
Return the name of the WSDL handling class.
| Return type: | string |
|---|
Set options for all the binding operations soap:body elements.
By default the options are set to ‘use’ => ‘encoded’ and ‘encodingStyle’ => “http://schemas.xmlsoap.org/soap/encoding/”.
| Parameters: | array – |
|---|---|
| Return type: | AutoDiscover |
| Throws : | ExceptionInvalidArgumentException |
Set Binding soap:binding style.
By default ‘style’ is ‘rpc’ and ‘transport’ is ‘http://schemas.xmlsoap.org/soap/http‘.
| Parameters: | array – |
|---|---|
| Return type: | AutoDiscover |
Set the strategy that handles functions and classes that are added AFTER this call.
| Parameters: | ComplexTypeStrategy – |
|---|---|
| Return type: | AutoDiscover |
Set the Class the SOAP server will use
| Parameters: | string – Class Name |
|---|---|
| Return type: | AutoDiscover |
Add a Single or Multiple Functions to the WSDL
| Parameters: | string – Function Name |
|---|---|
| Return type: | AutoDiscover |
Generate the WSDL for a service class.
| Return type: | Wsdl |
|---|
Generate the WSDL for a set of functions.
| Return type: | Wsdl |
|---|
Generate the WSDL for a set of reflection method instances.
| Parameters: | array – |
|---|---|
| Return type: | Wsdl |
Add a function to the WSDL document.
| Parameters: |
|
|---|---|
| Throws ExceptionInvalidArgumentException: | |
| Return type: | void |
Generate the WSDL file from the configured input.
| Return type: | Wsdl |
|---|
Proxy to WSDL dump function
| Parameters: | string – |
|---|---|
| Return type: | bool |
| Throws : | ZendSoapExceptionRuntimeException |
Proxy to WSDL toXml() function
| Return type: | string |
|---|---|
| Throws : | ZendSoapExceptionRuntimeException |
Handle WSDL document.