web service

  1. babu

    Question Simanteniously Check Which Web Service is Available

    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) {...
  2. P

    How do I call a method contaning an array and display it on a web page

    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...
  3. C

    Question Testing with SoapUI

    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...
  4. C

    Question Web Service

    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...
Back
Top Bottom