Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within OCEJWSD
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Ron McLeod
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forum:
Web Services Certification (OCEJWSD)
arrayType declarations
Somnath Jamdar
Ranch Hand
Posts: 36
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Can anyone please provide correct/incorrect WSDL declarations for the following claims?
"In a DESCRIPTION, array declarations MUST NOT extend or restrict the soapenc:Array type. "
"In a DESCRIPTION, array declarations MUST NOT use wsdl:arrayType attribute in the type declaration. "
Somnath Jamdar
SCJP, SCWCD, OCEJWSD
Somnath Jamdar
Ranch Hand
Posts: 36
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I think it is given in RMH book in the following lines.
<xsd:element name="MyArray2" type="tns:MyArray2Type"/>
<xsd:complexType name="MyArray2Type"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" >
<xsd:complexContent>
<xsd:restriction
base="soapenc:Array"
>
<xsd:sequence>
<xsd:element name="x" type="xsd:string"
minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute
ref="soapenc:arrayType"
wsdl:arrayType="tns:MyArray2Type[]"/>
</xsd:restriction>
</xsd:complexContent>
</xsd:complexType>
Items marked in bold are non-conformance to above claims.
Somnath Jamdar
SCJP, SCWCD, OCEJWSD
I knew I would regret that burrito. But this tiny ad has never caused regrets:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
public static long main
Multidimensional Array Function Arguments
Ensuring an array is compliant with Basic Profile 1.1
Problem with hibernate.cfg.xml
Beginner
More...