Return-Path: Delivered-To: apmail-ws-woden-dev-archive@www.apache.org Received: (qmail 11969 invoked from network); 6 Jun 2006 14:47:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Jun 2006 14:47:09 -0000 Received: (qmail 60235 invoked by uid 500); 6 Jun 2006 14:47:09 -0000 Delivered-To: apmail-ws-woden-dev-archive@ws.apache.org Received: (qmail 60176 invoked by uid 500); 6 Jun 2006 14:47:08 -0000 Mailing-List: contact woden-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: woden-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list woden-dev@ws.apache.org Received: (qmail 60157 invoked by uid 99); 6 Jun 2006 14:47:08 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jun 2006 07:47:08 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ryman@ca.ibm.com designates 32.97.182.143 as permitted sender) Received: from [32.97.182.143] (HELO e3.ny.us.ibm.com) (32.97.182.143) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jun 2006 07:47:06 -0700 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e3.ny.us.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k56Ekied021939 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 6 Jun 2006 10:46:44 -0400 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay02.pok.ibm.com (8.13.6/NCO/VER7.0) with ESMTP id k56EkiE5269334 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 6 Jun 2006 10:46:44 -0400 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id k56EkiLt031612; Tue, 6 Jun 2006 10:46:44 -0400 Received: from d25ml03.torolab.ibm.com (d25ml03.torolab.ibm.com [9.26.6.104]) by d01av04.pok.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k56EkiaX031577; Tue, 6 Jun 2006 10:46:44 -0400 In-Reply-To: To: woden-dev@ws.apache.org Cc: axis-dev@ws.apache.org, woden-dev@ws.apache.org Subject: Re: [axis2] woden/axis2 interop MIME-Version: 1.0 X-Mailer: Lotus Notes Release 7.0 HF144 February 01, 2006 From: Arthur Ryman Message-ID: Date: Tue, 6 Jun 2006 10:46:42 -0400 X-MIMETrack: Serialize by Router on D25ML03/25/M/IBM(Release 6.5.4|March 27, 2005) at 06/06/2006 10:46:44, Serialize complete at 06/06/2006 10:46:44 Content-Type: multipart/alternative; boundary="=_alternative 0051309985257185_=" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --=_alternative 0051309985257185_= Content-Type: text/plain; charset="US-ASCII" 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: 4169395063@fido.ca Graham Turrell 06/06/2006 10:02 AM Please respond to woden-dev@ws.apache.org To woden-dev@ws.apache.org, axis-dev@ws.apache.org 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: gturrell@uk.ibm.com "No army can withstand the force of an idea whose time has come.". -Victor Hugo --------------------------------------------------------------------- To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org For additional commands, e-mail: woden-dev-help@ws.apache.org --=_alternative 0051309985257185_= Content-Type: text/html; charset="US-ASCII"
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: 4169395063@fido.ca



Graham Turrell <GTURRELL@uk.ibm.com>

06/06/2006 10:02 AM
Please respond to
woden-dev@ws.apache.org

To
woden-dev@ws.apache.org, axis-dev@ws.apache.org
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: gturrell@uk.ibm.com

"No army can withstand the force of an idea whose time
has come.". -Victor Hugo


---------------------------------------------------------------------
To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org


--=_alternative 0051309985257185_=--