|
|
 |
soapbuilders
[soapbuilders] Round4 DIME doc/lit WSDL issue
by Stanislav Opichal other posts by this author
Jun 25 2003 12:40PM messages near this date
[soapbuilders] SOAP::Lite & character encoding oddness making XML::Parser upset
|
RE: [soapbuilders] Round4 DIME doc/lit WSDL issue
Hi All!
During writting a documentation for DIME support I found that the
http://www.pocketsoap.com/interop/dime-doc.wsdl specification contains
this complexType declaration:
<complexType name="ReferencedBinary">
<simpleContent>
<restriction base="xsd:base64Binary">
<annotation>
<appinfo>
<content:mediaType value="application/octetstream"/>
</appinfo>
</annotation>
<attribute ref="ref:location" use="optional"/>
</restriction>
</simpleContent>
</complexType>
Isn't it wrong according to the XML Schema specification? IMHO there
should be extension used instead of the restriction.
best regards
Stop
--
Stanislav Opichal
WASP C++ Senior Engineer
Systinet (formerly Idoox)
http://www.systinet.com
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Looking for the latest Free IT White Papers?
Visit SearchNetworking.com to access over 500 white papers.
Get instant access at SearchNetworking.com Today
http://us.click.yahoo.com/l8VQRB/OLNGAA/ddnFAA/W6uqlB/TM
---------------------------------------------------------------------~->
-----------------------------------------------------------------
This group is a forum for builders of SOAP implementations to discuss implementation and int
eroperability issues. Please stay on-topic.
To unsubscribe from this group, send an email to:
soapbuilders-unsubscribe@[...].com
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|
|
|
 |
|