You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Jervis Liu (JIRA)" <ji...@apache.org> on 2007/06/05 12:07:26 UTC

[jira] Commented: (CXF-602) EBay WSDL does not work

    [ https://issues.apache.org/jira/browse/CXF-602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12501511 ] 

Jervis Liu commented on CXF-602:
--------------------------------

Hi, it looks like the test case is wrong. Code generated for operation OrderPizzaBroken is ok, header is generated. Code generated for operation OrderPizzaBroken is wrong, but this is because the wsdl is wrong: there is no part called callerID defined in tns:OrderPizzaRequest. See below:

    <wsdl:operation name="OrderPizza">
      <soap:operation soapAction=""/>
      <wsdl:input>
        <soap:header message="tns:OrderPizzaRequest" part="callerID" use="literal" />
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>

I also tried eBay wsdl, but its so huge, too hard for me to identify the specific problem reported by this Jira. Could you update the test case please? Or let me know if I did anything wrong with the testcase.

Thanks.

> EBay WSDL does not work
> -----------------------
>
>                 Key: CXF-602
>                 URL: https://issues.apache.org/jira/browse/CXF-602
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 2.0-RC
>            Reporter: Dan Diephouse
>            Assignee: Daniel Kulp
>             Fix For: 2.0
>
>         Attachments: pizza_service_cxf_wsdl2java_header_bug.zip
>
>
> Generating a client for the EBay WSDL does not seem to work correctly.

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