On Thu, Jun 5, 2008 at 3:00 AM, Raymond Feng <[EMAIL PROTECTED]> wrote:

> The wiki page is very nice. Thanks.
>
> A quick update, the byte[] support is now in place and the test case is
> passing in SVN.


The jaxws-maven-plugin is generating the following types for byte[] :

  <xs:complexType name="negateByteArray">
    <xs:sequence>
      <xs:element name="arg0" type="xs:base64Binary" nillable="true"
minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="negateByteArrayResponse">
    <xs:sequence>
      <xs:element name="return" type="xs:base64Binary" nillable="true"
minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>

Whereas ?wsdl is generating the type:
<xs:element name="negateByteArray">
  <xs:complexType>
      <xs:sequence>
        <xs:element maxOccurs="unbounded" minOccurs="0" name="arg0"
nillable="true" type="xs:byte"/>
      </xs:sequence>
    </xs:complexType>
  </xs:element>

++Vamsi



>
>
> Thanks,
> Raymond
>
> --------------------------------------------------
> From: "Vamsavardhana Reddy" <[EMAIL PROTECTED]>
> Sent: Wednesday, June 04, 2008 11:09 AM
> To: <[email protected]>
> Subject: Databinding integration tests
>
>
>  Hi,
>>
>> I have been developing some databinding integration tests recently.  The
>> scope and status of this exercise is maintained in Tuscany wiki at [1].
>> The
>> tests developed so far are under sca\itest\databinding\jaxb-bottom-up [2].
>> Please provide comments, suggestions on the scope, anything missing, any
>> improvements to the code already in svn, etc. so that we have a good test
>> coverage.
>>
>> Thanks,
>> Vamsi
>>
>> [1]
>> http://cwiki.apache.org/confluence/display/TUSCANYWIKI/Databinding+Scope
>> [2]
>>
>> https://svn.apache.org/repos/asf/incubator/tuscany/java/sca/itest/databindings/jaxb-bottom-up
>>
>>

Reply via email to