attachments

2004-11-23 Thread Tim Dev
I am thinking of using attachments, but I have a few questions: 1) Given that the attachment sizes will be from 2KB to maybe 1GB or even more, can Axis deal with them in a performant way? 2) I have the option of retrieving/sending content via a plain HTTP servlet using GET/PUT and I could make i

long vs. Long

2004-11-23 Thread Tim Dev
Hi, I have a simple test method: Long foo(Long bar) Java2WSDL maps the Long to xsd:long and the client stub contains the method as: long foo(long bar) 1) Is there a way to preserve the Long on the client side? 2) Is this done because of interop issues with .NET for example? 3) For best int

Re: exposing only parts of a Java Bean

2004-11-23 Thread Tim Dev
> 1) > How can I expose only the Java Bean part of a complex type, in other words > I have a Java Bean that has some extra methods also for use internally on > the server side (e.g. one of the methods is getMap() *without* a > corresponding setMap() method). > > When I expose a method that uses t

exposing only parts of a Java Bean

2004-11-23 Thread Tim Dev
Hello, I've just started looking into Axis and I couple of simple questions: 1) How can I expose only the Java Bean part of a complex type, in other words I have a Java Bean that has some extra methods also for use internally on the server side (e.g. one of the methods is getMap() *without* a co