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