Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] Web Service access via SOAP and .NET
- Date: Tue, 14 Jun 2005 09:54:56 -0700
- From: "Sean Looper" <slooper@xxxxxxxxxxxxxxxxxxxx>
- Subject: [Condor-users] Web Service access via SOAP and .NET
OK so I'm attempting to write a web application that does basic queries
of condor_status. The web service is accessible because I'm getting an
authentication prompt when accessing the address from internet explorer.
I've tried all sorts of combinations of login information, but I always
get the following XML:
<?xml version="1.0" encoding="UTF-8" ?>
- <SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:condor="urn:condor">
- <SOAP-ENV:Body>
- <SOAP-ENV:Fault
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<faultcode>SOAP-ENV:Client</faultcode>
<faultstring>HTTP Error: 'Not Found'</faultstring>
<SOAP-ENV:Code />
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Any suggestions would be appreciated!
Sean Looper