Hi,
I am newbie to C# SOAP programming.I have a C# SOAP Apache Client that is calling a java webservice on Apache Tomcat 5.5.9 using SOAP (2.2.3) protocol.
The webservice works fine when I use a java client to call it. However i do not get a response back
from the C# client. Can someone help me out with this.
Here is the example that I have been trying to run
http://www.c-sharpcorner.com/Code/2002/April/CSSoapApacheClient.asp The only error that I see is An exception occurred while trying to create an instance of System.Web.Services.Protocols.SoapHttpClientProtocol. The exception was "WebServiceBindingAttribute is required on proxy classes.". in the design view of the proxy. My source code does have this declaration.