I am trying to call a web service from within my Woody Script.
 
The SOAP calls uses information in the session object to maintain state.
 
The SOAP controller takes (at present) the (Environment) ObjectModel as one of it's arguments, from this it obtains a reference to the session object, this is so that the SOAPController can control the state management of the SOAP calls.
 
I am not sure how I can get a reference to the cocoon.environment.objectModel from within Woody, to pass in to the SOAPController.
 
Passing cocoon.session to SOAPController gives the following error:
Cannot convert [EMAIL PROTECTED] to org.apache.cocoon.environment.Session
 
Any help woody be appreciated.
 
Joe

Reply via email to