WebServices`
WebServices`

InvokeServiceOperation

InvokeServiceOperation["url",request]

invokes a web service operation using the request message request. The message is sent to the end point specified in "url".

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 Options

  • To use InvokeServiceOperation, you first need to load Web Services Link using Needs["WebServices`"].
  • InvokeServiceOperation returns the response message.

Examples

Basic Examples  (1)

Load the package and install a web service:

Use ToServiceRequest to build a message in symbolic XML:

Use InvokeServiceOperation to send the message to the server:

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

Text

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

CMS

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

APA

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

BibTeX

@misc{reference.wolfram_2024_invokeserviceoperation, author="Wolfram Research", title="{InvokeServiceOperation}", year="2007", howpublished="\url{https://reference.wolfram.com/language/WebServices/ref/InvokeServiceOperation.html}", note=[Accessed: 26-April-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_invokeserviceoperation, organization={Wolfram Research}, title={InvokeServiceOperation}, year={2007}, url={https://reference.wolfram.com/language/WebServices/ref/InvokeServiceOperation.html}, note=[Accessed: 26-April-2024 ]}