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/