Re: Integer[] --> int[]

2003-06-08 Thread Costas Polychronopoulos
Hi Mikael! I had the same problem with my service and opened up a thread some time earlier. What I was adviced was to stay away from wrapper objects. For more info check: http://marc.theaimsgroup.com/?l=axis-user&m=104965962522104&w=2 Any thoughts about it are welcome. Regards, Costas - Ori

Re: WSDLException mystery

2003-06-08 Thread Costas Polychronopoulos
Hi Derek! I'm not too sure about it at all, but I would say that the exception is thrown because the WSDLReader tries to find a document (possibly the interface wsdl doc) described in the import statement of your 'DataServerImpl.wsdl' to read its contents but can't find it. It's really strange tha

Using DII with complex types

2003-02-16 Thread Costas Polychronopoulos
Hi everyone! I've been reading into the JAX-RPC specs and DII for some time but I couldn't figure out one thing. If I want on the client-side to receive as a result of a WS invocation a JavaBean from a service I've created, do I have to have a copy of the JavaBean at the client? I understand that