Hi John; I just improved axis2 to to view wsdl 2.0 document , I mean once you deploy a service at the runtime you can view the wsdl 2.0 document by typing ?wsdl2. I know that is not complete and there are few know bugs as well. I will fix them as soon as possible.
We are trying our best to go for the WSDL 2.0 interop and I think we are capable of doing that. John Kaputin (gmail) wrote: > Chathura, > can you tell us how your Axis2/Woden integration is going? At the > W3C WSDL 2.0 Interop event on July 5th we'd like to show Woden working > with Axis2, that is, show Axis2 parsing WSDL 2.0 documents and > successfully doing stuff ... WSDL2java generation and/or runtime SOAP > messages. Do you think that by July 5th we will be able to > demonstrate such interoperability based on the work you are doing? > > Can Graham Turrel help in any way - dev, testing, maybe using the > converter tool to produce WSDL 2.0 test cases from your WSDL 1.1 test > suite, etc. > > There's a class called WSDL20ToAxisServiceBuilder in Axis2. I haven't > looked at it yet, but is this the 'layer' between Woden and Axis2? > > regards, > John Kaputin. > > On 6/6/06, *Arthur Ryman* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> > wrote: > > > Graham, > > I haven't seen any results yet. We need to make some visible > progress asap since the event in one month away. > > We could start with generating clients for existing Axis2 > Webservices, e.g. > > Scenario 1 > > 1. Create a simple Java class, e.g. echoString, and deploy it as > an Axis2 Web service and generate WSDL 1.1. The service can use > SOAP 1.1. > 2. Convert the WSDL 1.1 to WSDL 2.0 using the existing converter. > 3. Generate a Java client from the WSDL 2.0 using the > to-be-written WSDL2Java client proxy generator that uses WSDL 2.0. > 4. Test the WSDL 2.0 based client agains the deployed service. > 5. Validate the SOAP traffic using the WS-I Test Tools available > at Eclipse. These tools understand WSDL 1.1 and SOAP 1.1 but > that's OK since we have both a WSDL 1.1 and WSDL 2.0 description > and are using SOAP 1.1. > > Scenario 2 > > Same as scenario 1 except we generate a client from WSDL 1.1. and > a service from the converted WSDL 2.0. This requires a > to-be-writen WSDLtoJava server skeleton generator. > > > > Arthur Ryman, > IBM Software Group, Rational Division > > blog: http://ryman.eclipsedevelopersjournal.com/ > phone: +1-905-413-3077, TL 969-3077 > assistant: +1-905-413-2411, TL 969-2411 > fax: +1-905-413-4920, TL 969-4920 > mobile: +1-416-939-5063, text: [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > > > *Graham Turrell <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>* > > 06/06/2006 10:02 AM > Please respond to > [email protected] <mailto:[email protected]> > > > > To > [email protected] <mailto:[email protected]>, > [email protected] <mailto:[email protected]> > cc > > Subject > [axis2] woden/axis2 interop > > > > > > > > > > Hi folks, > > Just wondering where we are in terms of development on the axis2 / > woden > integration for the interop event, and what is there left to do? > I know that one or two contributors are already actively working > on this. > > I think that a good minimal demonstration for the interop event > would be to > send a client request to an in-out axis2 service with a wsdl2.0 > description, > ensure that the SOAP message is correctly interpreted and the > appropriate > response message generated and dispatched. > (Deserialization is a TBD but from earlier discussion on the list > doesnt > seem to be specifically needed for the interop demonstration) > > To that end, I am keen to help on any aspect of the interop work > (primarily > from the Woden side), such as architecture, code or test > creation/execution: > Where are the gaps (if any) and how can I help? > > Kind Regards, > > Graham. > _____________________________________________ > Graham C Turrell CEng, MBCS > Chartered IT Practitioner > > WebSphere ESB Foundation Technologies > DE3F16 / MP 211 > IBM Labs > Hursley Park > Winchester, Hampshire > England. SO21 2JN > > Tel +44-(0)1962-815018 > email: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > > "No army can withstand the force of an idea whose time > has come.". -Victor Hugo > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > > > -- Thanks, Deepal ................................................................ ~Future is Open~ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
