Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-M3
-
None
Description
in doc/lit wrapped, an operation with no parameters corresponds to an element with no content such as
<element name="getMarketSummary">
<complexType>
<sequence/>
</complexType>
</element>
This results in an NPE on line 232 of HeavyweightOperationDescBuilder after:
SchemaType operationType = (SchemaType) schemaInfoBuilder.getComplexTypesInWsdl().get(name);
Set expectedInParams = new HashSet();
// schemaType should be complex using xsd:sequence compositor
SchemaParticle parametersType = operationType.getContentModel();
there is no content model
Attachments
Issue Links
- is blocked by
-
GERONIMO-684 Wrapped document/literal do not work for empty message parts
- Closed