Title: Message
Hi all.
 
I am using wsdl2java and am getting the following exception:

[axis-wsdl2java] java.io.IOException: Type Set is referenced but not defined.

I am sure it is related to me using type Set in my Java code. Below is the exerpt from the wsdl file.

<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://base.data.sequencer.waterford.org">
<import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
<complexType abstract="true" name="BaseCurriculum">
<sequence>
<element name="currid" nillable="true" type="xsd:int"/>
<element name="objectives" nillable="true" type="tns3:Set"/>  
</sequence>
</complexType>

Where should I define type tns3:Set so that wsdl2java does not complain about it?

Thanks.

Oleg

 
*************************************
This e-mail may contain privileged or confidential material intended for the named recipient only.
If you are not the named recipient, delete this message and all attachments.
Unauthorized reviewing, copying, printing, disclosing, or otherwise using information in this e-mail is prohibited.
We reserve the right to monitor e-mail sent through our network.
*************************************

Reply via email to