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 "jun sato (JIRA)" <ji...@apache.org> on 2007/10/04 10:11:50 UTC

[jira] Created: (AXIS2-3243) Invalid content-type on http header. missed "<" and ">"

Invalid content-type on http header. missed "<" and ">"
-------------------------------------------------------

                 Key: AXIS2-3243
                 URL: https://issues.apache.org/jira/browse/AXIS2-3243
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: client-api
    Affects Versions: 1.3
         Environment: Windows XP Professional
JDK 1.5.0_12
            Reporter: jun sato


i tried to send SOAP message to server by using Axis2 1.3.
but server couldn't parse SOAP request message.

soap client program is sample program that is provided by Axis2 1.3.


i found that "<" and ">" were missed at value of "start" in Content-Type.

--Axis2 1.3----------
Content-Type: multipart/related;
 boundary=MIMEBoundaryurn_uuid_B4170274BA716AED8C1191484266445; 
 type="text/xml"; 
 start="0.urn:uuid:B4170274BA716AED8C1191484266446@apache.org"; 
 charset=UTF-8
------------

i believe that correct content-type is 

--Axis2 1.2----------
Content-Type: multipart/related;
 boundary=MIMEBoundaryurn_uuid_B4170274BA716AED8C1191484266445; 
 type="text/xml"; 
 start="<0....@apache.org>"; 
 charset=UTF-8
------------



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


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


[jira] Closed: (AXIS2-3243) Invalid content-type on http header. missed "<" and ">"

Posted by "jun sato (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

jun sato closed AXIS2-3243.
---------------------------

    Resolution: Fixed

> Invalid content-type on http header. missed "<" and ">"
> -------------------------------------------------------
>
>                 Key: AXIS2-3243
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3243
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: client-api
>    Affects Versions: 1.3
>         Environment: Windows XP Professional
> JDK 1.5.0_12
>            Reporter: jun sato
>
> i tried to send SOAP message to server by using Axis2 1.3.
> but server couldn't parse SOAP request message.
> soap client program is sample program that is provided by Axis2 1.3.
> i found that "<" and ">" were missed at value of "start" in Content-Type.
> --Axis2 1.3----------
> Content-Type: multipart/related;
>  boundary=MIMEBoundaryurn_uuid_B4170274BA716AED8C1191484266445; 
>  type="text/xml"; 
>  start="0.urn:uuid:B4170274BA716AED8C1191484266446@apache.org"; 
>  charset=UTF-8
> ------------
> i believe that correct content-type is 
> --Axis2 1.2----------
> Content-Type: multipart/related;
>  boundary=MIMEBoundaryurn_uuid_B4170274BA716AED8C1191484266445; 
>  type="text/xml"; 
>  start="<0....@apache.org>"; 
>  charset=UTF-8
> ------------

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


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


[jira] Commented: (AXIS2-3243) Invalid content-type on http header. missed "<" and ">"

Posted by "Kevin Huber (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12537590 ] 

Kevin Huber commented on AXIS2-3243:
------------------------------------

I tracked this down to a regression in Axiom 1.2.5.  There is a fix in their source code base, but there hasn't been a new release with the fix yet.

> Invalid content-type on http header. missed "<" and ">"
> -------------------------------------------------------
>
>                 Key: AXIS2-3243
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3243
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: client-api
>    Affects Versions: 1.3
>         Environment: Windows XP Professional
> JDK 1.5.0_12
>            Reporter: jun sato
>
> i tried to send SOAP message to server by using Axis2 1.3.
> but server couldn't parse SOAP request message.
> soap client program is sample program that is provided by Axis2 1.3.
> i found that "<" and ">" were missed at value of "start" in Content-Type.
> --Axis2 1.3----------
> Content-Type: multipart/related;
>  boundary=MIMEBoundaryurn_uuid_B4170274BA716AED8C1191484266445; 
>  type="text/xml"; 
>  start="0.urn:uuid:B4170274BA716AED8C1191484266446@apache.org"; 
>  charset=UTF-8
> ------------
> i believe that correct content-type is 
> --Axis2 1.2----------
> Content-Type: multipart/related;
>  boundary=MIMEBoundaryurn_uuid_B4170274BA716AED8C1191484266445; 
>  type="text/xml"; 
>  start="<0....@apache.org>"; 
>  charset=UTF-8
> ------------

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


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