hi all,

I tried invoking the processmgmt webservice using the following SOAP
request:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:pmap="http://www.apache.org/ode/pmapi";>
   <soapenv:Header/>
   <soapenv:Body>
      <pmap:listProcesses>
         <filter>?</filter>
         <orderKeys>?</orderKeys>
      </pmap:listProcesses>
   </soapenv:Body>
</soapenv:Envelope>

This is the console trace :

DEBUG - GeronimoLog.debug(66) | Checking for Service using target endpoint
address : http://localhost:8080/ode/services/
processmgmt
05:28:30,830 DEBUG [ODEAxisDispatcher] Checking for Service using target
endpoint address : http://localhost:8080/ode/se
rvices/processmgmt
WARN - GeronimoLog.warn(92) | No service has been found!
05:28:30,830 WARN  [ODEAxisDispatcher] No service has been found!


The Response is :

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";>
   <soapenv:Body>
      <soapenv:Fault>
         <faultcode>soapenv:Client</faultcode>
         <faultstring>The service cannot be found for the endpoint reference
(EPR) http://localhost:8080/ode/services/processmgmt</faultstring>
         <detail/>
      </soapenv:Fault>
   </soapenv:Body>
</soapenv:Envelope>

Not sure if i have to do anything else to deploy these services.

Regards
Anup


-- 
View this message in context: 
http://www.nabble.com/Using-Instance-and-Process-Management-WebServices-tf4330566.html#a12333377
Sent from the Apache Ode User mailing list archive at Nabble.com.

Reply via email to