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:[EMAIL PROTECTED]";
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.urn:uuid:[EMAIL PROTECTED]>";
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]