Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

ALF/architecture/ALF Schemas/EventBaseExample 1.xml

EventBaseExample_1.xml

<?xml version="1.0" encoding="UTF-8"?>
   <soapenv:Envelope 
   xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
   xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <soapenv:Header>
         <ns1:Security soapenv:actor="" soapenv:mustUnderstand="0" 
         xmlns:ns1="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
      </soapenv:Header>
      <soapenv:Body>
         <ns1:EventNotice xmlns:ns1="http://www.eclipse.org/alf/schema/EventBase/1">
            <EventNotice version="1.0">	
               <ns1:Base>		
                  <ns1:EventId>ABCDEF789012345678901234567890123456</ns1:EventId>		
                  <ns1:Timestamp>2007-04-16T18:01:01.171Z</ns1:Timestamp>		
                  <ns1:EventType>Object Created</ns1:EventType>		
                  <ns1:ObjectType>WorkFlow</ns1:ObjectType>		
                  <ns1:ObjectId>20191</ns1:ObjectId>		
                  <ns1:Source>			
                     <ns1:Product>MyProduct</ns1:Product>			
                     <ns1:ProductVersion>7.0</ns1:ProductVersion>			
                     <ns1:ProductInstance>ProductInstance</ns1:ProductInstance>			
                     <ns1:ProductCallbackURI>uri:dummy</ns1:ProductCallbackURI>		
                  </ns1:Source>		
                  <ns1:User/>		
                  <ns1:EventControl>			
                     <ns1:EmEventId>ABC456789012345678901234567890123456</ns1:EmEventId>			
                     <ns1:EmTimestamp>2007-04-16T18:01:01.171Z</ns1:EmTimestamp>			
                     <ns1:PrecedingEmEventId>ABC456789012345678901234567890123456</ns1:PrecedingEmEventId>			
                     <ns1:ApplicationName/>			
                     <ns1:EventMatchName/>			
                     <ns1:ServiceFlowName/>			
                     <ns1:ServiceFlowId>ABC456789012345678901234567890123456</ns1:ServiceFlowId>			
                     <ns1:Callback>false</ns1:Callback>			
                     <ns1:Environment>TestEnvironment</ns1:Environment>			
                     <ns1:EmUser/>		
                  </ns1:EventControl>	
               </ns1:Base>
            </EventNotice>
         </ns1:EventNotice>
      </soapenv:Body>
   </soapenv:Envelope>

Back to the top