You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@ws.apache.org by Niket Anand <ni...@npi.stpn.soft.net> on 2002/07/12 07:00:55 UTC

Re: sending files through SOAP

Hello Jean,
I liked your suggestion regarding sending files through SOAP. You mentoned
about DataHandler.
It would be great help if you can send me some code snippet or any example
so that it would be more clear to me.
Thanks,
Niket
----- Original Message -----
From: "Jean-Louis Vila" <jl...@cosmosbay.com>
To: <so...@xml.apache.org>
Sent: Wednesday, July 10, 2002 6:52 PM
Subject: RE: sending files through SOAP


> Hi,
>
> The best way is to use SOAP with atachment.
> In apache SOAP 2.2 or Axis, you can do that
> automatically by specify a DataHandler as
> a parameter. The SOAP package will build the mime
> multipart message.
>
> In the server object, you'll receive the file
> as a DataHandler.
>
> In my opinion, it's the best way.
> Take care if you use .NET because it does not
> yet support SOAP with attachment
> regards
> Jean-Louis
>
>
> -----Message d'origine-----
> De : KavithaK@lincsoftware.soft.net
> [mailto:KavithaK@lincsoftware.soft.net]
> Envoye : mercredi 10 juillet 2002 09:27
> A : soap-user@xml.apache.org
> Objet : sending files through SOAP
>
>
>
>
> Hi,
>
> I'm want to transfer .xml files or .txt files from one server to another.
>
> I would like to do it through SOAP.
> So my question is: what serializeable Java type can I
> use to
> send a file through SOAP ?
> Thank you.
>
>
> --
> To unsubscribe, e-mail:   <ma...@xml.apache.org>
> For additional commands, e-mail: <ma...@xml.apache.org>
>
>
> --
> To unsubscribe, e-mail:   <ma...@xml.apache.org>
> For additional commands, e-mail: <ma...@xml.apache.org>


Re: sending files through SOAP

Posted by Scott Nichol <sn...@scottnichol.com>.
Niket,

Check the mime sample that comes with Apache SOAP.

Scott Nichol

----- Original Message -----
From: "Niket Anand" <ni...@npi.stpn.soft.net>
To: <so...@xml.apache.org>
Cc: <so...@xml.apache.org>
Sent: Friday, July 12, 2002 1:00 AM
Subject: Re: sending files through SOAP


> Hello Jean,
> I liked your suggestion regarding sending files through SOAP. You mentoned
> about DataHandler.
> It would be great help if you can send me some code snippet or any example
> so that it would be more clear to me.
> Thanks,
> Niket
> ----- Original Message -----
> From: "Jean-Louis Vila" <jl...@cosmosbay.com>
> To: <so...@xml.apache.org>
> Sent: Wednesday, July 10, 2002 6:52 PM
> Subject: RE: sending files through SOAP
>
>
> > Hi,
> >
> > The best way is to use SOAP with atachment.
> > In apache SOAP 2.2 or Axis, you can do that
> > automatically by specify a DataHandler as
> > a parameter. The SOAP package will build the mime
> > multipart message.
> >
> > In the server object, you'll receive the file
> > as a DataHandler.
> >
> > In my opinion, it's the best way.
> > Take care if you use .NET because it does not
> > yet support SOAP with attachment
> > regards
> > Jean-Louis
> >
> >
> > -----Message d'origine-----
> > De : KavithaK@lincsoftware.soft.net
> > [mailto:KavithaK@lincsoftware.soft.net]
> > Envoye : mercredi 10 juillet 2002 09:27
> > A : soap-user@xml.apache.org
> > Objet : sending files through SOAP
> >
> >
> >
> >
> > Hi,
> >
> > I'm want to transfer .xml files or .txt files from one server to
another.
> >
> > I would like to do it through SOAP.
> > So my question is: what serializeable Java type can I
> > use to
> > send a file through SOAP ?
> > Thank you.
> >
> >
> > --
> > To unsubscribe, e-mail:   <ma...@xml.apache.org>
> > For additional commands, e-mail: <ma...@xml.apache.org>
> >
> >
> > --
> > To unsubscribe, e-mail:   <ma...@xml.apache.org>
> > For additional commands, e-mail: <ma...@xml.apache.org>
>
>
> --
> To unsubscribe, e-mail:   <ma...@xml.apache.org>
> For additional commands, e-mail: <ma...@xml.apache.org>
>
>


Re: sending files through SOAP

Posted by Scott Nichol <sn...@scottnichol.com>.
Niket,

Check the mime sample that comes with Apache SOAP.

Scott Nichol

----- Original Message -----
From: "Niket Anand" <ni...@npi.stpn.soft.net>
To: <so...@xml.apache.org>
Cc: <so...@xml.apache.org>
Sent: Friday, July 12, 2002 1:00 AM
Subject: Re: sending files through SOAP


