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

Reply via email to