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
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.
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
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
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
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
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
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