Hello
I am new to Soap, so please excuse me for what might be a very simple
question. I was goinf through the Soap Messages with attachments
specifcation.
The examples used there indicate the following format of HTTP headers
POST /insuranceClaims HTTP/1.1
Host: www.risky-stuff.com
Content-Type: Multipart/Related; boundary=MIME_boundary; type=text/xml;
start="<claim061400a.xml@claiming-it.com>"
Content-Length: XXXX
SOAPAction: http://schemas.risky-stuff.com/Auto-Claim
Content-Description: This is the optional message description.
--MIME_boundary
Content-Type: text/xml; charset=UTF-8
Content-Transfer-Encoding: 8bit
Content-ID: <claim061400a.xml@claiming-it.com>
1) Is there a particular format for the Start header and the boundary header
or are we
supposed to just follow the HTTP specifications
2) Is it necessary that the start header value always begin with "<" and has
to be double quoted
thanks for any help
-Aniruddha
|