Re: NullPointerException when serializing null String objects

2001-12-05 Thread Sanjiva Weerawarana
How did you serialize the string? If its a parameter to an RPC call the null value should be handled 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

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
I also fail to understand why such a basic thing like null string should be considered as edge case. Recently I evaluated two market leading App Servers providing web services features. All of them failed for null java.lang.String. I feel SOAP serialization/deserialization implementations are st

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

some questions!

2001-12-05 Thread Arvind Gudipati
Title: some questions! Hi all,   I have started reading about Apache Soap Server recently. I have a few questions: 1) Can i use JAXM as SOAP API in client ? 2) Is there any effort to include ,in future, the JAXM package in Apache Soap? 3) Is Axis going to replace Apache Soap Server an