Just to clarify: Axis supports unwrapped doc/lit, wrapped doc/lit, rpc/lit, and rpc/encoded. All but rpc/encoded is WS-I compliant. See this blog post for info about Axis styles: http://atmanes.blogspot.com/2007/03/axis-message-style.html
Axis2 supports unwrapped doc/lit, wrapped doc/lit (with some limitations), and rpc/lit. Axis2 supports a lot of advanced features which are outside the scope of WS-I Basic Profile and WS-I Basic Security Profile, and some of those features are not WS-I compliant. Non-WS-I compliant features include: - SOAP 1.2 - WSDL 2.0 - WS-Addressing - Non-unique message signatures based on the QName of the child element of the SOAP Body Anne On 10/9/07, Walker, Jeff <[EMAIL PROTECTED]> wrote: > Hi Michael, > wrapped is a subtype of Doc/Lit. Its full name is Document Literal > Wrapped. Go here to learn differences between RPC, Doc/Lit and > Doc/Lit-Wrapped: > http://www.ibm.com/developerworks/webservices/library/ws-whichwsdl/ > > Axis1: With Axis1 you can build web services that use RPC, Doc/Lit and > Doc/Lit-Wrapped. > Axis2: With Axis2 you can build web services that use Doc/Lit and > Doc/Lit-Wrapped, but not RPC. (This is my belief). > > Now, RPC is the 'old' way of doing web services and is quickly dying > out. Axis1 is the old version of Axis and it is recommended that you > switch to Axis2. > -jeff > > > > > -----Original Message----- > From: Deepal jayasinghe [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 09, 2007 1:42 AM > To: [email protected] > Subject: Re: Is Java2WSDL WRAPPED style WS-I conform? > > > > I'm referring to Axis1. Does this matter?? > > > If you are referring to Axis1 then my knowledge about Axis1 not enough > to answer this question. > > Thanks > Deepal > > Michael > > > > Deepal Jayasinghe wrote: > > > >> Hi Michael, > >> Were you referring to Axis1 or Axis2. > >> > >> > >>> The only types of SOAP bindings supported is document/literal and > >>> rpc/literal. > >>> If I generate my wsdl using Java2WSDL with style WRAPPED, i get a > >>> document/literal wsdl. > >>> > >>> But I don't understand the difference between WRAPPED and DOCUMENT > style? > >>> Are both WS-I conform? > >>> > >>> Regards, > >>> Michael > >>> > >>> > >>> > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > >> > >> > > > > > > > -- > Thanks, > Deepal > ................................................................ > "The highest tower is built one brick at a time" > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
