[JBoss-dev] [JBossWS] - wrapped document/literal

2004-12-29 Thread ebu
Hi. Did i understood correctly from http://www.jboss.org/index.html?module=bbop=viewtopict=56424and http://www.jboss.org/?module=bbop=viewtopicp=3858513 that JBoss supports only pure document/literal (not wrapped) with single parameter per method only? And it is impossible to make it work

[JBoss-dev] [JBossWS] - document/literal and parameters names

2004-12-27 Thread ebu
Hi. I?ve encountered couple of problems while changed my web services from rpc/encoded to document/literal. The most annoying one is that Axis? Java2WSDL tool generates names for parameters for each method independently, i.e. all methods in a service get their parameters named in0, in1 and so

[JBoss-dev] [JBossWS] - Re: XML Payload Best Practice

2004-12-24 Thread ebu
If you need to upload/download attachments you can do it with jboss 4.0.0: /** | * @return | * @throws RemoteException | * @ ejb.interface-method | */ | public FileInfo downloadFile(int id) throws RemoteException { | try { | File[]