Bell, Douglas wrote:
Is it possible to overload methods? I have three methods with the same name

Possible? yes. Sensible? no. The various basic profiles forbid it for interop reasons and it'll almost certainly turn around and bite you in bad places if you try it. Trust me, you'll save yourself a lot of future pain if you don't do this. SOAP is not an object remoting layer, no matter how much toolkits like Axis attempt to make it behave like one. If you really need remote objects use RMI or CORBA.

Tom

Reply via email to