- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
I have created a custom event named MyCustomEvent with xsd definition,
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="error">
<xs:complexType>
<xs:sequence>
<xs:element name="FaultMessage" type="xs:string"/>
<xs:element name="FaultCode" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
When I get some error from my custom Database component I am setting up the data for this event and throwing it but my orchestration which is responsible for receiving this event notification is never getting invoked.Any clues what could be the reason? Am I doing something wrong?
Thanks,
Vikram
Views
Replies
Total Likes