Use the following code to send data:
... <method-name>Import importView = new <method-name>Import(); <method-name> proxy = new <method-name>(); ... <set up importView properties as desired> ... int id = proxy.AsyncExecute(importView); //Perform asynchronous send ...
Note: If required, you can substitute the AsyncXMLExecute for the asynchronous AsyncExecute method.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|