Hi there,
I am using the WebServiceProxyGenerator to get a file from a password protected area on a web site. The cookie needed to authenticate against the server, JSESSIONID, forms part of the request to Cocoon. However, the cookie doesn't appear to get passed through when Cocoon accesses the web site through the WebServiceProxyGenerator. How can I ensure that Cocoon uses this cookie or how do I pass through the user information need to authenticate cocoon?
Damien,
IIRC Cookies are not passed through the WSProxy. GET and POST parameters are combined and then sent off to the remote service, so you'll need to find a way to pass it that way.
Tony
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
