You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Wierenga, R. - SPLXE" <Ro...@klm.com> on 2005/02/09 15:12:23 UTC

document/literal best practices

Hi,

I want to offer and consume a document/literal type webservice using jaxb as
the serialization mechanism. This is supposed to run in a websphere 4.0.x
environment. 

Question 1. is this feasible?
Question 2. should I use Axis 1.1 or 1.2?
Question 3. Any pitfalls which i should be aware of?

Kind Regards,
Robin Wierenga, Accenture


**********************************************************************
For information, services and offers, please visit our web site: http://www.klm.com. This e-mail and any attachment may contain confidential and privileged material intended for the addressee only. If you are not the addressee, you are notified that no part of the e-mail or any attachment may be disclosed, copied or distributed, and that any other action related to this e-mail or attachment is strictly prohibited, and may be unlawful. If you have received this e-mail by error, please notify the sender immediately by return e-mail, and delete this message. Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries and/or its employees shall not be liable for the incorrect or incomplete transmission of this e-mail or any attachments, nor responsible for any delay in receipt.
**********************************************************************


Re: document/literal best practices

Posted by Doug <um...@myrealbox.com>.
Should work fine, but won't be a high-performance solution.

We decided to use Axis (1.1) with Castor since it was really easy using this 
approach (but also not a high-performance solution):

http://www-106.ibm.com/developerworks/webservices/library/ws-castor/

These articles were useful in understanding the options and their performance 
implications (this link is to Part 1, and it contains links to the other Parts):

http://www-106.ibm.com/developerworks/library/x-databdopt/index.html

The author of those articles also did a few interesting talks that are 
available online at JavaLobby (free registration required):

http://javalobby.org/av/javapolis/

Wierenga, R. - SPLXE wrote:
> Hi,
> 
> I want to offer and consume a document/literal type webservice using jaxb as
> the serialization mechanism. This is supposed to run in a websphere 4.0.x
> environment. 
> 
> Question 1. is this feasible?
> Question 2. should I use Axis 1.1 or 1.2?
> Question 3. Any pitfalls which i should be aware of?
> 
> Kind Regards,
> Robin Wierenga, Accenture