You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Eran Chinthaka (JIRA)" <ji...@apache.org> on 2006/09/11 18:56:22 UTC

[jira] Resolved: (AXIS2-1136) When a header is specified the body is placed in the header (and the actual header is not)

     [ http://issues.apache.org/jira/browse/AXIS2-1136?page=all ]

Eran Chinthaka resolved AXIS2-1136.
-----------------------------------

    Resolution: Fixed

If this is proven to be fixed in the nighly build, there is no point in keeping this issue open. 

> When a header is specified the body is placed in the header (and the actual header is not)
> ------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-1136
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1136
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: wsdl
>    Affects Versions: 1.0
>         Environment: Java
>            Reporter: Peter Lawrey
>            Priority: Critical
>         Attachments: my.wsdl
>
>
> If a service has a header, the body appears inside the header and the actual header does not.
> e.g. Adding a header called SecurityHeader results in the following.
> <?xml version='1.0' encoding='UTF-8'?>
> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
>     <soapenv:Header>
>         <soapenv:Body>
>             <ns1:ListData xmlns:ns1="http://tempuri.org/"/>
>         </soapenv:Body>
>     </soapenv:Header>
> </soapenv:Envelope>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org