[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] Web Service access via SOAP and .NET



That is a sign that the SOAP interface to Condor is active. I would imagine you get no response at all if the web service interface were not running.


matt

On Jun 14, 2005, at 3:59 PM, Sean Looper wrote:

Thx for the reassurance.  AT this point, considering the absence of docs on this subject, I’m just trying to confirm that my configuration is proper and that Condor is ready to be connected to as a web service.  The method that I’m using from within .NET is to use “Add Web Reference” from the Solution Explorer and browse to the address of the machine (“http://dell018:1047”).  At that point, I receive the login prompt.  If this is a sign that all is well, then I will write some test code, but I have not been able to confirm that Condor is even running as a web service.  Maybe I do not understand exactly what Condor is providing for this sort of functionality.

 

I’m studying my brains out on ASP.NET and Web Services in order to complete this project.  I hope I’m not missing something here…

 

Sean