I have no experience with server side .NET Web Service, so there is not that much I can do to help. The only thing I can advise you to do (if not already done as I suspect by reading your message) is to use the tcp monitor of Axis to see what is exchanged between your server and your client. Look at the HTTP header and check for the cookie related ones. At least it will tell you if the HTTP cookies handling is done properly. If it is, the next step is do debug server and/or client side, I suppose ..... Sorry I can not help more than that.
Thomas
-----Original Message-----
Hi Thomas, I am first working on the Cookie-based session maintainance. I could get it to work with the .NET client and a Java Web Service. But I have problem to get the Java client and the .NET Web Service to work. I ran the WSDL2Java to get the stubs and tried to modify the code in the stub. My simple .NET web service has a setNumber and a getNumber as web methods. The modification I did to the stub is to use a single "Call" object reference to both the set and get web methods and did a call.setMaintainSession(true), when I am calling the set method and used the same call for get. Interestingly the SOAP request for the get method is using the same session id which was set during the SOAP response of the set method, but my value is displayed as "0" irrespective of what number I set. Could you give me some hints as to why it is doing like this. If the above method is incorrect, could you kindly suggest a better one. Sateesh. [EMAIL PROTECTED] wrote:
Do you Yahoo!? |
- Maintain Session with .NET and AXIS Sateesh Ayyagari
- Manual Deserializtion of Strings.. How? Mark Lussier
- RE: Maintain Session with .NET and AXIS thomas . cherel
- RE: Maintain Session with .NET and AXIS Sateesh Ayyagari
- Stateful Web Services Sateesh Ayyagari
- RE: Maintain Session with .NET and AXIS thomas . cherel
- RE: Maintain Session with .NET and AXIS Jindal, Ashwini
- RE: Maintain Session with .NET and AXIS thomas . cherel
- RE: Maintain Session with .NET and AXIS Sateesh Ayyagari
- Re: Maintain Session with .NET and AXIS Brian Ewins
- RE: Maintain Session with .NET and AXIS thomas . cherel
- RE: Maintain Session with .NET and AXIS Sateesh Ayyagari
- RE: Maintain Session with .NET and AXIS thomas . cherel
- RE: Maintain Session with .NET and AXIS Sateesh Ayyagari
- RE: Maintain Session with .NET and AXIS thomas . cherel
- Map Serializer error during interop between .NET... Sateesh Ayyagari
- Re: Map Serializer error during interop betw... Davanum Srinivas
- Re: Map Serializer error during interop ... Sateesh Ayyagari
- Re: Map Serializer error during interop ... Sorin Pop
- Axis Performance Problem E.Narayanan
- Schema Question Sateesh Ayyagari