Wrong service URL for DeploymentService
---------------------------------------
Key: ODE-584
URL: https://issues.apache.org/jira/browse/ODE-584
Project: ODE
Issue Type: Bug
Components: Axis2 Integration
Reporter: Alex Boisvert
Fix For: 1.3.1
As reported on the mailing list,
The DeploymentService is specified by the WSDL as the following:
...
<wsdl:service name="DeploymentService">
<wsdl:port name="DeploymentPort" binding="tns:DeploymentBinding">
<soap:address location="http://localhost:8080/ode/services/deploy"/>
</wsdl:port>
</wsdl:service>
...
However, the SOAP port for the DeploymentService is currently located under
http://localhost:8080/ode/processes/DeploymentService instead of
http://localhost:8080/ode/services/deploy.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.