Re: Session

2004-06-11 Thread Stefano Sambi
id session and the caller has gone through the auth process before invoking it. Thank you for all your time and help Srini Stefano Sambi wrote: Sorry for my late reply. Here is what I added to my wsdl to manage session: 1)Add this namespace declaration in root element of wsd

Re: Session

2004-04-29 Thread Stefano Sambi
w me your wsdl for example? And how can .Net use this header to make things work? Thanks Tomi -----Ursprüngliche Nachricht- Von: Stefano Sambi [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 27. April 2004 18:58 An: [EMAIL PROTECTED] Betreff: Re: Session I didn't use cookies, but only a

Re: Session

2004-04-27 Thread Stefano Sambi
did you do it in .NET if I may ask. The path I took, which > was not successful for me, was to add a header with the session id in the > header. > > Thanks. > > > > > "Stefano Sambi" > <

Re: Session

2004-04-27 Thread Stefano Sambi
Hi, I used sessions between an Axis web service and a .NET client. I didn't read your past messages, so I don't know what is your problem. Stefano - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 27, 2004 4:57 PM Subject: Re: Session > > > > >

Re: Session out of order

2004-04-09 Thread Stefano Sambi
Tomi -Ursprüngliche Nachricht- Von: Stefano Sambi [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 7. April 2004 14:24 An: [EMAIL PROTECTED] Betreff: Re: Session out of order >From SimpleSessionHandler.java (in src\org\apache\axis\handlers\) line 135: // By default, sessions time out

Re: Session out of order

2004-04-07 Thread Stefano Sambi
>From SimpleSessionHandler.java (in src\org\apache\axis\handlers\) line 135: // By default, sessions time out after 1 minute of inactivity (60 sec) private int defaultSessionTimeout = 60; I hope this is useful to solve your problem. Stefano - Original Message - From: "Dorner, Thomas

Re: C# Cllient , Axis Server, Session Management

2004-03-12 Thread Stefano Sambi
I changed my wsdl like Abhinav said, and it works. I also used ".Net web service studio" (http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=65a1 d4ea-0f7a-41bd-8494-e916ebc4159c) to verify my wsdl. If something is wrong in your wsdl file, this product will tell you it. Anyway h

Re: C# Cllient , Axis Server, Session Management

2004-03-11 Thread Stefano Sambi
espace="http://tornado/portfolioip/services/AuthenticationService"/> > > > encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; > namespace="http://tornado/portfolioip/services/AuthenticationService"/> > >

Interoperability with .NET compact framework

2004-03-11 Thread Stefano Sambi
Hi, I'm writing a C# client based on .NET compact framework and I have noticed that my client can't decode a string that my axis web service return. I'm using Axis 1.2 alpha. Here is the error: "Cannot find type for http://schemas.xmlsoap.org/soap/encoding/:string."; This is because axis encode t

Re: SOAP Console

2004-03-09 Thread Stefano Sambi
Hi Bill, I used Vorder SOAPbox (http://www.vordel.com/soapbox/index.html) to send and receive raw SOAP messages, even if I think this product is not thought for this purpose. I hope this can help you. Stefano - Original Message - From: "Heitzeg, Bill" <[EMAIL PROTECTED]> To: <[EMAIL PROTEC

Re: C# Cllient , Axis Server, Session Management

2004-03-08 Thread Stefano Sambi
I'm trying to use your SessionHandler to manage session between C# client and Axis web service but I do not succeed to set the SOAP header in my wsdl. Can you send me an example of your wsdl? And also how do you manage sessions in your C# client? Here it's my changes to wsdl that don't work: I add