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 Lars Nielsen Lind <mo...@worldonline.dk> on 2005/05/21 20:32:19 UTC

Axis, WS-I and J2EE

Hi.

 

Which WS-I and J2EE specification are used/implemented with Axis 1.2?

 

 

Thanks,

 

Lars Nielsen Lind


Re: Axis, WS-I and J2EE

Posted by Marko Sormunen <Ma...@uku.fi>.
Anne Thomas Manes wrote the following on 22.5.2005 20:03:
> Axis implements SAAJ 1.1 and JAX-RPC 1.1. 
> 
> Axis supports the generation of WS-I BP 1.1 compliant services, and it
> can consume WS-I BP 1.1 compliant services.
> 
> Axis also implements SOAP 1.1 and WSDL 1.1 and SOAP 1.2.There are many
> features of SOAP 1.1 that are not permitted by WS-I BP. Axis supports
> those features because they are required by SOAP 1.1. WS-I BP does not
> permit use of SOAP 1.2, but Axis does support it.
> 
> (WS-I BP is not a specification -- it's a usage profile)
> 
> Anne

I guess one could also add that Axis itself is implemented as a Java Servlet web 
application, which should run almost on any Java-enabled web server such as 
Tomcat Apache. This is a very powerful "feature" because it enables easy 
deployment in many environments and actually very little J2EE functionality.

-- 
Marko Sormunen, M.Sc.
Messenger: msormune@hotmail.com
HIS-research unit, Centek, Computing Centre
University of Kuopio

Re: Axis, WS-I and J2EE

Posted by Anne Thomas Manes <at...@gmail.com>.
Axis implements SAAJ 1.1 and JAX-RPC 1.1. 

Axis supports the generation of WS-I BP 1.1 compliant services, and it
can consume WS-I BP 1.1 compliant services.

Axis also implements SOAP 1.1 and WSDL 1.1 and SOAP 1.2.There are many
features of SOAP 1.1 that are not permitted by WS-I BP. Axis supports
those features because they are required by SOAP 1.1. WS-I BP does not
permit use of SOAP 1.2, but Axis does support it.

(WS-I BP is not a specification -- it's a usage profile)

Anne

On 5/21/05, Lars Nielsen Lind <mo...@worldonline.dk> wrote:
>  
>  
> 
> Hi. 
> 
>   
> 
> Which WS-I and J2EE specification are used/implemented with Axis 1.2? 
> 
>   
> 
>   
> 
> Thanks, 
> 
>   
> 
> Lars Nielsen Lind