to better reflect its actual
use. The points to note
are:
1. I have commented out the
aspects that are included principally for illustration and reference and
thus would not normally be included
2. The port types it declares are, in
practice, "virtual" and would not be used as declared at runtime. The messages would be sent to and received from the ALF event manager service and
the root message element would need to reflect that. For example, where
the specifically define port type uses a root message element "MyEventNotice1"
as in, <wsdl:part ..... element="evt:MyEventNotice1">, at runtime
the element name would be "EventNotice" as in, <wsdl:part ....
element="evt:EventNotice"> since the ALF event manager will require a message
containing an element named EventNotice. the content of event notice will
reflect the schema type used by evt:MyEventNotice1 which is derived from the
base event type.
Note:
This requires some investigation to confirm
Tim