> Hello Jean,
> I liked your suggestion regarding sending files through SOAP. You mentoned
> about DataHandler.
> It would be great help if you can send me some code snippet or any example
> so that it would be more clear to me.
> Thanks,
> Niket
> ----- Original Message -----
> From: "Jean-Louis Vila" <jl...@cosmosbay.com>
> To: <so...@xml.apache.org>
> Sent: Wednesday, July 10, 2002 6:52 PM
> Subject: RE: sending files through SOAP
>
>
> > Hi,
> >
> > The best way is to use SOAP with atachment.
> > In apache SOAP 2.2 or Axis, you can do that
> > automatically by specify a DataHandler as
> > a parameter. The SOAP package will build the mime
> > multipart message.
> >
> > In the server object, you'll receive the file
> > as a DataHandler.
> >
> > In my opinion, it's the best way.
> > Take care if you use .NET because it does not
> > yet support SOAP with attachment
> > regards
> > Jean-Louis
> >
> >
> > -----Message d'origine-----
> > De : KavithaK@lincsoftware.soft.net
> > [mailto:KavithaK@lincsoftware.soft.net]
> > Envoye : mercredi 10 juillet 2002 09:27
> > A : soap-user@xml.apache.org
> > Objet : sending files through SOAP
> >
> >
> >
> >
> > Hi,
> >
> > I'm want to transfer .xml files or .txt files from one server to
another.
> >
> > I would like to do it through SOAP.
> > So my question is: what serializeable Java type can I
> > use to
> > send a file through SOAP ?
> > Thank you.
> >
> >
> > --
> > To unsubscribe, e-mail:   <ma...@xml.apache.org>
> > For additional commands, e-mail: <ma...@xml.apache.org>
> >
> >
> > --
> > To unsubscribe, e-mail:   <ma...@xml.apache.org>
> > For additional commands, e-mail: <ma...@xml.apache.org>
>
>
> --
> To unsubscribe, e-mail:   <ma...@xml.apache.org>
> For additional commands, e-mail: <ma...@xml.apache.org>
>
>


--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>


RE: sending files through SOAP

Posted by Jean-Louis Vila <jl...@cosmosbay.com>.
Hi,

You will find full samples in soap2.x/samples/mime or
in axis/samples/attachments.

Jean-Louis

-----Message d'origine-----
De : Niket Anand [mailto:niketanand@npi.stpn.soft.net]
Envoyé : vendredi 12 juillet 2002 07:01
À : soap-user@xml.apache.org
Cc : soap-dev@xml.apache.org
Objet : Re: sending files through SOAP


Hello Jean,
I liked your suggestion regarding sending files through SOAP. You mentoned
about DataHandler.
It would be great help if you can send me some code snippet or any example
so that it would be more clear to me.
Thanks,
Niket
----- Original Message -----
From: "Jean-Louis Vila" <jl...@cosmosbay.com>
To: <so...@xml.apache.org>
Sent: Wednesday, July 10, 2002 6:52 PM
Subject: RE: sending files through SOAP


> Hi,
>
> The best way is to use SOAP with atachment.
> In apache SOAP 2.2 or Axis, you can do that
> automatically by specify a DataHandler as
> a parameter. The SOAP package will build the mime
> multipart message.
>
> In the server object, you'll receive the file
> as a DataHandler.
>
> In my opinion, it's the best way.
> Take care if you use .NET because it does not
> yet support SOAP with attachment
> regards
> Jean-Louis
>
>
> -----Message d'origine-----
> De : KavithaK@lincsoftware.soft.net
> [mailto:KavithaK@lincsoftware.soft.net]
> Envoye : mercredi 10 juillet 2002 09:27
> A : soap-user@xml.apache.org
> Objet : sending files through SOAP
>
>
>
>
> Hi,
>
> I'm want to transfer .xml files or .txt files from one server to another.
>
> I would like to do it through SOAP.
> So my question is: what serializeable Java type can I
> use to
> send a file through SOAP ?
> Thank you.
>
>
> --
> To unsubscribe, e-mail:   <ma...@xml.apache.org>
> For additional commands, e-mail: <ma...@xml.apache.org>
>
>
> --
> To unsubscribe, e-mail:   <ma...@xml.apache.org>
> For additional commands, e-mail: <ma...@xml.apache.org>


--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>


RE: sending files through SOAP

Posted by Jean-Louis Vila <jl...@cosmosbay.com>.
Hi,

You will find full samples in soap2.x/samples/mime or
in axis/samples/attachments.

Jean-Louis

-----Message d'origine-----
De : Niket Anand [mailto:niketanand@npi.stpn.soft.net]
Envoyé : vendredi 12 juillet 2002 07:01
À : soap-user@xml.apache.org
Cc : soap-dev@xml.apache.org
Objet : Re: sending files through SOAP


Hello Jean,
I liked your suggestion regarding sending files through SOAP. You mentoned
about DataHandler.
It would be great help if you can send me some code snippet or any example
so that it would be more clear to me.
Thanks,
Niket
----- Original Message -----
From: "Jean-Louis Vila" <jl...@cosmosbay.com>
To: <so...@xml.apache.org>
Sent: Wednesday, July 10, 2002 6:52 PM
Subject: RE: sending files through SOAP


> Hi,
>
> The best way is to use SOAP with atachment.
> In apache SOAP 2.2 or Axis, you can do that
> automatically by specify a DataHandler as
> a parameter. The SOAP package will build the mime
> multipart message.
>
> In the server object, you'll receive the file
> as a DataHandler.
>
> In my opinion, it's the best way.
> Take care if you use .NET because it does not
> yet support SOAP with attachment
> regards
> Jean-Louis
>
>
> -----Message d'origine-----
> De : KavithaK@lincsoftware.soft.net
> [mailto:KavithaK@lincsoftware.soft.net]
> Envoye : mercredi 10 juillet 2002 09:27
> A : soap-user@xml.apache.org
> Objet : sending files through SOAP
>
>
>
>
> Hi,
>
> I'm want to transfer .xml files or .txt files from one server to another.
>
> I would like to do it through SOAP.
> So my question is: what serializeable Java type can I
> use to
> send a file through SOAP ?
> Thank you.
>
>
> --
> To unsubscribe, e-mail:   <ma...@xml.apache.org>
> For additional commands, e-mail: <ma...@xml.apache.org>
>
>
> --
> To unsubscribe, e-mail:   <ma...@xml.apache.org>
> For additional commands, e-mail: <ma...@xml.apache.org>


--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>


--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>