We have a Message broker application in Java which accepts messages(XML). It validates the XML against XSD and calls a .net Webservice and passes the validated XML.
We have a requirement to do the same in .net. Do we have any API’s to do this one. I am looking for a system that takes care of logging in case of errors or some kind of activity log. Is Windows workflow foundation meant to do this kind of task?
Any suggestions greatly appreciated.
Thanks
WWF could do this, but you’d probably be happier with just standard Windows Servic.
The XSD class from the System.XML namespace will provide validation, and just reference the webservice as a web-reference in your project for programmatic access to its methods.
You didn’t explain how it was to receive/retrieve the messages but there’s support for MSMQ as well as port polling.