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 ax...@ws.apache.org on 2004/09/03 18:07:52 UTC

[jira] Commented: (AXIS-1545) Adding SOAPAction MimeHeader generates 2 SOAPAction's in the actual message

The following comment has been added to this issue:

     Author: Erich Oliphant
    Created: Fri, 3 Sep 2004 9:06 AM
       Body:
Could not figure out how to edit the  description after submittal.  

The attached .java file generates the following message:

---
POST /TRXServices/TRXSSabre/RSSabre.asmx HTTP/1.0

Content-Type: text/xml; charset=utf-8

Accept: application/soap+xml, application/dime, multipart/related, text/*

User-Agent: Axis/1.2beta3

Host: localhost:8999

Cache-Control: no-cache

Pragma: no-cache

SOAPAction: "http://www.trx.com/TRXServices/TRXSSabre/SeatMapGet"

Content-Length: 333

SOAPAction: http://www.trx.com/TRXServices/TRXSSabre/SeatMapGet



<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <SeatMapGet xmlns="http://www.trx.com/TRXServices/TRXSSabre/"/>
 </soapenv:Body>
</soapenv:Envelope>
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/AXIS-1545?page=comments#action_52807

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXIS-1545

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1545
    Summary: Adding SOAPAction MimeHeader generates 2 SOAPAction's in the actual message
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Axis
 Components: 
             Basic Architecture
   Versions:
             1.2 Beta

   Assignee: 
   Reporter: Erich Oliphant

    Created: Fri, 3 Sep 2004 7:56 AM
    Updated: Fri, 3 Sep 2004 9:06 AM

Description:
Some code that worked with an older Sun JAXM RI is not working properly w/ the latest AXIS.  Setting the SOAPAction via MimeHeader.addHeader() seems to create 2 copies of the header in the request message.

This code:





---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira