External Interfaces Reference |
Send SOAP message off to endpoint
Syntax
Description
callSoapService(endpoint, soapAction, message)
sends message
, a Java document object model (DOM), to the soapAction
service at the endpoint
.
Example
m = createSoapMessage('urn:xmethodsBabelFish', 'BabelFish', ... {'en_it','Matthew thinks you''re nice.'}, ... {'translationmode','sourcedata'}, ... repmat({'{http://www.w3.org/2001/XMLSchema}string'},1,2)); response = callSoapService( ... 'http://services.xmethods.net:80/perl/soaplite.cgi', ... 'urn:xmethodsBabelFish#BabelFish', m); results = parseSoapResponse(response)
See Also
createClassFromWsdl
, createSoapMessage
, parseSoapResponse
Web Services Functions | createClassFromWsdl |
© 1994-2005 The MathWorks, Inc.