DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9717>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9717 wsdl2java doesn't seem to understand some of the basic schema types Summary: wsdl2java doesn't seem to understand some of the basic schema types Product: Axis Version: beta-2 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Major Priority: Other Component: Basic Architecture AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] for example, my schema contains: <wsdl:part name="expiration" type="xsd:gYearMonth"/> but wsdl2java spits out: java.io.IOException: Type http://www.w3.org/2001/XMLSchema:gYearMonth is referenced but not defined. if i change the type to "xsd:string", all is well.