You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by "Bennett, Timothy (GXS)" <Ti...@gxs.ge.com> on 2001/03/27 01:06:42 UTC

multipart/form-data

Hello...
 
Does anyone know if the Apache SOAP v2.1 API be used to pass
"multipart/form-data" content type between SOAP clients and services?  If
so, has anyone actually done it?
 
Thanks,
Timothy
 

GE Global eXchange Services 
 _________________ 
Timothy Bennett 
Software Developer 
7101 Executive Center Dr., Suite 333 
Brentwood, TN  37027 
Phone: (615) 371-6001 Fax: (615) 371-6095 
E-Mail: timothy.bennett@gxs.ge.com 


 

---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


Re: multipart/form-data

Posted by Wouter Cloetens <wo...@mind.be>.
multipart/... *form-data* ? Now why would you want to do that? Have
you written your own web browser that sends SOAP requests rather
than form posts?

Apache-SOAP 2.1 can do multipart/related, as per SOAP Attachment
specification, though.

bfn, Wouter

On Mon, Mar 26, 2001 at 06:06:42PM -0500, Bennett, Timothy (GXS) wrote:
> Does anyone know if the Apache SOAP v2.1 API be used to pass
> "multipart/form-data" content type between SOAP clients and services?  If
> so, has anyone actually done it?

---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


Re: multipart/form-data

Posted by Sanjiva Weerawarana <sa...@watson.ibm.com>.
No, multipart/form-data cannot be used directly for soap/http .. base 
soap is carried via text/xml and soap attachments stuff is multipart/related.

Now, one could provide a multipart/form-data mechanism to invoke 
services, similar to http-get and http-post. Basically that would 
be like a poor-man's soap attachments protocol. Interesting idea ..

Sanjiva.

----- Original Message ----- 
From: "Bennett, Timothy (GXS)" <Ti...@gxs.ge.com>
To: "'SOAP Mailing List'" <so...@xml.apache.org>
Sent: Monday, March 26, 2001 6:06 PM
Subject: multipart/form-data


> Hello...
>  
> Does anyone know if the Apache SOAP v2.1 API be used to pass
> "multipart/form-data" content type between SOAP clients and services?  If
> so, has anyone actually done it?
>  
> Thanks,
> Timothy
>  
> 
> GE Global eXchange Services 
>  _________________ 
> Timothy Bennett 
> Software Developer 
> 7101 Executive Center Dr., Suite 333 
> Brentwood, TN  37027 
> Phone: (615) 371-6001 Fax: (615) 371-6095 
> E-Mail: timothy.bennett@gxs.ge.com 
> 
> 
>  
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> For additional commands, email: soap-user-help@xml.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


Re: multipart/form-data

Posted by Sanjiva Weerawarana <sa...@watson.ibm.com>.
No, multipart/form-data cannot be used directly for soap/http .. base 
soap is carried via text/xml and soap attachments stuff is multipart/related.

Now, one could provide a multipart/form-data mechanism to invoke 
services, similar to http-get and http-post. Basically that would 
be like a poor-man's soap attachments protocol. Interesting idea ..

Sanjiva.

----- Original Message ----- 
From: "Bennett, Timothy (GXS)" <Ti...@gxs.ge.com>
To: "'SOAP Mailing List'" <so...@xml.apache.org>
Sent: Monday, March 26, 2001 6:06 PM
Subject: multipart/form-data


> Hello...
>  
> Does anyone know if the Apache SOAP v2.1 API be used to pass
> "multipart/form-data" content type between SOAP clients and services?  If
> so, has anyone actually done it?
>  
> Thanks,
> Timothy
>  
> 
> GE Global eXchange Services 
>  _________________ 
> Timothy Bennett 
> Software Developer 
> 7101 Executive Center Dr., Suite 333 
> Brentwood, TN  37027 
> Phone: (615) 371-6001 Fax: (615) 371-6095 
> E-Mail: timothy.bennett@gxs.ge.com 
> 
> 
>  
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> For additional commands, email: soap-user-help@xml.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


Re: multipart/form-data

Posted by Wouter Cloetens <wo...@mind.be>.
multipart/... *form-data* ? Now why would you want to do that? Have
you written your own web browser that sends SOAP requests rather
than form posts?

Apache-SOAP 2.1 can do multipart/related, as per SOAP Attachment
specification, though.

bfn, Wouter

On Mon, Mar 26, 2001 at 06:06:42PM -0500, Bennett, Timothy (GXS) wrote:
> Does anyone know if the Apache SOAP v2.1 API be used to pass
> "multipart/form-data" content type between SOAP clients and services?  If
> so, has anyone actually done it?

---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org