Procedure
About this task
To use a Dispatch object to invoke a remote service you do the following:
Procedure
- Create a Dispatch object.
- Construct a request message.
- Call the proper invoke() method.
- Parse the response message.
To use a Dispatch object to invoke a remote service you do the following: