> 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 client's file system ("c:\data\xml.zip" does not mean anything to
your server).

This would normally be achieved using SOAP attachments, see the "SAAJ"
API (http://java.sun.com/webservices/saaj/index.jsp) which Axis
supports.


CONFIDENTIALITY & PRIVILEGE NOTICE

This e-mail is confidential to its intended recipient. It may also be 
privileged. Neither the confidentiality nor any privilege attaching to this 
e-mail is waived lost or destroyed by reason that it has been mistakenly 
transmitted to a person or entity other than its intended recipient. If you are 
not the intended recipient please notify us immediately by telephone or fax at 
the numbers provided above or e-mail by Reply To Author and return the printed 
e-mail to us by post at our expense. We believe, but do not warrant, that this 
e-mail and any attachments are virus-free, but you should check. We may monitor 
traffic data of both business and personal e-mails. We are not liable for any 
opinions expressed by the sender where this is a non-business e-mail. If you do 
not receive all the message, or if you have difficulty with the transmission, 
please telephone us immediately.

Reply via email to