You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Jeff Yu (JIRA)" <ji...@apache.org> on 2007/09/05 09:54:32 UTC

[jira] Updated: (CXF-970) CXF doesnt handle the Doc/Literal (Bare) with Null parameter.

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

Jeff Yu updated CXF-970:
------------------------

    Attachment: doc_lit_bare.wsdl

attach the wsdl.

> CXF doesnt handle the Doc/Literal (Bare) with Null parameter.
> -------------------------------------------------------------
>
>                 Key: CXF-970
>                 URL: https://issues.apache.org/jira/browse/CXF-970
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 2.0.1
>         Environment: windows
>            Reporter: Jeff Yu
>             Fix For: 2.1
>
>         Attachments: doc_lit_bare.wsdl
>
>
> When the parameter is null, at the client, it will send the soap message like below:
> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body></soap:Body></soap:Envelope>
> but I think the correct soap message would be:
> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><inString/></soap:Body></soap:Envelope>

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