AW: AW: Deploying Web servics as Session Scope

2004-08-30 Thread Dorner Thomas
I you deploy your Web Service as session based, the same instance of Service was used for one single session - as long as the session is alive. Do you need that? --- T-Systems International GmbH Service Line

Re: AW: AW: Deploying Web servics as Session Scope

2004-08-30 Thread Mahen Perera
What do u mean by The Session is Alive? How will the server know whether the session is alive? On Mon, 30 Aug 2004 08:00:44 +0200, Dorner Thomas [EMAIL PROTECTED] wrote: I you deploy your Web Service as session based, the same instance of Service was used for one single session - as long as

Using the same Call with http and https

2004-08-30 Thread olschmeltzer
Hi ! Sorry if this question is basic, I am just an Axis beginner... We are sending SOAP requests to a server, first in Http and we have to maintain the session. At a specific moment in the process, we have to switch to Https. This is where the problem starts. The first call in Https does not

AW: Using the same Call with http and https

2004-08-30 Thread Dorner Thomas
You can set the session by: proxy.setProperty(Cookie, jSession); And you can set and get session by the following methods: /* * This method sets the SessionId for the next call. It use the *

?wsdl generates a blank screen for axis sample, please help

2004-08-30 Thread Donna Reschke
I installed Axis and I am trying to generate the wsdl for the EchoHeaders sample service. I click the link from the index.html to generate the wsdl and I get a blank screen. The Axis Happiness Page works great but I just cannot generate the wsdl. Does anyone know where I've went

Re: ?wsdl generates a blank screen for axis sample, please help

2004-08-30 Thread Frederic Jean
Which browser are you using? You might want to view the source of the page. Recent Mozilla releases usually displays the raw XML, while other browsers do not show anything. Fred Donna Reschke wrote: I installed Axis and I am trying to generate the wsdl for the EchoHeaders sample

Re: problem in tcpmonitor

2004-08-30 Thread Frank Cohen
Take a look in src/org/axis/utils/tcpmon.java By the way, TestMaker 4.2 (which will be out in the next week or two) incorporates TCPMonitor. We will be improving it and contributing the changes back to Apache. Details on TestMaker are at http://www.pushtotest.com Hope this helps. -Frank On

Re: problem in tcpmonitor

2004-08-30 Thread Davanum Srinivas
Frank, That would be awesome...looking forward to it. -- dims On Mon, 30 Aug 2004 15:36:24 -0700, Frank Cohen [EMAIL PROTECTED] wrote: Take a look in src/org/axis/utils/tcpmon.java By the way, TestMaker 4.2 (which will be out in the next week or two) incorporates TCPMonitor. We will be

Wrapping statefull session beans in a web service deployed as session scope................?

2004-08-30 Thread Mahen Perera
Hi I want to wrap a statefull sesion bean in a web service deployed as session scope. In other words, I will be calling the session beans remote interface methods inside the web service methods... Is this possible? And if i use a .NET client , is it possible to have the counterpart of