Re: Wrapper style test in WSDL processing?

2007-09-10 Thread ant elder
On 9/9/07, Simon Nash [EMAIL PROTECTED] wrote: Simon Nash wrote: (cut) We can't get that done by our 1.0 though so need something for now. We're not planing on attempting to pass the jaxws tck so i'd be happy if we just have something that works even if we suspect it may not be

Re: Wrapper style test in WSDL processing?

2007-09-09 Thread Simon Nash
Simon Nash wrote: (cut) We can't get that done by our 1.0 though so need something for now. We're not planing on attempting to pass the jaxws tck so i'd be happy if we just have something that works even if we suspect it may not be fully jaxws compliant as long as Tuscany services and

Re: Wrapper style test in WSDL processing?

2007-09-08 Thread Simon Nash
See inline. Simon Simon Nash wrote: See inline. Simon ant elder wrote: On 9/5/07, Simon Laws [EMAIL PROTECTED] wrote: On 9/5/07, Luciano Resende [EMAIL PROTECTED] wrote: Note that we have a similar issue that I'm looking at under the wsdl2java tooling, described in this post [1]

Re: Wrapper style test in WSDL processing?

2007-09-07 Thread Simon Laws
On 9/6/07, Simon Nash [EMAIL PROTECTED] wrote: See inline. Simon ant elder wrote: On 9/5/07, Simon Laws [EMAIL PROTECTED] wrote: On 9/5/07, Luciano Resende [EMAIL PROTECTED] wrote: Note that we have a similar issue that I'm looking at under the wsdl2java tooling, described in

Re: Wrapper style test in WSDL processing?

2007-09-06 Thread ant elder
On 9/5/07, Simon Laws [EMAIL PROTECTED] wrote: On 9/5/07, Luciano Resende [EMAIL PROTECTED] wrote: Note that we have a similar issue that I'm looking at under the wsdl2java tooling, described in this post [1] [1] http://www.mail-archive.com/tuscany-dev%40ws.apache.org/msg22726.html

Re: Wrapper style test in WSDL processing?

2007-09-05 Thread ant elder
sequence/ !-- an empty sequence -- /complexType /element Thanks, Raymond - Original Message - From: Simon Laws [EMAIL PROTECTED] To: tuscany-dev tuscany-dev@ws.apache.org Sent: Friday, August 31, 2007 10:34 AM Subject: Wrapper style test in WSDL processing

Re: Wrapper style test in WSDL processing?

