Senthil, please take another look at my original response to this question.
You can use the WSDL file generated by Net Express during deployment as input to create a .NET client automatically, which will shield you from the underlying details of the SOAP request itself.
You can do this by adding a Web Reference to the project and then intantiating and calling the methods directly on the class that is generated for you...
Thanks.