JohnnyLocke
New Member
I am developing a c# desktop application and using a webservies which is developed in a php application when i try to consume that application. I just add web REference of that web service and try to access throught the following code \[code\]WebReference.TestWSDL pdl = new testingApp.WebReference.TestWSDL();string copy = pdl.verify("testing");\[/code\]it throws the error when i try to call the method verify. the error isPossible SOAP version mismatch: Envelope namespace http://schemas.xmlsoap.org/wsdl/ was unexpected. Expecting http://schemas.xmlsoap.org/soap/envelope/.and the web service link was likehttp://171.139.101.12/code/index.php/webservice/wsdl