Re: Axis and Applets

2004-01-17 Thread lou fox
, and it still didn't help. Does anyone have any suggestions for me? Any assistance would be very much appreciated. lou fox wrote: One clarification: I had it working with java plugin 1.4.2_02, but I upgraded to 1.4.2_03 because of the Versign certificate issue. Also note that I extract

Re: Axis and Applets

2004-01-16 Thread lou fox
One clarification: I had it working with java plugin 1.4.2_02, but I upgraded to 1.4.2_03 because of the Versign certificate issue. Also note that I extracted all of the jar files, and created a single jar. lou fox wrote: I know there has been alot of messages on applets and axis but I

Axis and Applets

2004-01-16 Thread lou fox
I know there has been alot of messages on applets and axis but I haven't seen the question/answer that I'm looking for. I'm trying use axis within an applet with java plugin 1.4.2_03. Before I add the stack trace, I would like to note that this is over https; over http I don't have a single p

Axis and Applets

2004-01-16 Thread lou fox
I know there has been alot of messages on applets and axis but I haven't seen the question/answer that I'm looking for. I'm trying use axis within an applet with java plugin 1.4.2_03. Before I add the stack trace, I would like to note that this is over https; over http I don't have a single p

Adding a text node to a MessageElement

2003-12-05 Thread lou fox
How do I change a textnode in a MessageElement? I know I can get the value of the textnode by calling the getValue() method, but how do I change it to something else? setObjectValue(), and addTextNode() didn't seem to work correctly. Does anyone know how to do this?

Out of Memory Error in AxisClient.invoke

2003-10-20 Thread lou fox
I wrote an AxisClient that hits a commercial SOAP server, but whenever I try to return a very large result set (20K+) records I get an OutofMemoryError. I'm using eclipse to debug, which dumps me at the finally clause in invoke method of the AxisClient Class. What is the work around?

Client Side Logging

2003-08-25 Thread lou fox
How do you setup client side logging? I searched this mailing list and saw: a message advising making changes to log4j.properties, and adding it to the classpath ahead of axis.jar, but that didn't seem to help, is there any other way I can turn on client side logging? Here's my classpath: .;C