I am having a problem that relates to this
thread. I am new to WSDLs and need a little more hand holding (if no one minds) Anyway, here is the code whish causes me an errors:
These are the errors which Eclipse reports:
Description Resource Path Location Type
cvc-attribute.3: The value '' of attribute 'part' on element 'mime:content' is not valid with respect to its type, 'NMTOKEN'. Axis.wsdl new_MyProject/WebContent/wsdl line 87 WSDL Problem
cvc-attribute.3: The value '' of attribute 'part' on element 'mime:content' is not valid with respect to its type, 'NMTOKEN'. Axis.wsdl new_MyProject/WebContent/wsdl line 90 WSDL Problem
cvc-complex-type.3.2.2: Attribute 'required' is not allowed to appear in element 'mime:content'. Axis.wsdl new_MyProject/WebContent/wsdl line 87 WSDL Problem
cvc-complex-type.3.2.2: Attribute 'required' is not allowed to appear in element 'mime:content'. Axis.wsdl new_MyProject/WebContent/wsdl line 90 WSDL Problem
cvc-datatype-valid.1.2.1: '' is not a valid value for 'NMTOKEN'. Axis.wsdl new_MyProject/WebContent/wsdl line 87 WSDL Problem
cvc-datatype-valid.1.2.1: '' is not a valid value for 'NMTOKEN'. Axis.wsdl new_MyProject/WebContent/wsdl line 90 WSDL Problem
Any help would be very much appreciated. Thank you.
Higgledy