| Woltore 2004-12-30, 7:50 am |
| Hi all!
I have Webservice that is acting as routing service.
It receives all incoming messages (type XmlAny)
and after it has received message it send it throuht HTTP (two way port)
to another system and gets response from there.
After getting response it send the reponse back to original webservice
caller.
But I have problem, the system I'm calling with HTTP doesn't response with
"wellformed XML". and my Webservice wont send that message back to
caller??
If I just receive the message from HTTP and drop it with FILE port,
everything works fine. But If I try to send it back to the caller of
webservice as response I get error: "Exception of type
System.Runtime.InteropServices.COMException was thrown".
Any Idea how could I get that working?
Thanks!
-Woltore
|