Hi all !! :
I'm wondering if it could be possible to develop a POJO Web Service
like this (using Axis2 RC1.3) :
class POJOWebService {
...
public CustomType pojoWebServiceOperation(DataHandler dhArray[]) {
// do something with the received files
}
...
}
and then, calling this Web Service Operation from a HTML page with a
form sending the files with POST.
Could this work?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]