OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

wsrp-webservice message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: RE: [wsrp-webservice] wsdl testing


Title: RE: [wsrp-webservice] wsdl testing

LocalizedString currently has an extra <value> sub-element that is an artifact of our 1.0 "serialization style". If the alternative below works for all stacks we may be able to drop some </>s as a low priority clean-up.

Regards,
Andre

-----Original Message-----
From: Subbu Allamaraju [mailto:subbu@bea.com]
Sent: 07 December 2004 21:04
To: 'wsrp-webservice@lists.oasis-open.org'
Subject: Re: [wsrp-webservice] wsdl testing

Andre,

I tested the changed types with our stack. I also tried Axis, and was
able to generate code.

Can you explain the motivation for the change to the LocalizedString?

Regards,

Subbu

Andre Kramer wrote:
> You may have noticed I uploaded an XML Schema file with our stack
> work-arounds removed
> (http://www.oasis-open.org/apps/org/workgroup/wsrp/wsrp-webservice/download.php/10198/test_wsrp_v1_types_22_11_2004.xsd).

> I will request that this gets tested against as many tool chains as
> possible in next week's TC call. If you are participating could you also
> test the following alternative to our 1.0 LocalizedString?
>
>
> <complexType name="LocalizedString">
>       <simpleContent>
>          <extension base="xsd:string">
>             <attribute ref="xml:lang" use="required"/>
>             <attribute name="resourceName"/>
>         </extension>
>      </simpleContent>
>   </complexType>

>
> Thanks,
>
> Andre
>


To unsubscribe from this mailing list (and be removed from the roster of the OASIS TC), go to http://www.oasis-open.org/apps/org/workgroup/wsrp-webservice/members/leave_workgroup.php.



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]