Re: Uploading files in web services

2006-12-05 Thread Thilina Gunarathne

FYI: Axis2/C supports MTOM... AFAIK they are writing a Perl binding too..
Most of the older stacks support SOAP with Attachments..

~Thilina

On 12/5/06, Brian Caruso <[EMAIL PROTECTED]> wrote:

I am working on a web service that will need to be able to accept
large binary objects, around 10-100mb in size.  It also has to be
accessable to non-java SOAP libraries.

I looked at MTOM.  I'm guessing the non-java folks would have to
make the soap request and them make the mime wrapped request.

Have other people used other techniques?   What about having
the client ftp the file to a server and then passing a ftp uri?

Do you get that "you java folks are crazy" stare when you
ask the perl programmers to make a soap request and the send it as mime?

--
Brian Caruso
Programmer/Analyst
Albert R. Mann Library
Cornell University
Ithaca, NY 14853
(607)255-7705

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
WSO2 Inc..  www.wso2.com
http://webservices.apache.org/~thilina/
http://thilinag.blogspot.com/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Uploading files in web services

2006-12-04 Thread Brian Caruso
I am working on a web service that will need to be able to accept
large binary objects, around 10-100mb in size.  It also has to be
accessable to non-java SOAP libraries.  

I looked at MTOM.  I'm guessing the non-java folks would have to
make the soap request and them make the mime wrapped request.

Have other people used other techniques?   What about having
the client ftp the file to a server and then passing a ftp uri?

Do you get that "you java folks are crazy" stare when you 
ask the perl programmers to make a soap request and the send it as mime?

-- 
Brian Caruso
Programmer/Analyst
Albert R. Mann Library
Cornell University 
Ithaca, NY 14853
(607)255-7705

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]