howto to implement SOAP in C#
-
Hy everyone! What I do want to do is sending information of my Windows Application (some Textboxes) via LAN or net to a server (apache and/or tomcat). My Application is written in C# in Visual Studio 2003 and the server will be implemented in JAVA. So we decided on SOAP and XML for the communication between the server and the client (= my Windows Application). So I had a look for some infos on SOAP and how to implement the main modules, but 'til now I wasn't successfull. So it would help me a lot if someone told me how to do this. Thanks. Stephan.
-
Hy everyone! What I do want to do is sending information of my Windows Application (some Textboxes) via LAN or net to a server (apache and/or tomcat). My Application is written in C# in Visual Studio 2003 and the server will be implemented in JAVA. So we decided on SOAP and XML for the communication between the server and the client (= my Windows Application). So I had a look for some infos on SOAP and how to implement the main modules, but 'til now I wasn't successfull. So it would help me a lot if someone told me how to do this. Thanks. Stephan.
Did you develop your application without looking ONCE into the .NET Framework documentation?
-
Did you develop your application without looking ONCE into the .NET Framework documentation?
thanks for the hint, I guess I had overlooked it, but now I have found the relating chapter (13) in the documentation! ;) Stephan.