SAOP Question
-
Hi I want to implement a webservice with soap and C# But i am wondering about to change tag as soapenv How can this be possible?
-
Hi I want to implement a webservice with soap and C# But i am wondering about to change tag as soapenv How can this be possible?
Hi, I'm not sure if I understood your problem. You want to implement a webservice with C#. For the first steps have a look here: Your first C# Web Service[^] Or if you want to use WCF take a look here: Writing your first WCF Service[^] SOAP is just the protocol used to call a webservice. Fortunately this protocol is transparent for you, since the .NET framework manages everything for you (serialization, deserialization, transport etc.) Regards Sebastian
It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.