The following contains the code for a synchronous process:
... <method-name>Import importView = new <method-name>Import(); <method-name>Export exportView; <method-name> proxy = new <method-name>(); ... <set up importView properties as desired> ... exportView = proxy.execute(importView); //Perform synchronous flow ... <retrieve exportView data> ...
Note: If required, you can substitute the xmlExecute method for the synchronous execute method.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|