Hello,
while working on simple example with people activity starting the process and with one web service hooked to the process I've observed that I'm not at all able to use the webservice from the intalio server since I always get following error during the process deployment:
Intalio|Server deployment returned an error.
-------------------------
org.apache.axis2.AxisFault: Invocation of operation deploy failed: org.apache.ode.bpel.iapi.ContextException: Cannot find definition for service {http://example.com/bookStore1/customer}CanonicServiceForstore in the context of process {http://example.com/bookStore1/store}store-46
at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:486)
at org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:343)
at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:389)
at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:211)
at org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:528)
at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:508)
at org.apache.ode.axis2.service.ServiceClientUtil.send(ServiceClientUtil.java:69)
at com.intalio.bpms.designer.deployment.deploy.DeploymentJob.deploy(DeploymentJob.java:602)
at com.intalio.bpms.designer.deployment.deploy.DeploymentJob.run(DeploymentJob.java:177)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
following advice in this forum I've double checked that I'm using web service operation node from the port node and not from the interface node. Still not working.
I'm using designer 5.2.0.115 and server 5.2.0.050 on win xp. The web service which I'd like to attach to the process is running on GlassFish V2.1.1 and is well tested. I've used import of remote service facility to get its WSDL file which was kind enough to also provide me with appropriate XSD file. I've attached packed project folder for the reference.
Thanks for any idea how to fix this!
Karel