Hi all,
I'm trying to set up a simple application which uses a web service created by the Process Activator, which I have used to expose a process as a web service.
Problem is: this is totally undocumented.
I have created a vb.net exe and added the web reference to the web service. Now all I can do is call "Open" and "Close" methods. Other methods behave in a different way than what I have found in documentation (wich in fact refers to 7.5 version).
For example, the login methods asks for four arguments:
clientType - string. I assume it is the clientType used in the SAP script?
currentSAP - integer. The number of the SAP I want to use for the login?
authenticationProcess - string. I really don't know. The SAP name maybe?
loginData - an array of form Fields. I think I must write in here user and password.
I have tried to fill the parameters in many ways but the best I got is:
"Engine Exception occurred - String reference not set to an instance of a String.
Parameter name: name"
Did anybody manage to make this work? Or - better, much better - does Metastorm plan to put out a document containing explanations and examples on how to use web services generated by the Process Activator?
Thank you all,
Yuri Pasquinelli