Hi,

 

I am trying to call BPEL process using Axis2.

 

I have given it the web service port address: http://daff06:9700/orabpel/default/ProcessManager/1.0 which is given in class generated by wsdl2java .

 

My request is:

 

<?xml version='1.0' encoding='UTF-8'?>

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header />

<soapenv:Body>

<Process:initiateProcess xmlns:Process="http://services.oracle.com/bpel/Process"><Process:primaryKeyValue>1</Process:primaryKeyValue><Process:businessProcessId>1</Process:businessProcessId></Process:initiateProcess></soapenv:Body></soapenv:Envelope>

 

 

Can any body tell from where it is assuming soapAction:/oraBPEL?

 

 

following error is coming:

 

<2006-05-10 12:41:16,031> <DEBUG> <default.collaxa.cube.ws> <CXSOAPProvider::processBPELMessage> soapAction: /orabpel

 

<2006-05-10 12:41:16,031> <DEBUG> <default.collaxa.cube.engine.deployment> <CubeProcessHolder::loadAndBind> Check if process Pro

 revision 1.0 needs to be reloaded

<2006-05-10 12:41:16,062> <DEBUG> <default.collaxa.cube.ws> <CXSOAPProvider::invoke> Error when process incoming message

AxisFault

 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException

 faultSubcode:

 faultString: Cannot find binding operation definition of soapAction '/orabpel' in http://daff06:9700/orabpel/default/ProcessMan

ocessManager.wsdl

 faultActor:

 faultNode:

 faultDetail:

        {http://xml.apache.org/axis/}stackTrace:Cannot find binding operation definition of soapAction '/orabpel' in http://daff

pel/default/ProcessManager/1.0/_ProcessManager.wsdl

        at com.collaxa.cube.ws.soap.providers.CXSOAPProvider.getBindingOperation(CXSOAPProvider.java:726)

        at com.collaxa.cube.ws.soap.providers.CXSOAPProvider.processBPELMessage(CXSOAPProvider.java:217)

        at com.collaxa.cube.ws.soap.providers.CXSOAPProvider.invoke(CXSOAPProvider.java:119)

        at org.collaxa.thirdparty.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)

        at org.collaxa.thirdparty.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)

        at org.collaxa.thirdparty.apache.axis.SimpleChain.invoke(SimpleChain.java:83)

        at org.collaxa.thirdparty.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:450)

        at org.collaxa.thirdparty.apache.axis.server.AxisServer.invoke(AxisServer.java:285)

        at org.collaxa.thirdparty.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:653)

        at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)

        at org.collaxa.thirdparty.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:301)

        at com.collaxa.cube.fe.CollaxaServlet.service(CollaxaServlet.java:134)

        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)

        at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:810)

        at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:322)

        at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)

        at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)

        at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)

        at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)

        at java.lang.Thread.run(Thread.java:534)

 

        {http://xml.apache.org/axis/}hostname:daff06

Reply via email to