users@jax-rpc.java.net

Re: Empty SOAPElement from .net WebService

From: Alessio Cervellin <alessio.cervellin_at_sun-cs-italy.com>
Date: Mon, 17 Jan 2005 22:38:47 +0100

Chrisjan Matser wrote:

> Turns out that the XML the .Net web service was
> returning to me had a xmlns="" in the root element, a
> namespace attribute with and empty namespace. JAX-RPC
> decides to ignore the entire xml stream for this
> response field.

as far as i know the xmlns attribute belongs to the NCName domain so it
can't be an empty string, then it's not a valid xml.... this could
justify why jax-rpc ignored the stream. maybe an exception should be raised?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jax-rpc.dev.java.net
For additional commands, e-mail: users-help_at_jax-rpc.dev.java.net