Hi there,

I got a problem, I have used wsdl2h to generate the C files of my client, but when I call a function I get this message :

SOAP 1.1 fault: SOAP-ENV:Client [no subcode]
"Validation constraint violation: data type mismatch soapenc:Array in element <multiRef>"
Detail: [no detail]

It means that the request is not good, but I don't understand why ... here is my code :...