Ticket #674 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

DOMParser - Error on doc/lit wrapped messages with no elements

Reported by: mtutty Assigned to: mtutty
Priority: major Milestone:
Component: WSDL Parsing Version:
Keywords: Cc:

Description

The DOMParser class throws an exception: "There are no part nodes for message type xyz" when the specified message type exists, but does not contain any elements.

Instead of using a single XPath to find the message element AND its children, we should find the message element, THEN its children separately. If the message element is not found, an exception should still be thrown. An existing message element with no child elements is considered a void return or a function call with no parameters.

Change History

08/16/08 07:23:57 changed by mtutty

  • status changed from new to closed.
  • resolution set to fixed.

08/16/08 07:24:19 changed by mtutty