The SoapClient class
The SoapClient class provides a client for SOAP 1.1, SOAP 1.2 servers. It can be used in WSDL or non-WSDL mode.
Intro
The SoapClient class provides a client for SOAP 1.1, SOAP 1.2 servers. It can be used in WSDL or non-WSDL mode.
Class synopsis
Properties
__default_headers__last_request__last_request_headers__last_response__last_response_headers__soap_fault_classmap_connection_timeout_cookies_digest_encoding_exceptions_features_keep_alive_login_password_proxy_host_proxy_login_proxy_password_proxy_port_soap_version_ssl_method_stream_context_use_digest_use_proxy_user_agentcompressionhttpsockethttpurllocationsdlstyletracetypemapAn array of type mappings used for custom XML-to-PHP type conversions, or null if no type mappings are configured. As of PHP 8.4.0, this property is of type
array; previously it was of typeresource. Code usingis_resource()to check this property must be updated accordingly.uriuse
Soapclient