You need to sign in to do that
Don't have an account?

Creating Outbound Messaging Error
My outboundmessage is going as far as the message queue and then there is an error:
'org.xml.sax.SAXException: Bad envelope tag: html'
I have a web service written in C# but I can't tell what is wrong because I can't step through it. I have created a little WinForm app to test just that part of it and it succeeds. I know the SQL stored proc in SQL Server works because I tested that part and the snippet of code I used based on the web service worksl, also.
Is there any way to find out what has gone wrong by getting a more detailed error message or step through the web service somehow?