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
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
ok i looked thru the source and found one
possibility
AxisEngine ae=service.getEngine();
ae.setOption("sendMultiRefs",new
Boolean("false"));
never mind
frank
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
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