[ http://issues.apache.org/jira/browse/AXIS2-1136?page=comments#action_12433865 ] Kamil Kube commented on AXIS2-1136: -----------------------------------
Hi Peter, I had the same issue - took me three days to find the solution: install the nightly build - it's fixed there already. I did it and anything work's fine now. Anyhow this should be a blocker in my opinion. Best, Kamil > 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
