[
https://issues.apache.org/jira/browse/ODE-584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Boisvert resolved ODE-584.
-------------------------------
Resolution: Fixed
Fixed in 1.X branch,
boisv...@sixtine:~/svn/ode/1.1$ svn commit -m "Fix DeploymentService URL:
http://localhost:8080/ode/processes/DeploymentService"
Sending axis2/src/main/wsdl/deploy.wsdl
Transmitting file data .
Committed revision 766034.
Fixed in trunk,
boisv...@sixtine:~/svn/ode/trunk$ svn commit -m "Fix DeploymentService URL:
http://localhost:8080/ode/processes/DeploymentService"
Sending axis2/src/main/wsdl/deploy.wsdl
Transmitting file data .
Committed revision 766035.
> 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
> Assignee: 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.