Re: NullPointerException when serializing null String objects

2001-12-06 Thread Sanjiva Weerawarana
> How about a String[] some of them containing null String. > I encountered failure with some AppServers. I don't know > the status for Apache SOAP servlet. Should work just fine. > By the way, does Axis or SOAP do multi-ref serilization? > If I send a String[] containing identical strings, wil

Re: NullPointerException when serializing null String objects

2001-12-06 Thread Sanjiva Weerawarana
t; > > > Sanjiva. > > > > - Original Message - > > From: "Brian Gilman" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Thursday, December 06, 2001 8:30 PM > > Subject: Re: NullPointerException when serializing null Strin

RE: NullPointerException when serializing null String objects

2001-12-06 Thread Soumen Sarkar
n the wire? Regards, Soumen Sarkar. -Original Message- From: Sanjiva Weerawarana [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 11:37 AM To: [EMAIL PROTECTED] Subject: Re: NullPointerException when serializing null String objects Sam Ruby writes: > Here's a wiredum

Re: NullPointerException when serializing null String objects

2001-12-06 Thread Sanjiva Weerawarana
Sam Ruby writes: > Here's a wiredump of a client trying to pass nulls to an Apache SOAP 2.2: > > http://www.mds.rmit.edu.au/~ajk/soap/interop/r2/Apache%25202.2/echoString%25 20(null).txt > > True, it is not an Apache SOAP 2.2 client, but I am under the opinion that > SOAP is all about interoperabi

Re: NullPointerException when serializing null String objects

2001-12-06 Thread Sanjiva Weerawarana
Turner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 06, 2001 9:27 PM Subject: Re: NullPointerException when serializing null String objects > Hi everyone, > > The "NullPointerException" occurs when there's a null String object that's

Re: NullPointerException when serializing null String objects

2001-12-06 Thread Sam Ruby
Sanjiva Weerawarana wrote: > > I'd still like to see what Apache SOAP 2.2 client code he wrote > that caused the null strings to break. Here's a wiredump of a client trying to pass nulls to an Apache SOAP 2.2: http://www.mds.rmit.edu.au/~ajk/soap/interop/r2/Apache%25202.2/echoString%2520(null).t

Re: NullPointerException when serializing null String objects

2001-12-06 Thread David Turner
7;d still like to see what Apache SOAP 2.2 client code he wrote > that caused the null strings to break. > > Sanjiva. > > - Original Message - > From: "Brian Gilman" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, December 06, 20

Re: NullPointerException when serializing null String objects

2001-12-06 Thread Sanjiva Weerawarana
de he wrote that caused the null strings to break. Sanjiva. - Original Message - From: "Brian Gilman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 06, 2001 8:30 PM Subject: Re: NullPointerException when serializing null String objects >

Re: NullPointerException when serializing null String objects

2001-12-06 Thread Brian Gilman
ed correctly. > > Can you post the code that shows the problem please? > > Sanjiva. > > - Original Message - > From: "David Turner" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, December 05, 2001 10:36 PM > Su

Re: NullPointerException when serializing null String objects

2001-12-05 Thread Sanjiva Weerawarana
D]> Sent: Wednesday, December 05, 2001 10:36 PM Subject: NullPointerException when serializing null String objects > > I ran into a problem with SOAP's current String serialization when it > encounters null String objects. I couldn't find anything in either the > user or dev arc

RE: NullPointerException when serializing null String objects

2001-12-05 Thread Yuan Yufang
Hi, I had no problems sending a null String ? Here's what the serialization generated: Where is the bug ? Thanks Yuan _ Get your FREE download of MSN Explorer at http://explorer.

Re: NullPointerException when serializing null String objects

2001-12-05 Thread Sam Ruby
Brian Gilman wrote: > >I'm sorry to be such a dim light here but can you tell us why this > is considered an "edge case"?? I'd think that most people who are writing > code to marshall/unmarshall objects on the wire would encounter this > problem. What am I missing?? Is there, in your estimati

RE: NullPointerException when serializing null String objects

2001-12-05 Thread Soumen Sarkar
- From: Brian Gilman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 05, 2001 9:37 AM To: [EMAIL PROTECTED] Subject: Re: NullPointerException when serializing null String objects Hello all, I'm sorry to be such a dim light here but can you tell us why this is considered an "

Re: NullPointerException when serializing null String objects

2001-12-05 Thread Brian Gilman
Hello all, I'm sorry to be such a dim light here but can you tell us why this is considered an "edge case"?? I'd think that most people who are writing code to marshall/unmarshall objects on the wire would encounter this problem. What am I missing?? Is there, in your estimation of our cod

Re: NullPointerException when serializing null String objects

2001-12-05 Thread Sam Ruby
David Turner wrote: > > I ran into a problem with SOAP's current String serialization when it > encounters null String objects. I couldn't find anything in either the > user or dev archives regarding this so I don't know if this is a bug or > not. > > I ended up writing my own String serializer

NullPointerException when serializing null String objects

2001-12-05 Thread David Turner
I ran into a problem with SOAP's current String serialization when it encounters null String objects. I couldn't find anything in either the user or dev archives regarding this so I don't know if this is a bug or not. I ended up writing my own String serializer which handled the null situation