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

 


Help: OASIS Mailing Lists Help | MarkMail Help

wsrp-interop message

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


Subject: Re: [wsrp-interop] IBM Producer giving corrupt ServiceDescription






The testing I have done shows that the getServiceDescriptionResponse
message fails schema validation because the shortTitle contains an xml:lang
attribute.   Upon further investigation, it seems that the copy of the
schema I am using defines a lang attribute without the xml: namespace
prefix.  If I hack the message log and remove the xml: prefix from the lang
attributes, the message then fails schema validation because the keyword
elements are nil, which is not allowed.

So, it seems we have 2 problems:
      1.  The schema I have is out of sync with the code and spec.  I will
get a new one from the OASIS web site.
      2.  The code is generating keywords that are nil.
                                        
                                        
     <keywords lang="en">               
      <value> Testen</value>            
     </keywords>                        
     <keywords xsi:nil="true"/>         
     <keywords xsi:nil="true"/>         
     <keywords xsi:nil="true"/>         
                                        
                                        



Julie E.MacNaught
IBM Research
Tie Line: 930-0011
US callers: (866) 301-2446
Int'l callers: (401) 841-0488
jmacna@us.ibm.com



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