|
SOLUTIONS
|
WEBSERVICES SYMBOL
InvokeServiceOperation
InvokeServiceOperation["url", request]
invokes a web service operation using the request message request. The message is sent to the end point specified in
.
InvokeServiceOperation[symbol, parameters]
builds a request message using parameters and invokes a web service operation using the request message and information linked with symbol.
InvokeServiceOperation[symbol, request]
invokes a web service operation using the request message request and information linked with symbol.
Details and OptionsDetails and Options
- To use InvokeServiceOperation, you first need to load Web Services Link using Needs["WebServices`"].
- InvokeServiceOperation returns the response message.
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
Load the package and install a web service:
| In[1]:= |
| In[2]:= |
| Out[2]= |
Use ToServiceRequest to build a message in symbolic XML:
| In[3]:= |
| Out[3]= | ![]() |
Use InvokeServiceOperation to send the message to the server:
| In[4]:= |
| Out[4]= | ![]() |
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »



