Bad SQL Stored Proc Return Message
From: Proteus Duxbury (proteus.duxbury_at_paconsulting.com)
Date: 09/21/04
- Next message: Chris: "RE: Resolve Party question"
- Previous message: larry franks: "Re: Simple timeout problem"
- Next in thread: Alan Smith: "RE: Bad SQL Stored Proc Return Message"
- Reply: Alan Smith: "RE: Bad SQL Stored Proc Return Message"
- Messages sorted by: [ date ] [ thread ]
Date: 21 Sep 2004 10:41:21 -0700
Hi,
I have a simple stored proc which I want to use to delete the contents
of a table. I know that the stored proc has to return an XML message
so it has been coded to:
a) Delete the contents of the table
b) return the contents of another table using XML AUTO.
I can send the request to the proc fine and it does run (i.e. records
are deleted). But the orchestration falls over when it tries to
recieve the response. It says:
Received unexpected message type '' does not match expected type
'http://SQLReceieve1#ResponseRoot'.
Which is fine, but how do I see the actual message that it is
complaining about? I can't find a way using the HAT and the XML schema
was generated automatically by BizTalk from the return of the proc, so
it should be OK.
I've tried using the orchestration debugger and 'attaching' to the
recieve but it just says 'null' for the return message.
Thanks,
Proteus.
- Next message: Chris: "RE: Resolve Party question"
- Previous message: larry franks: "Re: Simple timeout problem"
- Next in thread: Alan Smith: "RE: Bad SQL Stored Proc Return Message"
- Reply: Alan Smith: "RE: Bad SQL Stored Proc Return Message"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|