Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 84177 invoked from network); 17 Jan 2007 20:50:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Jan 2007 20:50:07 -0000 Received: (qmail 20982 invoked by uid 500); 17 Jan 2007 20:50:04 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 20968 invoked by uid 500); 17 Jan 2007 20:50:04 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 20957 invoked by uid 99); 17 Jan 2007 20:50:04 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jan 2007 12:50:04 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [12.25.210.222] (HELO mail01.corp.copart.com) (12.25.210.222) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jan 2007 12:49:55 -0800 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: Axis2 1.1.1 with XMLBeans as the Data binding framework. Date: Wed, 17 Jan 2007 12:49:32 -0800 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Axis2 1.1.1 with XMLBeans as the Data binding framework. Thread-Index: Acc6G0HH29slgJwRS7GOP8Tyom9+8gAXazEA From: "Sriram Vaidyanathan" To: X-Virus-Checked: Checked by ClamAV on apache.org Hi Paul, I have raised a JIRA for the issue = (https://issues.apache.org/jira/browse/AXIS2-1993) Thanks, Sriram Vaidyanathan Software Engineer - Java Copart Auto Auctions, Inc. 4665 Business Center Drive Fairfield, CA 94534 www.copart.com =20 (707) 639-5248 -----Original Message----- From: Paul Fremantle [mailto:pzfreo@gmail.com] Sent: Wednesday, January 17, 2007 1:38 AM To: axis-user@ws.apache.org Subject: Re: Axis2 1.1.1 with XMLBeans as the Data binding framework. Sriram Please can you raise a JIRA? Paul On 1/17/07, Sriram Vaidyanathan wrote: > Paul, > I switched from Axis2 1.1.1 to Axis21.1 and tried to build with = the xsd:include and it worked without any issues. So this seems to be a = problem with Axis2 1.1.1. So should a JIRA be filed this in Axis2 1.1.1? > > Also, if I go ahead and upgrade to Axis2 1.1 instead of Axis2 1.1.1 = for my project, are there any issues with 1.1 that I need to be aware of = before making the upgrade. > > Appreciate your help so far. Thanks. > > Thanks, > Sriram Vaidyanathan > Software Engineer - Java > Copart Auto Auctions, Inc. > 4665 Business Center Drive > Fairfield, CA 94534 > www.copart.com > (707) 639-5248 > > -----Original Message----- > From: Paul Fremantle [mailto:pzfreo@gmail.com] > Sent: Tuesday, January 16, 2007 10:11 PM > To: axis-user@ws.apache.org > Subject: Re: Axis2 1.1.1 with XMLBeans as the Data binding framework. > > Sriram > > You are right. I managed to recreate your problem. I think there is a > bug in the XMLBeans databinding. > > Try using xsd:import instead of include: > > namespace=3D"http://www.sample.com/test" /> > > Paul > > On 1/17/07, Sriram Vaidyanathan = wrote: > > Hi Paul, > > > > Thanks for the response. > > > > If I remove the SampleService.xsd from the folder, then I get the = expection as you posted. See [1] below. > > > > But if I have the file present, then I get a different version of = the same exception. See [2] below. So, I am wondering if I have the = file present, is it hiding some other problem. ? > > > > > > > > > > [1] > > Running AXIS Tool WSDL2Java with Axis2 Home as C:\axis2-1.1.1 > > [delete] Deleting directory = C:\cvs\aps\cieca\wsdl\xmlbeans_gen_src > > [java] Retrieving schema at 'SampleService.xsd', relative to = 'file:/C:/cvs/aps/sample/wsdl/src/main/config/'. > > [java] Exception in thread "main" = org.apache.axis2.wsdl.codegen.CodeGenerationException: Error parsing = WSDL > > [java] at = org.apache.axis2.wsdl.codegen.CodeGenerationEngine.(CodeGenerationE= ngine.java:114) > > [java] at = org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:32) > > [java] at = org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:21) > > [java] Caused by: javax.wsdl.WSDLException: WSDLException (at = /wsdl:definitions/wsdl:types/xsd:schema[2]): faultCode=3DOTHER_ERROR: An = error occurred trying to resolve schema referenced at = 'SampleService.xsd', relative to = 'file:/C:/cvs/aps/sample/wsdl/src/main/config/'.: = java.io.FileNotFoundException: This file was not found: = file:/C:/cvs/aps/sample/wsdl/src/main/config/SampleService.xsd > > [java] at = com.ibm.wsdl.xml.WSDLReaderImpl.parseSchema(Unknown Source) > > [java] at = com.ibm.wsdl.xml.WSDLReaderImpl.parseSchema(Unknown Source) > > [java] at = com.ibm.wsdl.xml.WSDLReaderImpl.parseTypes(Unknown Source) > > [java] at = com.ibm.wsdl.xml.WSDLReaderImpl.parseDefinitions(Unknown Source) > > [java] at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown = Source) > > [java] at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown = Source) > > [java] at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown = Source) > > [java] at = org.apache.axis2.wsdl.codegen.CodeGenerationEngine.readInTheWSDLFile(Code= GenerationEngine.java:276) > > [java] at = org.apache.axis2.wsdl.codegen.CodeGenerationEngine.(CodeGenerationE= ngine.java:97) > > > > > > [2] > > > > [INFO] Executing tasks > > [echo] Running AXIS Tool WSDL2Java with Axis2 Home as = C:\axis2-1.1.1 > > [delete] Deleting directory = C:\cvs\aps\sample\wsdl\xmlbeans_gen_src > > [java] Retrieving schema at 'SampleService.xsd', relative to = 'file:/C:/cvs/aps/sample/wsdl/src/main/config/'. > > [java] Jan 16, 2007 9:31:48 PM = org.apache.axis2.xmlbeans.CodeGenerationUtility$Axis2EntityResolver = resolveEntity > > [java] INFO: Resolving schema with publicId [null] and systemId = [\SampleService.xsd] > > [java] Exception in thread "main" = org.apache.axis2.wsdl.codegen.CodeGenerationException: = java.lang.RuntimeException: java.lang.reflect.InvocationTargetException > > [java] at = org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGeneratio= nEngine.java:224) > > [java] at = org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:32) > > [java] at = org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:21) > > [java] Caused by: java.lang.RuntimeException: = java.lang.reflect.InvocationTargetException > > [java] at = org.apache.axis2.wsdl.codegen.extension.XMLBeansExtension.engage(XMLBeans= Extension.java:92) > > [java] at = org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGeneratio= nEngine.java:177) > > [java] ... 2 more > > [java] Caused by: java.lang.reflect.InvocationTargetException > > [java] at = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > [java] at = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java= :39) > > [java] at = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI= mpl.java:25) > > [java] at java.lang.reflect.Method.invoke(Method.java:585) > > [java] at = org.apache.axis2.wsdl.codegen.extension.XMLBeansExtension.engage(XMLBeans= Extension.java:82) > > [java] ... 3 more > > [java] Caused by: java.lang.RuntimeException: = org.apache.xmlbeans.XmlException: error: Problem parsing referenced XML = resource - java.io.FileNotFoundException: \SampleService.xsd (The system = cannot find the file specified) > > [java] at = org.apache.axis2.xmlbeans.CodeGenerationUtility.processSchemas(CodeGenera= tionUtility.java:242) > > [java] ... 8 more > > [java] Caused by: org.apache.xmlbeans.XmlException: error: = Problem parsing referenced XML resource - java.io.FileNotFoundException: = \SampleService.xsd (The system cannot find the file specified) > > [java] at = org.apache.xmlbeans.impl.schema.SchemaTypeSystemCompiler.compile(SchemaTy= peSystemCompiler.java:225) > > [java] at = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > [java] at = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java= :39) > > [java] at = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI= mpl.java:25) > > [java] at java.lang.reflect.Method.invoke(Method.java:585) > > [java] at = org.apache.xmlbeans.XmlBeans.compileXmlBeans(XmlBeans.java:667) > > [java] at = org.apache.axis2.xmlbeans.CodeGenerationUtility.processSchemas(CodeGenera= tionUtility.java:160) > > [java] ... 8 more > > [java] Java Result: 1 > > > > > > > > > > Thanks > > Sriram Vaidyanathan > > Software Engineer - Java > > Copart Auto Auctions, Inc. > > 4665 Business Center Drive > > Fairfield, CA 94534 > > www.copart.com > > (707) 639-5248 > > > > -----Original Message----- > > From: Paul Fremantle [mailto:pzfreo@gmail.com] > > Sent: Tuesday, January 16, 2007 9:20 PM > > To: axis-user@ws.apache.org > > Subject: Re: Axis2 1.1.1 with XMLBeans as the Data binding = framework. > > > > No! Exactly the opposite. I didn't have a SampleService.xsd but > > wsdl2java was looking in the right place for it. > > > > When I add a SampleService.xsd it finds it successfully. > > > > Paul > > > > On 1/17/07, Sriram Vaidyanathan = wrote: > > > Hi Paul, > > > So it seems you got that same error which I am getting right?? > > > > > > Sriram Vaidyanathan > > > Software Engineer - Java > > > Copart Auto Auctions, Inc. > > > 4665 Business Center Drive > > > Fairfield, CA 94534 > > > www.copart.com > > > (707) 639-5248 > > > > > > -----Original Message----- > > > From: Paul Fremantle [mailto:pzfreo@gmail.com] > > > Sent: Tuesday, January 16, 2007 9:07 PM > > > To: axis-user@ws.apache.org > > > Subject: Re: Axis2 1.1.1 with XMLBeans as the Data binding = framework. > > > > > > Sriram > > > > > > I just took an existing WSDL and added your snippet into it. Then = I > > > tried the Axis2-1.1.1 wsdl2java.bat > > > > > > I got this error: > > > Retrieving schema at 'SampleService.xsd', relative to = 'file:/C:/wsdlexercise/'. > > > Exception in thread "main" > > > org.apache.axis2.wsdl.codegen.CodeGenerationException: Caused by: > > > javax.wsdl.WSDLException: WSDLException (at > > > /wsdl:definitions/wsdl:types/xsd:schema): faultCode=3DOTHER_ERROR: = An > > > error occurred trying to resolve schema referenced at > > > 'SampleService.xsd', relative to 'file:/C:/wsdlexercise/'.: > > > java.io.FileNotFoundException: This file was not found: > > > file:/C:/wsdlexercise/SampleService.xsd > > > > > > In other words, exactly as it should, it looked in the same path = as > > > the WSDL file. So I can't replicate your problem. > > > > > > Paul > > > > > > > > > > > > On 1/17/07, Amila Suriarachchi = wrote: > > > > > > > > > > > > On 1/17/07, Sriram Vaidyanathan = wrote: > > > > > No, I am using only 1.1.1 jars From 1.1.1 release since we = have > > > > XmlBeans as the data-binding framework, I don't use the = axis2-jibx1.1.1.jar > > > > and axis2-adb1.1.1.jar > > > > > > > > this should not cause any problem. Can you send a small sample = wsdl and an > > > > xsd file to reproduce your problem? I tried with some sample but = they pick > > > > the xsd file correctly. > > > > > > > > > Thanks > > > > > Sriram Vaidyanathan > > > > > Software Engineer - Java > > > > > Copart Auto Auctions, Inc. > > > > > 4665 Business Center Drive > > > > > Fairfield, CA 94534 > > > > > www.copart.com > > > > > (707) 639-5248 > > > > > > > > > > -----Original Message----- > > > > > From: Paul Fremantle [mailto:pzfreo@gmail.com] > > > > > Sent: Tuesday, January 16, 2007 8:24 PM > > > > > To: axis-user@ws.apache.org > > > > > Subject: Re: Axis2 1.1.1 with XMLBeans as the Data binding = framework. > > > > > > > > > > I don't understand what you mean. Do you have a mix of 1.0 and = 1.1.1 jars? > > > > > > > > > > Paul > > > > > > > > > > On 1/17/07, Sriram Vaidyanathan < = Sriram.Vaidyanathan@copart.com> wrote: > > > > > > Hi Paul, > > > > > > Tried that option too... same error. Actually we were = using one of > > > > the Axis2 1.0 nightly versions and it used to resolve the = relative directory > > > > without a problem. Could there be a problem that I am only using = the > > > > selected jars from Axis21.1.1 distribution. > > > > > > > > > > > > > > > > > > Thanks > > > > > > Sriram Vaidyanathan > > > > > > > > > > > > > > > > > > > > > > > > -----Original Message----- > > > > > > From: Paul Fremantle [mailto:pzfreo@gmail.com ] > > > > > > Sent: Tuesday, January 16, 2007 8:13 PM > > > > > > To: axis-user@ws.apache.org > > > > > > Subject: Re: Axis2 1.1.1 with XMLBeans as the Data binding = framework. > > > > > > > > > > > > Can you try "./SampleService.xsd" just in case that fixes = it? > > > > > > > > > > > > Paul > > > > > > > > > > > > On 1/17/07, Sriram Vaidyanathan = wrote: > > > > > > > Hi Paul, > > > > > > > Here is the snippet, which is used to include the XSD = in the WSDL. > > > > > > > > > > > > > > > > > http://www.w3.org/2001/XMLSchema" > > > > > > > > > > > attributeFormDefault=3D"unqualified" > > > > elementFormDefault=3D"qualified" > > > > > > > targetNamespace=3D" = http://www.sample.com/test" > > > > version=3D"2.1.0"> > > > > > > > > > > > > > > > > > schemaLocation=3D"SampleService.xsd" /> > > > > > > > > > > > > > > > > > > > > > > > > > > > > Both the WSDL and the XSD are in the same folder. I am = just posting > > > > the snippet, as the WSDL itself is pretty large. > > > > > > > > > > > > > > Thanks, > > > > > > > Sriram Vaidyanathan > > > > > > > Software Engineer - Java > > > > > > > Copart Auto Auctions, Inc. > > > > > > > 4665 Business Center Drive > > > > > > > Fairfield, CA 94534 > > > > > > > www.copart.com > > > > > > > (707) 639-5248 > > > > > > > > > > > > > > -----Original Message----- > > > > > > > From: Paul Fremantle [mailto: pzfreo@gmail.com] > > > > > > > Sent: Tuesday, January 16, 2007 7:21 PM > > > > > > > To: axis-user@ws.apache.org > > > > > > > Subject: Re: Axis2 1.1.1 with XMLBeans as the Data binding = framework. > > > > > > > > > > > > > > Sriram > > > > > > > > > > > > > > Please can you post the WSDL/XSD? > > > > > > > > > > > > > > Thanks > > > > > > > > > > > > > > Paul > > > > > > > > > > > > > > On 1/17/07, Sriram Vaidyanathan < = Sriram.Vaidyanathan@copart.com> > > > > wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Hello, > > > > > > > > > > > > > > > > I tried to migrate to axis2 1.1.1 with XMLBeans = as the > > > > data-binding > > > > > > > > framework. My WSDL actually references XSDs in it = through a relative > > > > path. > > > > > > > > When I run the WSDL2Java command I get a = FileNotFoundException. This > > > > used to > > > > > > > > work before with one of the Axis2 1.0 nightly build = versions I had > > > > earlier. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > This is the exception stacktrace: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Exception in thread "main" > > > > > > > > > > > > org.apache.axis2.wsdl.codegen.CodeGenerationException: > > > > > > > > java.lang.RuntimeException: > > > > > > > > java.lang.reflect.InvocationTargetException > > > > > > > > > > > > > > > > [java] at > > > > > > > > > > > > = org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGeneratio= nEngine.java:224) > > > > > > > > > > > > > > > > [java] at > > > > > > > > org.apache.axis2.wsdl.WSDL2Code.main > > > > (WSDL2Code.java:32) > > > > > > > > > > > > > > > > [java] at > > > > > > > > > > > > org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:21) > > > > > > > > > > > > > > > > [java] Caused by: java.lang.RuntimeException : > > > > > > > > java.lang.reflect.InvocationTargetException > > > > > > > > > > > > > > > > [java] at > > > > > > > > > > > > = org.apache.axis2.wsdl.codegen.extension.XMLBeansExtension.engage(XMLBeans= Extension.java > > > > :92) > > > > > > > > > > > > > > > > [java] at > > > > > > > > > > > > = org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGeneratio= nEngine.java:177) > > > > > > > > > > > > > > > > [java] ... 2 more > > > > > > > > > > > > > > > > [java] Caused by: > > > > > > > > java.lang.reflect.InvocationTargetException > > > > > > > > > > > > > > > > [java] at > > > > > > > > sun.reflect.NativeMethodAccessorImpl.invoke0 > > > > (Native Method) > > > > > > > > > > > > > > > > [java] at > > > > > > > > > > > > = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java= :39) > > > > > > > > > > > > > > > > [java] at > > > > > > > > > > > > = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI= mpl.java:25) > > > > > > > > > > > > > > > > [java] at > > > > java.lang.reflect.Method.invoke(Method.java:585) > > > > > > > > > > > > > > > > [java] at > > > > > > > > > > > > = org.apache.axis2.wsdl.codegen.extension.XMLBeansExtension.engage(XMLBeans= Extension.java:82) > > > > > > > > > > > > > > > > [java] ... 3 more > > > > > > > > > > > > > > > > [java] Caused by: java.lang.RuntimeException: > > > > > > > > org.apache.xmlbeans.XmlException: error: Problem > > > > parsing > > > > > > > > referenced XML resource - java.io.FileNotFoundException: > > > > > > > > \BMSDispositionService.xsd (The system cannot find the = file > > > > specified) > > > > > > > > > > > > > > > > [java] at > > > > > > > > > > > > org.apache.axis2.xmlbeans.CodeGenerationUtility.processSchemas > > > > (CodeGenerationUtility.java:242) > > > > > > > > > > > > > > > > [java] ... 8 more > > > > > > > > > > > > > > > > [java] Caused by: > > > > org.apache.xmlbeans.XmlException: > > > > > > > > error: Problem parsing referenced XML resource - > > > > > > > > java.io.FileNotFoundException: \SampleService.xsd (The = system cannot > > > > find > > > > > > > > the file specified) > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Any help on this would be appreciated... > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Thanks, > > > > > > > > > > > > > > > > Sriram > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > Paul Fremantle > > > > > > > VP/Technology, WSO2 and OASIS WS-RX TC Co-chair > > > > > > > > > > > > > > http://bloglines.com/blog/paulfremantle > > > > > > > paul@wso2.com > > > > > > > > > > > > > > "Oxygenating the Web Service Platform", www.wso2.com > > > > > > > > > > > > > > > > > > = --------------------------------------------------------------------- > > > > > > > To unsubscribe, e-mail: > > > > axis-user-unsubscribe@ws.apache.org > > > > > > > For additional commands, e-mail: = axis-user-help@ws.apache.org > > > > > > > > > > > > > > > > > > = --------------------------------------------------------------------- > > > > > > > To unsubscribe, e-mail: > > > > axis-user-unsubscribe@ws.apache.org > > > > > > > For additional commands, e-mail: = axis-user-help@ws.apache.org > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > Paul Fremantle > > > > > > VP/Technology, WSO2 and OASIS WS-RX TC Co-chair > > > > > > > > > > > > http://bloglines.com/blog/paulfremantle > > > > > > paul@wso2.com > > > > > > > > > > > > "Oxygenating the Web Service Platform", www.wso2.com > > > > > > > > > > > > > > > > = --------------------------------------------------------------------- > > > > > > To unsubscribe, e-mail: > > > > axis-user-unsubscribe@ws.apache.org > > > > > > For additional commands, e-mail: = axis-user-help@ws.apache.org > > > > > > > > > > > > > > > > = --------------------------------------------------------------------- > > > > > > To unsubscribe, e-mail: > > > > axis-user-unsubscribe@ws.apache.org > > > > > > For additional commands, e-mail: = axis-user-help@ws.apache.org > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > Paul Fremantle > > > > > VP/Technology, WSO2 and OASIS WS-RX TC Co-chair > > > > > > > > > > http://bloglines.com/blog/paulfremantle > > > > > paul@wso2.com > > > > > > > > > > "Oxygenating the Web Service Platform", www.wso2.com > > > > > > > > > > > > > > = --------------------------------------------------------------------- > > > > > To unsubscribe, e-mail: > > > > axis-user-unsubscribe@ws.apache.org > > > > > For additional commands, e-mail: axis-user-help@ws.apache.org > > > > > > > > > > > > > > = --------------------------------------------------------------------- > > > > > To unsubscribe, e-mail: > > > > axis-user-unsubscribe@ws.apache.org > > > > > For additional commands, e-mail: axis-user-help@ws.apache.org > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > Amila Suriarachchi, > > > > WSO2 Inc. > > > > > > > > > -- > > > Paul Fremantle > > > VP/Technology, WSO2 and OASIS WS-RX TC Co-chair > > > > > > http://bloglines.com/blog/paulfremantle > > > paul@wso2.com > > > > > > "Oxygenating the Web Service Platform", www.wso2.com > > > > > > = --------------------------------------------------------------------- > > > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org > > > For additional commands, e-mail: axis-user-help@ws.apache.org > > > > > > = --------------------------------------------------------------------- > > > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org > > > For additional commands, e-mail: axis-user-help@ws.apache.org > > > > > > > > > > > > -- > > Paul Fremantle > > VP/Technology, WSO2 and OASIS WS-RX TC Co-chair > > > > http://bloglines.com/blog/paulfremantle > > paul@wso2.com > > > > "Oxygenating the Web Service Platform", www.wso2.com > > > > = --------------------------------------------------------------------- > > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org > > For additional commands, e-mail: axis-user-help@ws.apache.org > > > > = --------------------------------------------------------------------- > > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org > > For additional commands, e-mail: axis-user-help@ws.apache.org > > > > > > > -- > Paul Fremantle > VP/Technology, WSO2 and OASIS WS-RX TC Co-chair > > http://bloglines.com/blog/paulfremantle > paul@wso2.com > > "Oxygenating the Web Service Platform", www.wso2.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org > For additional commands, e-mail: axis-user-help@ws.apache.org > > --------------------------------------------------------------------- > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org > For additional commands, e-mail: axis-user-help@ws.apache.org > > -- Paul Fremantle VP/Technology, WSO2 and OASIS WS-RX TC Co-chair http://bloglines.com/blog/paulfremantle paul@wso2.com "Oxygenating the Web Service Platform", www.wso2.com --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org