I'm facing the same problem. I guess its a bug.


 
On 9/20/06, Shruti Krishnagiri <[EMAIL PROTECTED]> wrote:


Shruti Krishnagiri <[EMAIL PROTECTED]> wrote:
I'm facing a problem getting a specific REST request to work.
One of my service methods takes in an array of strings as a parameter and the corresponding wsdl snippet looks like this:

- <xs:element name="generatePriceList">
- <xs:complexType>
- <xs:sequence>
  <xs:element minOccurs="0" type= "xs:string" name="items" maxOccurs="unbounded" />
  </xs:sequence>
  </xs:complexType>
  </xs:element>
 

The Rest request is however only constructing an array of one string even though I specified an '&' separated list. Only the first goes into the array. The SOAP request for the same works correctly. What am I doing wrong?


How low will we go? Check out Yahoo! Messenger's low PC-to-Phone call rates.


Reply via email to