Re: Store Soap results in Session variables

2003-09-18 Thread Joerg Heinicke
It's not possible with XSP, because they can only be used on the generator stage. Actions are also not possible, because they are executed before pipeline execution. You have to do the storing after SOAP, so a transformer is the only possibility. For writing your own transformer take a simple t

Store Soap results in Session variables

2003-09-03 Thread Ruben BadarĂ³
Hi everyone. I'm making a SOAP call in XSP and I want to store the results in a Session variable. My problem is the fact that I don't know how to access to Session variables outside XSP. If I could embed XSP logic in XSL it would be possible but I don't know if that's possible. I thought about