Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Changeset 1680

Show
Ignore:
Timestamp:
02/05/06 16:40:08 (3 years ago)
Author:
nahi
Message:

fixed a bug in WSDL file. maxOccurs="*" -> maxOccurs="unbounded". closes #191. Thanks to Mark.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/sample/wsdl/documentliteral/echo.wsdl

    r1341 r1680  
    2222          <xsd:sequence> 
    2323            <xsd:element name="sampleMultiValue" 
    24               minOccurs="0" maxOccurs="*" type="xsd:string" /> 
     24              minOccurs="0" maxOccurs="unbounded" type="xsd:string" /> 
    2525          </xsd:sequence> 
    2626        </xsd:complexType>