Does Apache SOAP support DIME?
Jai

-----Original Message-----
From: Scott Nichol [mailto:[EMAIL PROTECTED]
Sent: Monday, July 12, 2004 10:45 AM
To: [EMAIL PROTECTED]
Subject: Re: Reading MimeBodyPart using MS SOAP


Apache SOAP does allow you to send attachments in a response.  However, as I pointed 
out in a separate e-mail that crossed this one, MS SOAP Toolkit does not support MIME, 
just DIME.

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: "THOMAS, JAI [AG-Contractor/1000]" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 12, 2004 11:35 AM
Subject: RE: Reading MimeBodyPart using MS SOAP


> Scott,
> Thanks for the quick respose.
> Now, can this be done if there is an envelope (ie. accessing MIME attachment)?
> Also, I believe Apache SOAP doesn't allow sending attachemnts in response.
> Thanks again
> Jai
> 
> -----Original Message-----
> From: Scott Nichol [mailto:[EMAIL PROTECTED]
> Sent: Monday, July 12, 2004 10:30 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Reading MimeBodyPart using MS SOAP
> 
> 
> If you do not send a SOAP Envelope, MS SOAP Toolkit cannot read the response 
> (because it is not a SOAP response).  You would instead need to write the code 
> another way, probably using something that deals with plain HTTP instead of SOAP 
> layered on HTTP.
> 
> 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: "THOMAS, JAI [AG-Contractor/1000]" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, July 12, 2004 11:20 AM
> Subject: Reading MimeBodyPart using MS SOAP
> 
> 
> > 
> > We have a document-style web service server using Apache SOAP and client using 
> > Microsoft Soap Toolkit 3.0.
> > As response, this web service returns a MimeBodyPart (not a soap envelop). We are 
> > having trouble reading the response using MS soap. We are trying with Low level 
> > interface but can't figure out how to get Mime body part from soap client's output 
> > stream.
> >  *Reader.Load Connector.OutputStream *  fails since it expects response in xml 
> > format. DimeParser also won't work.  (We have a java client also which obviously 
> > works fine).
> > Can this be done using MS soap? Any help is very much appreciated?
> > Thanks in advance for your help.
> > 
> > Jai
> > 
> > 
> > 
> 

Reply via email to