Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[alf-dev] MyALFEvents_001.wsdl event declaration WSDL updated

I have updated the wsdl file,  MyALFEvents_001.wsdl at  http://wiki.eclipse.org/index.php/ALF/Vocabularies/Event_Declaration_Schema
 
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



**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.

Back to the top