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 Options

  • InstallService defines Wolfram Language functions to call each of the operations in the WSDL description. The names of the Wolfram Language 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

Examples

Basic Examples  (3)

Install a web service into a default context:

Evaluate the web service:

Install a web service into a custom context:

Evaluate the web service:

Install a web service into a default context without placing the context on $ContextPath:

Evaluate the web service:

Wolfram Research (2007), InstallService, Wolfram Language function, https://reference.wolfram.com/language/ref/InstallService.html.

Text

Wolfram Research (2007), InstallService, Wolfram Language function, https://reference.wolfram.com/language/ref/InstallService.html.

CMS

Wolfram Language. 2007. "InstallService." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/InstallService.html.

APA

Wolfram Language. (2007). InstallService. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/InstallService.html

BibTeX

@misc{reference.wolfram_2023_installservice, author="Wolfram Research", title="{InstallService}", year="2007", howpublished="\url{https://reference.wolfram.com/language/ref/InstallService.html}", note=[Accessed: 28-March-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_installservice, organization={Wolfram Research}, title={InstallService}, year={2007}, url={https://reference.wolfram.com/language/ref/InstallService.html}, note=[Accessed: 28-March-2024 ]}