RE: pb with happyaxis

2003-11-04 Thread Kanchi
  -Original Message-From: fatima Mourchid [mailto:[EMAIL PROTECTED]Sent: Saturday, November 01, 2003 6:21 PMTo: [EMAIL PROTECTED]Subject: pb with happyaxis hello, when i've invoked the web page http://localhost:8080/axis/happyaxis.jsp , it got that   type Ex

Re: @ in Target service name

2003-11-04 Thread Chandrasegaram Jeyakumaran
Hi, I think it should not be a problem regards, Jeyakumaran > Will it cause any problems with axis to have a @ in the name of a Target > service over HTTP ? Lanka Software Foundation Promoting opensource in Srilanka

Re: axis error

2003-11-04 Thread Dimuthu Leelarathne
Hey Kish, The thing is org/w3c/dom package is not available in jdk1.3. You have to install jdk1.4 or xerces.jar. mmm Congradulations :-). Luv, Dimuthu -- Lanka Software Foundation http://www.opensource.lk > D:\AXIS-1_1>java samples.userguide.example2.CalcClient -p8080 add 2 5 > Exc

Re: Leakin' Memory

2003-11-04 Thread Keith Baker
Forgot to mention, this is being used as a client thanks, Keith On Tue, 2003-11-04 at 17:51, Keith Baker wrote: > > Axis seems to be leaking memory quite badly. I am sending one or two > strings each less than but close to 4MB. I was using Java 1.4.0 but then > I read t

Leakin' Memory

2003-11-04 Thread Keith Baker
Axis seems to be leaking memory quite badly. I am sending one or two strings each less than but close to 4MB. I was using Java 1.4.0 but then I read that it had a StringBuffer.toString() memory leak. I upgrade to 1.4.2 and the leak seemed less severe. I was also using Axis 1.0 so I upgraded to

java.lang.NoClassDefFoundError: javax/wsdl/extensions/soap/SOAPFault;

2003-11-04 Thread Stephen Cross
New to Java and Axis. Getting the follow error with try to http://127.0.0.1:8080/axis/EchoHeaders.jws?wsdl Results in: AXIS error Sorry, something seems to have gone wrong... here are the details: Fault - java.lang.NoClassDefFoundError: javax/wsdl/extensions/soap/SOAPFault; nested exception

service styles and their providers

2003-11-04 Thread Bohnenberger, Keith
Message style uses the MsgProvider. RPC style uses the RPCProvider.   Does document style and wrapped style also use the RPCProvider?

help! No serializer found for class org.apache.axis.message.SOAPBodyElement

2003-11-04 Thread ial
Hi, Brand new to axis and we created a message service that takes in a Document and returns a Document. Our client code is below which we modeled off of the Hello World message sample shipped with Axis. We are now getting this exception with the client code below and do not know what to do. OUR SE

duplicate attributes in SOAP message (WSDL2Java)

2003-11-04 Thread Mithun Sheshagiri
I am using the WSDL2Java tool to generate skeleton and stubs from a WSDL file. I have described the following complex type in the WSDL file: use="required"> WSDL2Java generates classes that correspond to ItemListType and ItemListType_m

@ in Target service name

2003-11-04 Thread Henrik Vendelbo
Will it cause any problems with axis to have a @ in the name of a Target service over HTTP ?

http chunked response

2003-11-04 Thread Mats Erlandsson
Hi All, I am using Axis in BEA WebLogic whit an IPlanet as a webserver. It seem that Axis does chunk the httpresonse correctly but the Iplanet BEA plugin doesnt. So I wonder if it is possible to turn off sending chunked responses in Axis just to test if I am right or not. Regards Mats

Test jms url with Axis

2003-11-04 Thread ext-thierry . templier
Hello, I try to test the jms url test class from the distribution but I have the following problem on execution. An exception is thrown on the new URL line: java.net.MalformedURLException: unknown protocol: jms at java.net.URL.(URL.java:475) at java.net.URL.(URL.java:371)