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)
The OnWebServiceExecuteEnd Event expects a string to be returned.
Note
This Event only occurs when the callType Parameter has the value 1.