1 Reply Latest reply on Feb 11, 2008 6:13 PM by shane.bryzak

    A web service with attachments in Seam?

      I'm trying to make a simple web service using everyone's favorite framework (Seam of course). Getting it started is easy: put on a @WebService annotation on a SBSB, deploy it, and it's working. That's cool.

      Now I want to have that web service receive attachments. Does anyone have pointers for me on doing that? I think attachments need to be reflected in the WSDL, therefore they must need some annotations or at least config options somewhere? I'm not sure where to even begin on this.

      Thanks for any pointers.