You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Jeffrey J Gaynor/jqhome <jj...@jqhome.net> on 2003/06/17 16:16:41 UTC

Serializing URIs?

Quick question

I am trying to make a (from Java source0 service that must send/return 
URIs. It would be nice to send these, but I'm getting and error that these 
can't be serialized with the following message:

- The class java.net.URI is defined in a java or javax package and cannot 
be converted into an xml schema type.  An xml schema anyType will be used 
to define this class in the wsdl file.

I seem to recall that in some contexts this is bogus, i.e., that this can 
be gotten around, can someone set me straight on this, or should I just 
pass strings?

Thanks!

-- J