Continuing on my last article, which showed a simple SOAP request in C#, this article will do the same without using a Service Reference. The IDE I am using is Visual Studio Community Edition. The core technologies here are C#, and SOAP. I presume a familiarity...
A C# Example For Querying Data From A SOAP Web Service
Continuing on my last article, which showed a simple SOAP request in PHP, this article will do the same using C#. The IDE I am using is Visual Studio Community Edition. The core technologies here are C#, and SOAP. I presume a familiarity with C#. SOAP,...
A PHP Example For Querying Data From A SOAP Web Service
While brushing up on Web Services recently I looked for a good PHP example that demonstrated querying for data from a SOAP web service. I found the following on Patrick’s Playground. It inspired me to write about the subject myself. Functionally with this example the...