Hi All, I am thinking of an alternative way to send/service/receive SOAP Messages with out using the WebService that is hosted on IIS. Is there a way to develope a Service that can accept plain SOAP Messages ( With out much support for WS Addressing, Routing, Security, etc..), And it should understand and de serialize the Types in SOAP Message into respective objects and invoke the action mentioned in the SOAP Action. In Essence the clients some how create the SOAP envelope and send it to the service vis messaging. And the Message listener should act like the WebService. I know this might be against SOA and other enterprise practises. But this is my one question. Thanks in advance to all the enthusiastic masters over there. Best regards Ram