RE: String Index Out of Bounds in HTTPUtils

2001-07-23 Thread Matthew J. Duftler
Hi Dylan, Please try one of the nightly builds. I believe this bug was fixed in the latest CVS tree. Thanks, -Matt -Original Message- From: Dylan J Browne [mailto:[EMAIL PROTECTED]] Sent: Monday, July 23, 2001 4:51 AM To: soap Subject: String Index Out of Bounds in HTTPUtils

RE: String[]

2001-07-11 Thread Hansen, Richard
Here is how I declare String[] in WSDL. It seems to work. complexType name=ArrayOfString complexContent restriction base=SOAP-ENC:Array attribute name=SOAP-ENC:arrayType wsdl:arrayType=string[]/ /restriction /complexContent /complexType