AW: AW: AW: AW: AW: AW: Deploying the client

2002-12-17 Thread Sebastian . Beyer
W: AW: Deploying the client thanks sebastian, as i see, it's the same in .NET. > ahhh thats your problem. In the documentation they say, that you have > to which documentation? i have only that one which comes with the distribution. klaus Am Dienstag, 17. Dezember 2002 10:08 schrieb

AW: AW: AW: AW: AW: AW: Deploying the client

2002-12-17 Thread Klaus Thiele
thanks sebastian, as i see, it's the same in .NET. > ahhh thats your problem. In the documentation they say, that you have to which documentation? i have only that one which comes with the distribution. klaus Am Dienstag, 17. Dezember 2002 10:08 schrieb [EMAIL PROTECTED]: > Hi Klaus, > > ahhh

AW: AW: AW: AW: AW: Deploying the client

2002-12-17 Thread Sebastian . Beyer
02 10:02 An: [EMAIL PROTECTED] Betreff: AW: AW: AW: AW: AW: Deploying the client Hi, yes, but with scope as "session" i get _also_ a new session object each time i request a method if i don't set maintainsession to true at client-code - thats why i'm irritated. (with scope as

AW: AW: AW: AW: AW: Deploying the client

2002-12-17 Thread Klaus Thiele
Hi, yes, but with scope as "session" i get _also_ a new session object each time i request a method if i don't set maintainsession to true at client-code - thats why i'm irritated. (with scope as "application" it works as expectet _without_ do anything at client-side - same object for each reques

AW: AW: AW: AW: Deploying the client

2002-12-17 Thread Sebastian . Beyer
CTED]] Gesendet: Dienstag, 17. Dezember 2002 09:11 An: [EMAIL PROTECTED] Betreff: AW: AW: AW: AW: Deploying the client Hi Sebastian, > Why do you think that something gows wrong on server side? If you > deployed yes, it works fine if i deploy the service with _and_ set maintainsession to t

AW: AW: AW: AW: Deploying the client

2002-12-17 Thread Klaus Thiele
Hi Sebastian, > Why do you think that something gows wrong on server side? If you deployed yes, it works fine if i deploy the service with _and_ set maintainsession to true in the client code. but imho, i expected to do _nothing_ at client side to get sessions working if i deployed with sess

AW: AW: AW: Deploying the client

2002-12-16 Thread Sebastian . Beyer
EMAIL PROTECTED] Betreff: Re: AW: AW: Deploying the client Hi Sebastian, > i'm already doing this. i'd like to something like this: public interface PersdatSoap { public boolean signon(String uid); public PersdatSoapData read(); public voidwri

Re: AW: AW: Deploying the client

2002-12-16 Thread Klaus Thiele
Hi Sebastian, > i'm already doing this. i'd like to something like this: public interface PersdatSoap { public boolean signon(String uid); public PersdatSoapData read(); public voidwrite(PersdatSoapData data); public Collectioncmb_land(); }

AW: AW: Deploying the client

2002-12-13 Thread Sebastian . Beyer
Hi Klaus, maybe we can help each other to configure the session on server-side is rather easy I think (I can just think because actually I didnt get it working since now, because of the client side): Just add the line to the service-description in your server-config.wsdd. That should be ever