Maybe WSDLdoc is what you are looking for?
http://www.bluetetra.com/wsdldoc/
Brian
-Original Message-
From: Ivan Aguirre [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 10, 2004 10:51 AM
To: [EMAIL PROTECTED]
Subject: Re: Publishing a human-oriented service-description ?
> How do pe
Googling for "0596005318 site:oreilly.com" returns two Excel spreadsheets
that indicate May 1, 2005, but using pricescan.com, several vendors,
including Walmart.com, claim 10/30/2004.
-Original Message-
From: Michael Schuerig [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 21, 2004 3:58
Is there a way to hide properties (getters/setters) from
Axis? I’ve added a new method Map getAnswersByID() to my object
Question. This is for JSTL purposes so I can’t make it private or
hide it using BeanInfo. But Axis insists on serializing the Map as if it
were a bean property, even t
Is there a way to write a WSDL that WSDL2Java will create
interfaces with concrete implementations? I have an interface “Answer”
with an implementation class “ConcreteAnswer”. I’d like
Axis to serialize any Answer and deserialize the Answer into ConcreteAnswer
cast as an Answer. Is that
Does anyone know how to serialize/deserialize immutable objects?
I’d prefer that the objects Axis deserializes not have setters. Is
that possible?
Brian