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
