Main Content

callSoapService

(Removed) Send SOAP (Simple Object Access Protocol) message to endpoint

callSoapService has been removed. Use matlab.wsdl.createWSDLClient instead. For more information, see Version History.

Description

response = callSoapService(endpoint,soapAction,message) sends message to the soapAction service at endpoint.

Input Arguments

collapse all

URL identifying a built-in HTTP service, specified as a string.

Name of service, specified as a string.

Java document object model (DOM), specified as a string.

Output Arguments

collapse all

Result of soapAction, returned as a string.

Version History

Introduced before R2006a

collapse all