[ http://issues.apache.org/jira/browse/AXIS2-842?page=comments#action_12417501 ]
Tim Oertel commented on AXIS2-842: ---------------------------------- Tried to link this issue to AXIS2-840, but can't figure out how... > axis2 server doesn't support WSDL collection <all> > -------------------------------------------------- > > Key: AXIS2-842 > URL: http://issues.apache.org/jira/browse/AXIS2-842 > Project: Apache Axis 2.0 (Axis2) > Type: Bug > Versions: 1.0 > Reporter: Tim Oertel > > I have a WSDL fragment: > <xs:element name="Update"> > <xs:complexType> > <xs:all> > <xs:element type="xs:anyType" name="id" minOccurs="1" maxOccurs="1"/> > <xs:element type="xs:anyType" name="arg0" minOccurs="0" maxOccurs="1"/> > <xs:element type="xs:anyType" name="arg1" minOccurs="0" maxOccurs="1"/> > </xs:all> > </xs:complexType> > </xs:element> > I'm invoking the service via REST via http://.../Update?id=123&arg0=test+01 > When my hand-written service is invoked, I do a toString on the OMElement > my service is invoked with. It returns: > <axis2ns1:Update xmlns:axis2ns1="http://foo/xsd" /> > ... without any of the parameters. > It appears that axis2/util/SchemaUtil.java:handlemediaTypeURLEncoded() only > supports > XmlSchemaSequence, ignoring all other particles, which may lead to the above > issue. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
