|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
InstallService
InstallService["url"]
installs the web service operations in the WSDL description at the URL given.
InstallService["url", "context`"]
installs web service operations, creating functions in the specified context.
Details and OptionsDetails and Options
- InstallService defines Mathematica functions to call each of the operations in the WSDL description. The names of the Mathematica functions will usually be the same as the name specified for the operations.
- Options that can be given include:
-
"UserName" username for the web service requested "Password" password for the web service requested "Timeout" number of seconds to wait during installation
ExamplesExamplesopen allclose all
Basic Examples (3)Basic Examples (3)
New in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »




