You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by albert quinn <al...@gmail.com> on 2007/11/27 17:35:03 UTC

[Axis2 1.3] REST + POJO + Attachments

  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: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org