wsdl2java doesn't support primitive types such as byte???

2002-03-16 Thread Nuno Guerreiro
Hi, I've been using the latest versions of Axis and after successful generation and deployment of a Web Service from a wsdl file using wsdl2java, I receive the following error when I try to invoke the service: java.lang.ClassNotFoundException: byte (full stack strace is below) I think that the

How to disable MULTIREF

2002-03-16 Thread Frank Peters
Hi Currently I have implemented my own Container for Webservices but i am unable to handle mutirefs yet. The clients using AXIS alpha3. Is there a option to disable multiref generation? If yes please give me a code snip. thx Frank  

Re: How to disable MULTIREF

2002-03-16 Thread Frank Peters
ok i looked thru the source and found one possibility   AxisEngine ae=service.getEngine(); ae.setOption("sendMultiRefs",new Boolean("false"));     never mind   frank    

#WSDL2Java: Error generation Java source?

2002-03-16 Thread Johan \"Spocke\" Sörlin
Hi there, folks!   I've downloaded the latest beta release of the AXIS project and tried to generate Java sources from diffrent WSDL URL's and nothing seem to work all of the ones I've tried generate trown a "Unable to determine namespace of <..>" exception.   Previous CVS exports of the AXIS

Re: Getting started Part 2

2002-03-16 Thread Eddie
Hellu, I solved it. Because Orion is running on another port, I gave the port with argument -lhttp://localhost:9000/axis/. to the AdminClient, however I noticed that this should be -p 9000. That was all. I am no going to try to connect to my EJB's through.. I am curious if I get that wor