Exago Logo
Search
Generic filters
Exact matches only

Global Event: OnWebServiceExecuteEnd

The OnWebServiceExecuteEnd Event occurs when data is returned from a Web Service Data Source. This Event could be used to decompress or decrypt data being returned from a Web Service Data Source.

Signature

For custom code the args array is structured as follows:

Args[] contains a single string of the data coming from the Web Service in position zero.

For .NET Assemblies the method signature is as follows:

string EventHandlerName(SessionInfo sessionInfo, string webServiceXml)

Expected Return

The OnWebServiceExecuteEnd Event expects a string to be returned.

Note

This Event only occurs when the callType Parameter has the value 1.

Was this article helpful?
0 out of 5 stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
How can we improve this article?
Please submit the reason for your vote so that we can improve the article.
Table of Contents