You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "John Rossall (JIRA)" <ji...@apache.org> on 2008/10/21 18:05:44 UTC

[jira] Updated: (ODE-399) WSDL or Response from deployment service incorrect for listDeployedPackages

     [ https://issues.apache.org/jira/browse/ODE-399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Rossall updated ODE-399:
-----------------------------

    Description: 
Found in source based on branch
http://svn.apache.org/repos/asf/ode/branches/APACHE_ODE_1.X
Applied patch based on bug no ODE-348

I have used Axis 2's WSDL2JAVA for generating stubs for the deployment service, and tried to call listDeployedPackages().
An error occurs, I believe because the packageNames element in the WSDL is in a different namespace to the listDeployedPackagesResponse. The actual response from the server has them all in the same namespace. 
Editing the WSDL locally so the elements are all in the same namespace (http://www.apache.org/ode/pmapi), and regenerating the stubs fixes the  problem for me as a workaround.

  was:
I have used Axis 2's WSDL2JAVA for generating stubs for the deployment service, and tried to call listDeployedPackages().
An error occurs, I believe because the packageNames element in the WSDL is in a different namespace to the listDeployedPackagesResponse. The actual response from the server has them all in the same namespace. 
Editing the WSDL locally so the elements are all in the same namespace (http://www.apache.org/ode/pmapi), and regenerating the stubs fixes the  problem for me as a workaround.


> WSDL or Response from deployment service incorrect for listDeployedPackages
> ---------------------------------------------------------------------------
>
>                 Key: ODE-399
>                 URL: https://issues.apache.org/jira/browse/ODE-399
>             Project: ODE
>          Issue Type: Bug
>          Components: Axis2 Integration
>    Affects Versions: 1.2
>         Environment: Java 6, Tomcat 5.5, Windows Server 2003 SP2
>            Reporter: John Rossall
>            Priority: Minor
>
> Found in source based on branch
> http://svn.apache.org/repos/asf/ode/branches/APACHE_ODE_1.X
> Applied patch based on bug no ODE-348
> I have used Axis 2's WSDL2JAVA for generating stubs for the deployment service, and tried to call listDeployedPackages().
> An error occurs, I believe because the packageNames element in the WSDL is in a different namespace to the listDeployedPackagesResponse. The actual response from the server has them all in the same namespace. 
> Editing the WSDL locally so the elements are all in the same namespace (http://www.apache.org/ode/pmapi), and regenerating the stubs fixes the  problem for me as a workaround.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.