Re: Newbie - file upload with axis2?

2005-10-11 Thread Thilina Gunarathne
If you are planing to go with the first option, (MTOM with Axis2) then there is a MTOM/image transfer sample in the Samples module. You will be able to grab few tips from it.   Regards, ~Thilina  On 10/11/05, Eran Chinthaka <[EMAIL PROTECTED]> wrote: Nice scenario.You have couple of ways to do thi

Re: Newbie - file upload with axis2?

2005-10-11 Thread Eran Chinthaka
Nice scenario. You have couple of ways to do this. 1. You can create an MTOM attachment, which in turn is an OMText, from your zip files and hook that up to the SOAP body. Write your own message receiver or if the client needs a feedback, use the RawXMLInOutSyncMessageReceiver. Write your ser

Re: Newbie - file upload with axis2?

2005-10-11 Thread Gabsaga Tata
:59 AM>To: axis-user@ws.apache.org>Subject: Newbie - file upload with axis2?>>Hi all,>>This is my first mail to the list as I am new to axis2 development. I am>using axis2 and resin 2.1.0, and I have developed a basic web service>which allows me to retrieve information f

RE: Newbie - file upload with axis2?

2005-10-11 Thread Chris Nappin
> I would now like to write a method to upload a zip file from a client to > the server using a web service call convention like: > > http://localhost:8080/axis2/services/myservice/uploadZip?path=c:\data\xm > l.zip This is not technically possible as your server will not have access to the clien

Re: Newbie - file upload with axis2?

2005-10-11 Thread Guy Rixon
What you suggest is not a natural use of SOAP and I doubt that Axis supports it. The whole point of SOAP is that everything that sent to the server travels in the SOAP enevlope or as an attachement to it. You shouldn't expect a SOAP-client engine automatically to turn bits of URL into bits of SOAP

Newbie - file upload with axis2?

2005-10-11 Thread Antony Grinyer
Hi all, This is my first mail to the list as I am new to axis2 development. I am using axis2 and resin 2.1.0, and I have developed a basic web service which allows me to retrieve information from the database using basic http parameters as arguments to web service calls e.g. http://localhost:8080