2007-09-05 Thread Simon Laws
: Friday, August 31, 2007 10:34 AM Subject: Wrapper style test in WSDL processing? There is a test to determine whether a WSDL operation follows the wrapped style in accordance with JAX-WS 2.0 spec. See WSDLOperationIntrospectorImpl ( http

Re: Wrapper style test in WSDL processing?

2007-09-05 Thread Simon Nash
style test in WSDL processing? There is a test to determine whether a WSDL operation follows the wrapped style in accordance with JAX-WS 2.0 spec. See WSDLOperationIntrospectorImpl ( http://svn.apache.org/repos/asf/incubator/tuscany/java/sca/modules/interface-wsdl/src/main/java/org/apache

Re: Wrapper style test in WSDL processing?

2007-09-05 Thread Simon Laws
] To: tuscany-dev tuscany-dev@ws.apache.org Sent: Friday, August 31, 2007 10:34 AM Subject: Wrapper style test in WSDL processing? There is a test to determine whether a WSDL operation follows the wrapped style in accordance with JAX-WS 2.0 spec. See WSDLOperationIntrospectorImpl

Re: Wrapper style test in WSDL processing?

2007-09-05 Thread Simon Nash
=myMethod complexType sequence/ !-- an empty sequence -- /complexType /element Thanks, Raymond - Original Message - From: Simon Laws [EMAIL PROTECTED] To: tuscany-dev tuscany-dev@ws.apache.org Sent: Friday, August 31, 2007 10:34 AM Subject: Wrapper style test in WSDL processing

Re: Wrapper style test in WSDL processing?

2007-09-05 Thread ant elder
sequence/ !-- an empty sequence -- /complexType /element Thanks, Raymond - Original Message - From: Simon Laws [EMAIL PROTECTED] To: tuscany-dev tuscany-dev@ws.apache.org Sent: Friday, August 31, 2007 10:34 AM Subject: Wrapper style test in WSDL processing

Re: Wrapper style test in WSDL processing?

2007-09-05 Thread Simon Laws
tuscany-dev@ws.apache.org Sent: Friday, August 31, 2007 10:34 AM Subject: Wrapper style test in WSDL processing? There is a test to determine whether a WSDL operation follows the wrapped style in accordance with JAX-WS 2.0 spec. See WSDLOperationIntrospectorImpl ( http

Re: Wrapper style test in WSDL processing?

2007-09-05 Thread Jean-Sebastien Delfino
[snip] Simon Laws wrote: I've done a bit more investigation now. For the signature String foo() Axis2 Java2WSDL generates wsdl:types xs:schema xmlns:xs=http://www.w3.org/2001/XMLSchema; attributeFormDefault=qualified elementFormDefault=qualified

Re: Wrapper style test in WSDL processing?

2007-09-05 Thread ant elder
On 9/5/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: snip I'm trying to understand the overall picture before choosing a side: - tolerate what Axis2 generates in our isWrapped() algorithm? Is it really just the wsdl that Axis2 (1.2) generates? What about anyone using an existing wsdl

Re: Wrapper style test in WSDL processing?

2007-09-05 Thread Jean-Sebastien Delfino
ant elder wrote: On 9/5/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: snip I'm trying to understand the overall picture before choosing a side: - tolerate what Axis2 generates in our isWrapped() algorithm? Is it really just the wsdl that Axis2 (1.2) generates? What about

Re: Wrapper style test in WSDL processing?

2007-09-05 Thread Simon Laws
On 9/5/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: ant elder wrote: On 9/5/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: snip I'm trying to understand the overall picture before choosing a side: - tolerate what Axis2 generates in our isWrapped() algorithm? Is it

Re: Wrapper style test in WSDL processing?

2007-09-05 Thread Jean-Sebastien Delfino
Jean-Sebastien Delfino wrote: [snip] Simon Laws wrote: I've done a bit more investigation now. For the signature String foo() Axis2 Java2WSDL generates wsdl:types xs:schema xmlns:xs=http://www.w3.org/2001/XMLSchema; attributeFormDefault=qualified

Re: Wrapper style test in WSDL processing?

2007-09-05 Thread Luciano Resende
Note that we have a similar issue that I'm looking at under the wsdl2java tooling, described in this post [1] [1] http://www.mail-archive.com/tuscany-dev%40ws.apache.org/msg22726.html On 9/5/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Jean-Sebastien Delfino wrote: [snip] Simon Laws

Re: Wrapper style test in WSDL processing?

2007-09-05 Thread Simon Laws
On 9/5/07, Luciano Resende [EMAIL PROTECTED] wrote: Note that we have a similar issue that I'm looking at under the wsdl2java tooling, described in this post [1] [1] http://www.mail-archive.com/tuscany-dev%40ws.apache.org/msg22726.html On 9/5/07, Jean-Sebastien Delfino [EMAIL PROTECTED]

Re: Wrapper style test in WSDL processing?

2007-09-05 Thread Luciano Resende
In the case I'm investigating, the issue is around checking if the wrapper style is in use for the wsdl, but the problem is that wsdl2java generates wrong interfaces for the wsdl in question. On 9/5/07, Simon Laws [EMAIL PROTECTED] wrote: On 9/5/07, Luciano Resende [EMAIL PROTECTED] wrote:

Re: Wrapper style test in WSDL processing?

2007-09-05 Thread Simon Nash
, Raymond - Original Message - From: Simon Laws [EMAIL PROTECTED] To: tuscany-dev tuscany-dev@ws.apache.org Sent: Friday, August 31, 2007 10:34 AM Subject: Wrapper style test in WSDL processing? There is a test to determine whether a WSDL operation follows the wrapped style in accordance

Re: Wrapper style test in WSDL processing?

2007-09-03 Thread ant elder
@ws.apache.org Sent: Sunday, September 02, 2007 7:41 AM Subject: Re: Wrapper style test in WSDL processing? On 8/31/07, Simon Laws [EMAIL PROTECTED] wrote: On 8/31/07, Raymond Feng [EMAIL PROTECTED] wrote: Hi, The operation.getInput() cannot be null to qualify

Re: Wrapper style test in WSDL processing?

2007-09-02 Thread Simon Laws
, Raymond - Original Message - From: Simon Laws [EMAIL PROTECTED] To: tuscany-dev tuscany-dev@ws.apache.org Sent: Friday, August 31, 2007 10:34 AM Subject: Wrapper style test in WSDL processing? There is a test to determine whether a WSDL operation follows the wrapped

Re: Wrapper style test in WSDL processing?

2007-09-02 Thread Raymond Feng
@ws.apache.org Sent: Sunday, September 02, 2007 7:41 AM Subject: Re: Wrapper style test in WSDL processing? On 8/31/07, Simon Laws [EMAIL PROTECTED] wrote: On 8/31/07, Raymond Feng [EMAIL PROTECTED] wrote: Hi, The operation.getInput() cannot be null to qualify for the wrapper style. There must

Re: Wrapper style test in WSDL processing?

2007-09-02 Thread Simon Laws
- From: Simon Laws [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Sunday, September 02, 2007 7:41 AM Subject: Re: Wrapper style test in WSDL processing? On 8/31/07, Simon Laws [EMAIL PROTECTED] wrote: On 8/31/07, Raymond Feng [EMAIL PROTECTED] wrote: Hi

Wrapper style test in WSDL processing?

2007-08-31 Thread Simon Laws
There is a test to determine whether a WSDL operation follows the wrapped style in accordance with JAX-WS 2.0 spec. See WSDLOperationIntrospectorImpl (

Re: Wrapper style test in WSDL processing?

2007-08-31 Thread Raymond Feng
, 2007 10:34 AM Subject: Wrapper style test in WSDL processing? There is a test to determine whether a WSDL operation follows the wrapped style in accordance with JAX-WS 2.0 spec. See WSDLOperationIntrospectorImpl ( http://svn.apache.org/repos/asf/incubator/tuscany/java/sca/modules/interface-wsdl

Re: Wrapper style test in WSDL processing?

2007-08-31 Thread Simon Laws
] To: tuscany-dev tuscany-dev@ws.apache.org Sent: Friday, August 31, 2007 10:34 AM Subject: Wrapper style test in WSDL processing? There is a test to determine whether a WSDL operation follows the wrapped style in accordance with JAX-WS 2.0 spec. See WSDLOperationIntrospectorImpl