RE: soap client in another machine

2002-07-16 Thread blake biesecker
You probably need to change the URL that the client is pointing to. My guess is you are using localhost and when you move the client off the server machine, it can no longer find the server.   Anyway, a place to start ...   Blake -Original Message-From: Ming Xu [mailto:[EMAIL

RE: Globale and session variable in Axis

2002-07-04 Thread blake biesecker
Mohammed, I could be missing something in your question, but wouldn't a singleton work in this case? Simply create a static current() method on in your connection pool that returns the VMs only instance of the connection pool class. That way it doesn't matter where it is called, you are always

RE: .NET Client does not deserialize typed Array

2002-06-24 Thread blake biesecker
ge because I > tried several possibilities in one Service. > > <> > <> > > -Original Message- > From: blake biesecker [mailto:[EMAIL PROTECTED]] > Sent: Montag, 24. Juni 2002 16:09 > To: '[EMAIL PROTECTED]' > Subject: R

RE: .NET Client does not deserialize typed Array

2002-06-24 Thread blake biesecker
Christian, It would be helpful to also see the soap message returned to the client and your wsdl. Blake > -Original Message- > From: Christian Schmitz [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 24, 2002 3:10 AM > To: '[EMAIL PROTECTED]' > Subject: .NET Client does not deserialize t

RE: Is it possble to serialze without using multiref???

2002-06-24 Thread blake biesecker
You can turn off multiref in the server-config.wsdd by setting the sendMultiRefs setting to false. But you shouldn't need to turn this off to work with .NET. We are able to get .NET to ineroperate with and without multirefs. (We had a problem with Axis understanding .NET's href/ids st

RE: How to deserialize java.util.Vector in .NET??

2002-06-20 Thread blake biesecker
orry, but I made a test with a typed Array and it doesn't work too. > Perhaps you can send me an example that works. > The Data in the array is serialized wtih BeanSerializer, I > read there can be > problems too? > > -Original Message- > From: blake bi

RE: How to deserialize java.util.Vector in .NET??

2002-06-20 Thread blake biesecker
> to use it. > > Christian > > -Original Message- > From: blake biesecker [mailto:[EMAIL PROTECTED]] > Sent: Donnerstag, 20. Juni 2002 18:45 > To: '[EMAIL PROTECTED]' > Subject: RE: How to deserialize java.util.Vector in .NET?? &

RE: How to deserialize java.util.Vector in .NET??

2002-06-20 Thread blake biesecker
Christian, I've found you get better results if you can use a typed array instead of a Vector. Blake > -Original Message- > From: Christian Schmitz [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 20, 2002 9:26 AM > To: '[EMAIL PROTECTED]' > Subject: How to deserialize java.util.Vecto

RE: ... again multiRef problem with .Net client

2002-06-10 Thread blake biesecker
This looks like bug 9637 - it should be fixed in the current cvs source (but not in beta 2). What version are you using? Blake > -Original Message- > From: Kai Steven Kunze [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 10, 2002 11:26 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Sub

Re: Does Axis interoperate with .NET's multiRef syntax?

2002-05-29 Thread blake biesecker
Barbara, As you note, it is a paste error, should read: Hello Goodbye So, the .NET frame work is producing well formed XML, but using substantially different syntax for the pointer mechansim and Axis is throwing the IllegalArgumentException as a result. Any information on ho

Does Axis interoperate with .NET's multiRef syntax?

2002-05-28 Thread blake biesecker
I'm struggling with an IllegalArgumentException after switching from an Axis client to a .NET C# client and I'm suspicious of the fact that multirefs are handled differently. In .NET, I see: Hello Goodbye With an Axis client, I see: http://schemas.xmlsoap.org/soap/encoding/