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