|
SOLUTIONS
|
WEBSERVICES SYMBOL
FromServiceResponse
FromServiceResponse[response]
converts a response message into a Mathematica expression.
Details and OptionsDetails and Options
- To use FromServiceResponse, you first need to load Web Services Link using Needs["WebServices`"].
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
Load the package and install a web service:
| In[1]:= |
| In[2]:= |
| Out[2]= |
Use InvokeServiceOperation to send the message to the server:
| In[3]:= |
| Out[3]= | ![]() |
Use FromServiceResponse to process the message from the server:
| In[4]:= |
| Out[4]= |
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


