RE: Axis/Tomcat memory leak?

2003-06-13 Thread Herrick, Mike
Funny, I started having a similar problem yesterday. I'm running Axis on WLS 7.1. I'm reasonably sure that my impl doesn't have any stale reference issues as it is pretty basic -- it is just a bridge between .NET and JMS. I'm also using application scope. My web service got pegged pretty good

RE: Re: support of xml attributes

2003-06-12 Thread Herrick, Mike
My understanding is that attributes get converted to SOAPElements as defined by the JAX-RPC spec. The JAX-RPC specification does not specify a standard Java mapping for a xsd:complexType with the xsd:attribute. So the message part in the DoAnotherExample message is mapped as a SOAPElement. see

RE: Re: support of xml attributes

2003-06-12 Thread Herrick, Mike
in a commericial application environment other than as a prove of concept! "Herrick, Mike" [EMAIL PROTECTED] wrote: My understanding is that attributes get converted to SOAPElements as defined by the JAX-RPC spec."The JAX-RPC specification does not specify a

RE: support of xml attributes

2003-06-12 Thread Herrick, Mike
schrieb Herrick, Mike: My understanding is that attributes get converted to SOAPElements as defined by the JAX-RPC spec. The JAX-RPC specification does not specify a standard Java mapping for a xsd:complexType with the xsd:attribute. So the message part in the DoAnotherExample message is mapped

RE: support of xml attributes

2003-06-12 Thread Herrick, Mike
to map an attribute. (It is very RPC/Encoded-centric.) That means it's left to the implementor to figure out how to do it. [1] http://www.w3.org/TR/SOAP/#_Toc478383512 Anne - Original Message - From: Herrick, Mike [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 12, 2003 3:55 PM

RE: .NET and AXIS Interop - Please Help!!

2003-04-04 Thread Herrick, Mike
I'm forgetting the details, but there is a known bug with Visual Studio and this description reminds me of it. If you edit/create an XML file in Visual Studio, it torques up the encoding ... you have to manually change the setting on the file in Visual Studio. -Original Message- From:

re post: Enum deserialization problem

2003-04-04 Thread Herrick, Mike
Any pointers on this would be greatly appreciated. Thanks! Mike -Original Message- From: Herrick, Mike Sent: Thursday, April 03, 2003 2:04 PM To: '[EMAIL PROTECTED]' Subject: Enum deserialization problem Hi, I'm having a problem getting Axis to deserialize correctly when I use

RE: WSL2Java Question -- Document/Literal

2003-04-03 Thread Herrick, Mike
Development -Original Message- From: Herrick, Mike [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 4:43 PM To: '[EMAIL PROTECTED]' Subject: RE: WSL2Java Question -- Document/Literal I would get a more recent copy of Axis ... I couldn't get RC2 to do doc/lit of WSDL very well. More recent

RE: doc/lit question

2003-04-03 Thread Herrick, Mike
there is one in the Axis test cases (download the src). Mike -Original Message- From: Brain, Jim [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 2:30 PM To: '[EMAIL PROTECTED]' Subject: RE: doc/lit question Anyone have a simple doc/lit WSDL I can have to modify? Bascially, my

extending i18n message files

2003-04-02 Thread Herrick, Mike
Hi, I am following the directions at in the Integration Guide for Extending Message Files, but am having trouble. I keep getting Cannot find resource. I copied all of the files from java/src/org/apache/axis/i18n into my package structure: I updated the copy the MessageConstants class like

ServiceLifecycle init/destroy

2003-04-01 Thread Herrick, Mike
Hi, I'm a little confused on javax.xml.rpc.server.ServiceLifecycle. I had hoped that it was similar to javax.servlet.Servlet in that init and destroy are only called once. From my testing, with javax.xml.rpc.server.ServiceLifecycle, init and destroy are called on each request of the service

RE: ServiceLifecycle init/destroy

2003-04-01 Thread Herrick, Mike
=scope value=application/ -Original Message- From: Herrick, Mike [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 1:43 PM To: [EMAIL PROTECTED] Subject: ServiceLifecycle init/destroy Hi, I'm a little confused on javax.xml.rpc.server.ServiceLifecycle. I had hoped that it was similar

skeletondeploy

2003-03-26 Thread Herrick, Mike
Hi, Can someone help me understand if I want to use skeletondeploy in the Ant wsdl2java task? What are the pros/cons? From the Ant doc: skeletondeploy deploy skeleton (true) or implementation (false) in deploy.wsdd. Default is false. Assumes server-side=true. Thanks, Mike

RE: Newbie question about WSDL2JAVA

2003-03-25 Thread Herrick, Mike
Hi Andre, I had similar problems last week with WSDL2Java. I think that WSDL2Java for doc/lit is pretty much broken in RC2. I downloaded the latest build last Friday and had more luck. I found another thread that recommended taking a look at the doc/lit test cases in the Axis source. I did

RE: stubs for document style?

2003-03-25 Thread Herrick, Mike
Hi Mischa, I'd recommend taking a look at the test case in the src. Make sure you get the nightly build. I had a lot of problems with RC2 and doc/lit from WSDL. Mike -Original Message- From: Mischa [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 5:11 AM To: axis-mailinglist

RE: What is the difference between SOAP and JAX-RPC

2003-03-25 Thread Herrick, Mike
Title: What is the difference between SOAP and JAX-RPC JAX-RPC is just one of Sun's Web Services specs. SOAP is the W3C Standard. -Original Message-From: Sochea Meas (LMC) [mailto:[EMAIL PROTECTED]Sent: Tuesday, March 25, 2003 3:52 PMTo: '[EMAIL PROTECTED]'Subject: What is

RE: document literal fun

2003-03-21 Thread Herrick, Mike
, MIke -Original Message- From: Herrick, Mike Sent: Thursday, March 20, 2003 5:05 PM To: '[EMAIL PROTECTED]' Subject: document literal fun Hi, I'm pretty new to Axis am experiencing some pain with trying to get document literal to work. Are there any (good) examples out there from

document literal fun

2003-03-20 Thread Herrick, Mike
Hi, I'm pretty new to Axis am experiencing some pain with trying to get document literal to work. Are there any (good) examples out there from starting from the WSDL? I am able to get WSDL2Java to process my WSDL, but then after I deploy it, Axis gets pissed at it: Fault - makeTypeElement()

problem with logging

2003-03-19 Thread Herrick, Mike
Hi, I have an odd problem. I've installed Axis on a number of machines running WLS 7.2 and Axis logs to the console out of the box. On the particular machine I'm working on, I can't get it to log. I tried removing the log4j.properties from the axis.jar and adding it to the

RE: problem with logging

2003-03-19 Thread Herrick, Mike
with the TomCat startup script. But if you can customize your application's or server's CLASSPATH I would try including the directory where log4j.properties resides. -Original Message- From: Herrick, Mike [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 12:33 PM To: '[EMAIL PROTECTED