The trick: look at the headers in mail messages from this list. You will see among them
list-help: <mailto:[EMAIL PROTECTED]> list-unsubscribe: <mailto:[EMAIL PROTECTED]> list-post: <mailto:[EMAIL PROTECTED]> To unsubscribe, send an e-mail to [EMAIL PROTECTED] Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. ----- Original Message ----- From: "Secka-Jallow, Dibor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 26, 2004 10:13 AM Subject: RE: Help needed in SOAP with Attachments How do I get out of this mailing list? Thanks Dibor Secka-Jallow Web Developer Atlanta Housing Authority [EMAIL PROTECTED] 404-817-7370 -----Original Message----- From: Scott Nichol [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 26, 2004 9:57 AM To: [EMAIL PROTECTED] Subject: Re: Help needed in SOAP with Attachments Read the HTTP Binding portion of the spec (http://www.w3.org/TR/SOAP-attachments#HTTPBinding). There you will see that, basically, the headers which are not contained within the MIME boundary are not included in the message body, but rather are sent as HTTP headers. If you view the SOAP request/respose using a network monitor or HTTP proxy, for example, you will see the (very necessary) Content-Type header. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. ----- Original Message ----- From: "Dhanush Gopinath" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 26, 2004 9:22 AM Subject: Re: Help needed in SOAP with Attachments I just compared the my SOAP Message generated to the one which is specified by W3C. It didnt contain MIME-Version: 1.0 Content-Type: Multipart/Related; boundary=MIME_boundary; type=text/xml; start="<http://claiming-it.com/claim061400a.xml>" Content-Description: This is the optional message description. which come at the starting of the SOAPMessage. So i am just confused... ----- Original Message ----- From: Scott Nichol To: [EMAIL PROTECTED] Sent: Wednesday, May 26, 2004 6:40 PM Subject: Re: Help needed in SOAP with Attachments What do you mean by "MIME Header"? How are you determining that your message "doesn't contain a MIME Header"? Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. ----- Original Message ----- From: "Dhanush Gopinath" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 26, 2004 8:13 AM Subject: Help needed in SOAP with Attachments Hi All, I have created a SOAP Message with attachment and it doesn't contain a MIME Header. I meansit doesnt follow the format of SOAP Message given below. My request message also differ from the one which Scott send to this group a few days before. My problem is the first header(MIMe-Version 1.0 Content-Type:Multipart/related.. etc etc ) is not coming in my request message. Also there is no reference of the attachment in SOAP Envelope as Dheeraj said in January end mail :) But it do have separate headers for the SOAPBody and attachment parts. So does that mean my SOAPMEssage is not MIME encoded? Please help.. I am attaching my request message <<soapInMsgMail.txt>> Scott, Dheeraj and all .. Any inputs will help me .. Thanks & Regards Dhanush MIME-Version: 1.0 Content-Type: Multipart/Related; boundary=MIME_boundary; type=text/xml; start="<http://claiming-it.com/claim061400a.xml>" Content-Description: This is the optional message description. --MIME_boundary Content-Type: text/xml; charset=UTF-8 Content-Transfer-Encoding: 8bit Content-ID: <http://claiming-it.com/claim061400a.xml> Content-Location: http://claiming-it.com/claim061400a.xml <?xml version='1.0' ?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Body> .. <theSignedForm href="http://claiming-it.com/claim061400a.tiff"/> .. </SOAP-ENV:Body> </SOAP-ENV:Envelope> --MIME_boundary Content-Type: image/tiff Content-Transfer-Encoding: binary Content-ID: <http://claiming-it.com/claim061400a.tiff> Content-Location: http://claiming-it.com/claim061400a.tiff ...binary TIFF image... --MIME_boundary-- ********************************************************* Disclaimer: This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this message and are hereby notified that any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited. ********************************************************* Visit us at http://www.mahindrabt.com ********************************************************* Disclaimer: This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this message and are hereby notified that any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited. ********************************************************* Visit us at http://www.mahindrabt.com