[ 
https://issues.apache.org/jira/browse/ODE-865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12885248#action_12885248
 ] 

Stefan Schreiber commented on ODE-865:
--------------------------------------

Proposed fix by Daniel Willig:

in pmapi.wsdl change this section

<message name="getVariableInfoOutput">
        <part name="scope-info" type="typ:tVariableInfo"/>
    </message>

into:

<message name="getVariableInfoOutput">
        <part name="variable-info" type="typ:tVariableInfo"/>
    </message>

> getVariableInfo() returns invalid response
> ------------------------------------------
>
>                 Key: ODE-865
>                 URL: https://issues.apache.org/jira/browse/ODE-865
>             Project: ODE
>          Issue Type: Bug
>          Components: Management API
>    Affects Versions: 1.3.4
>            Reporter: Stefan Schreiber
>            Priority: Critical
>         Attachments: instance-api-bug.zip
>
>
> I'm posting this on behalf on a colleague who posted this bug on the 
> ode-users mailing list.
> I've generated instance management clients from pmapi.wsdl and the wsdl 
> supplied by the instance management service. The method getVariableInfo() of 
> such a client always returns null. The response message is not empty, we 
> could verify this using SoapUI and tcpmon. The same problem exists with a 
> generated C# client, so a bug in JAX-WS / JAXB is highly unlikely. We figured 
> there's something wrong with the response message.

-- 
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