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

Re: [Condor-users] (no subject)



Chances are high that you are sending that message to the Collector instead of the Schedd. Be sure to use the Schedd's port when making your endpoint URL, i.e. http://mymachine:9618 is the Collector.

Best,


matt

On May 20, 2007, at 8:29 PM, Hemant Tanwar wrote:

Hi,
I am trying to call condor webservice for "getJobAds". I am sending following sample SOAP request to condor web service.

<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";>
 <SOAP-ENV:Body>
  <m:getJobAds xmlns:m="urn:condor">
   <transaction>
    <id>11</id>
    <duration>20</duration>
   </transaction>
   <constraint>constraints</constraint>
  </m:getJobAds>
 </SOAP-ENV:Body>
</SOAP-ENV:Envelope>


But I am getting following error.


<?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:encodingStyle="SOAP-ENV:ClientMethod">http:// schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Fault><faultcode>SOAP- ENV:Client</faultcode><faultstring>Method 'm:getJobAds' not implemented: method name or namespace not recognized</faultstring></ SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>


According to WSDL the namespace for the "getJobAds" operation is correct . why I am getting above error.
Please help.
Hemant

Sign in and get updated with all the action! Formula One
_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/condor-users/