Did you regenerate the code? BTW,I am having the same problem. Thanks, Pratik Parikh
-----Original Message----- From: Garret Pick [mailto:[EMAIL PROTECTED] Sent: Thursday, November 03, 2005 6:58 PM To: [email protected] Subject: new ?wsdl bug in 1.3? Hi, Does anyone know if this is a new bug in axis 1.3? I did not have this problem with axis 1.2.2 At http:/<server>/<service>?wsdl, I see the following error: ---- Fault - makeTypeElement() was told to create a type "{http://xxx>queryStringList", with no containing element AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException faultSubcode: faultString: makeTypeElement() was told to create a type "{http://xxx>queryStringList", with no containing element faultActor: faultNode: faultDetail: {http://xml.apache.org/axis/}hostname:xxx ---- Here is the portion of my WSDL where this is defined: ---- <xsd:element name="queryStringList" maxOccurs="1" minOccurs="0"> <xsd:complexType> <xsd:sequence> <xsd:element name="queryString" type="xsd:string" maxOccurs="unbounded" minOccurs="1"> </xsd:sequence> </xsd:complexType> </xsd:element> ----- What's somewhat odd is that the service seems to be deployed and working. However, I also need the published WSDL to work. Any work-arounds such as an alternate way to define Java type String[]? thanks, Garret __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com CONFIDENTIALITY NOTICE This message and any included attachments are from Cerner Corporation and are intended only for the addressee. The information contained in this message is confidential and may constitute inside or non-public information under international, federal, or state securities laws. Unauthorized forwarding, printing, copying, distribution, or use of such information is strictly prohibited and may be unlawful. If you are not the addressee, please promptly delete this message and notify the sender of the delivery error by e-mail or you may call Cerner's corporate offices in Kansas City, Missouri, U.S.A at (+1) (816)221-1024. ---------------------------------------- --
