RE: Style=document over RPC ?

2002-11-22 Thread Douglas Bitting
I am wrong. And also what if there is more than one method in the same service which takes in the same type as the input ? Thanks Vidyanand. -Original Message----- From: Douglas Bitting [mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 3:25 PM To: '[EMAIL PROTECTED]' Subject

RE: Style=document over RPC ?

2002-11-22 Thread Douglas Bitting
As near as I can tell, document based operations are discovered based on the type of the parameter. That is, if a comes in, and is mapped to foo.PurchaseOrder, the method that is invokes is that which has the single argument of type foo.PurchaseOrder. Seems like a perfectly valid approach sin

RE: Building Axis - Can someone check in this for me.

2002-11-21 Thread Douglas Bitting
> Cant commit :) Typical guy, eh? :-) --Doug -Original Message- From: Vidyanand Murunikkara [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 2:30 PM To: [EMAIL PROTECTED] Subject: Building Axis - Can someone check in this for me. Hi Can someone please check this in for m

Java2WSDL problem with java.lang.Object...

2002-11-01 Thread Douglas Bitting
Hi. I recently filed a Bugzilla report (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14182) on this issue. I hope someone else can come up with a fix faster than I can... however, it's rather a serious problem for me, so I'm trying to puzzle through this myself. Here's what I've found th

RE: Loading external schemas into WSDL... (PATCH included)

2002-10-22 Thread Douglas Bitting
generate Schema for extra Java classes, but did NOT add this option to the service WSDD. Perhaps it needs to be added to the WSDD, and that would satisfy 90% of the cases. -- Tom Jordahl Macromedia Server Development -Original Message- From: Douglas Bitting [mailto:Douglas.Bitting

Loading external schemas into WSDL...

2002-10-19 Thread Douglas Bitting
Hi. I have a question about how to go about including externally-generated schemas into the Axis-generated WSDL. Basically, I've put together a thoroughly-documented (via annotations) schema, which I'd like to physically include in the WSDL Axis generates. However, I'm not exactly sure how bes

RE: WSDL2Java patch...

2002-10-18 Thread Douglas Bitting
Done. --Doug -Original Message- From: Davanum Srinivas [mailto:dims@;yahoo.com] Sent: Friday, October 18, 2002 2:33 PM To: [EMAIL PROTECTED] Subject: Re: WSDL2Java patch... Doug, Please post this to bugzilla. Thanks, dims --- Douglas Bitting <[EMAIL PROTECTED]> wrote: > H

WSDL2Java patch...

2002-10-18 Thread Douglas Bitting
Hi. I put together my own GeneratorFactory to use with WSDL2Java. However, I simply wanted to subclass JavaGeneratorFactory, which wasn't working since the current behavior calls the noarg constructor. This patch ensures that custom GeneratorFactories are initialized with an Emitter if they ha

Axis performance

2002-10-15 Thread Douglas Bitting
Just FYI, here is a report that doesn't paint Axis in a very good light, performance-wise. Like any benchmark, one has to take it with a grain of salt since the benchmark methodology may have nothing to do with how one uses the software in question. So, FWIW... http://www.extreme.indiana.edu/

RE: Whatever happened to Castor support?

2002-10-02 Thread Douglas Bitting
nd with it to explore the implications of using castor. Cheers, --Doug -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 8:58 AM To: [EMAIL PROTECTED] Subject: Re: Whatever happened to Castor support? - Original Message ----- From: "Doug

Whatever happened to Castor support?

2002-10-01 Thread Douglas Bitting
A while back, some files were posted to the list which enabled support Castor (de)serialization. Did the powers-that-be decide that this should not be part of Axis, or did this just slip through the cracks? Seems like this could be very valuable... http://marc.theaimsgroup.com/?l=axis-dev&m=1

RE: [axis] VOTE: 13005: axis.EngineConfigFactory property not working

2002-09-26 Thread Douglas Bitting
Here's some more background on the issue... WebLogic defines their own ClassLoader to allow for deploying of WAR files, etc. The inheritance hierarchy for this looks something like this: + java.lang.ClassLoader + java.security.SecureClassLoader + weblogic.utils.classloaders.GenericClassL

RE: TCK question: .NET wrapped style?

2002-06-14 Thread Douglas Bitting
Quick question... what's TCK? --Doug -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Friday, June 14, 2002 10:34 AMTo: [EMAIL PROTECTED]Subject: TCK question: .NET wrapped style?Here's a WSDL snippet from the TCK:(the binding for this WSDL is d