WmPublic. Makes a guaranteed one-way call (fire-and-forget) to the webMethods Integration Server to invoke a service for which no output is needed or expected.
None.
Use the
pub.remote.gd:send service to invoke a service remotely only if you want to run a guaranteed delivery transaction and are not concerned about the results of the invoked service. After
pub.remote.gd:send completes the call, the service ends the transaction; therefore, you do not need to use the
pub.remote.gd:end service to end the transaction.