Ciao,
l'eccezione fa riferimento alla classe ""ServiceInvocationUnit"" (linea 374) della custom unit. Potresti riportare il codice del metodo che restituisce l'errore ? Si potrebbe inoltre provare a debuggare il codice della unit, seguendo le indicazioni di questo articolo sul WebRatio Wiki.
C'è un esigenza particolare riferita all'utilizzo di una custom unit per invocare un Web Service ? Con WebRatio si può invocare un Web Service utilizzando la Request Response Unit, oppure la One Way Unit:
- La Request Response Unit consente di invocare un Web Service e di gestire il messaggio di risposta.
- La One Way Unit viene invece utilizzata quando si invoca un Web Service e non occorre considerare il messaggio di risposta.
Per maggiori riferimenti/esempi sui Web Service:
- Getting started with Web Services
- Invoking a Web Service
- Using a Web Service Provider
Hello,
the exception refers to the ""ServiceInvocationUnit"" class (line 374) of the custom unit. Could you paste the code of the method which generates the error ? You can also try to debug the code of the custom unit, by following this Wiki article.
Is there a specific reason why you are using a custom unit for invoking a Web Service ? With WebRatio, you can invoke a Web Service through the Request Response Unit, or the One Way Unit.
- The Request Response Unit is used to invoke a Web service and to manage the corresponding response message.
- The One Way Unit is used to invoke a Web service, ignoring any response message.
For more details/examples about the Web Service:
- Getting started with Web Services
- Invoking a Web Service
- Using a Web Service Provider