webservices & arrays

Pavel Marenyuk <[email protected]>
Newsgroups gmane.comp.lang.4gl.fourjs.user
Organization Private person
Message-ID <[email protected]>
Hi, All

I use thrid party SOAP client accessing to 4js server.

for 4gl record
arrayTest_in record
        intval integer,
        arrval array[50] of char(80)
end record

client generates next request (namespace declarations skipped)
<ns4:arrayTest>
<intval>1</intval>
<arrval>
<item>a</item>
<item>baba</item>
<item>galamaga</item></arrval></ns4:arrayTest>

but server responds "Input parameters decoding failed"

What's wrong ?

-- 
Regards
Pavel
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.