Re: Problems with SOAP Messaging

2001-06-13 Thread Sanjiva Weerawarana
The problem is you targetted the call to the rpcrouter .. change the URL to messagerouter and it should work! Sanjiva. - Original Message - From: "Warwick Slade" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 13, 2001 4:21 AM Subject: Problems w

Problems with SOAP Messaging

2001-06-13 Thread Warwick Slade
I have written my first 'rpc' SOAP service and have successfully sent data from the client to the server and responded.   However.   I really want to use the messaging pattern.   So I did the following    1. added type="message" to my isd:service descriptor and then deployed.   2. I changed m