The PMAPI wsdl file uses the wrong namespace prefix for the ManagementFault 
element
-----------------------------------------------------------------------------------

                 Key: ODE-232
                 URL: https://issues.apache.org/jira/browse/ODE-232
             Project: ODE
          Issue Type: Bug
          Components: Axis2 Integration
    Affects Versions: 1.2
         Environment: all
            Reporter: Douglas Scott Jackson


The pmapi.wsdl file is using the namespace prefix typ for the ManagementFault 
element.  However, the
ManagementFault element is defined within the wsdl file itself whose namespace 
is http://www.apache.org/ode/pmapi.
The typ prefix maps onto the namespace 
http://www.apache.org/ode/pmapi/types/2006/08/02/ which corresponds to the
elements/types defined in the pmapi.xsd schema file.
The following patch should fix the wsdl file:

Index: axis2/src/main/wsdl/pmapi.wsdl
===================================================================
--- axis2/src/main/wsdl/pmapi.wsdl      (revision 612598)
+++ axis2/src/main/wsdl/pmapi.wsdl      (working copy)
@@ -223,7 +223,7 @@
         <part name="instance-info" type="typ:tInstanceInfo"/>
     </message>
     <message name="managementFault">
-        <part name="managementFault" element="typ:ManagementFault"/>
+        <part name="managementFault" element="tns:ManagementFault"/>
     </message>

     <portType name="ProcessManagementPortType">



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

Reply via email to