Is this the only solution for getting response back. As i told you earlier, I want to call a web method of a web service, but I don’t want to use wsdl nor can I generate the proxy class. The scenario is that, in my application user can fill in the web service address and the method he wants to execute and I have to get the results. Here we are building the full XML for a method, which i cannot do. Because i dont know what parameters a methods takes. User will give us following information: WebService URI Method name with parameters: HelloWorld("Cristian","Ronaldo") No other information, we can ask from user. Thanks a lot Sumit Domyan