Team
We are having 2 webservice URL's, one pointing to Internet and another is Intranet. How to check both of them simultaneously.
string[] urls = WebServiceURL.Split(new char[] { ';' });
foreach (string url in urls)
{...
I have this method RaceDaySimple[] raceDay that I'm trying to call:
public partial class RaceDayCalendarSimple : object, System.ComponentModel.INotifyPropertyChanged {
private RaceDaySimple[] raceDayField;
private AtgDateTime timestampField...
I have created a simple service that looks up a case number from an Oracle DB and returns all associated data for that case. I write this data to an XML file and also return it to the client.
My problem is, when I test the service using SoapUI, it adds a beginning CDATA tag to the response and...
First off I would just like you to know that I am new to C# and the Visual Studio environment in itself. I am a PHP programmer but have been volun-told to contribute to a work project involving C# and creating a web service. Beyond taking a few C programming classes in college, I have very...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.