You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Alex Boisvert (JIRA)" <ji...@apache.org> on 2009/04/17 16:46:15 UTC

[jira] Resolved: (ODE-584) Wrong service URL for DeploymentService

     [ 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,
boisvert@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,
boisvert@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.