Problem regarding consuming php web service in c# Desktop application?

The error you are encountering is informing you that when you invoke the webservice, you are being given the WSDL (Web Service Definition Language) for the service - this is the metadata that describes the service functions, but cannot actually be used to invoke the service. Usually, you access the WSDL by appending either "? Wsdl" or "wsdl" to the service URI.

The error you are encountering is informing you that when you invoke the webservice, you are being given the WSDL (Web Service Definition Language) for the service - this is the metadata that describes the service functions, but cannot actually be used to invoke the service. Usually, you access the WSDL by appending either "? Wsdl" or "wsdl" to the service URI.

There are two elements to the webservice you are attempting to consume. The actual service exists at: http://171.139.101.12/code/index. Php/webservice The metadata describing it, which Visual Studio via wsdl.

Exe used to generate a proxy, resides here: http://171.139.101.12/code/index. Php/webservice/wsdl You need to edit the properties of the Web Reference and update the address appropriately. Alternatively, you can alter the properties of the pdl variable, and change the endpoint in code.

This web service is doing good in php application but when we call from . Net appliation its giving the exception – Azhar Jan 14 '10 at 10:25 1 +1 Fantastic - just solved our problem. – JK.

Jun 21 at 23:42.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions