I am trying to use the WSDL utilities to help deploy a pre-existing service. I get the following message:
The class java.util.Set 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. So this seems to say to me that a generic java.lang.Object will be used instead of this class. Ok, this much I grok, but, what will this actually end up doing? I know this is probably a trivial question but am simply unsure what the long term ramifications of this are. Should I ignore it? Is this actually an error condition (as I suspect)? Is there a workaround? Thanks in Advance, Jeff