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

Ticket #456 (new defect)

Opened 9 months ago

bad type in item of an array

Reported by: user Assigned to: nahi
Priority: normal Milestone: undefined
Component: soap4r Version: 1.5
Keywords: Cc:

Description

According to my wsdl: http://www.mementolivres.com/WebService/search.asmx?wsdl

The complex type ArrayOfTRapideSearchArea should be an array of TRapideSearchArea but wnat I look at the raw xml I get a array of String instead of an array of TRapideSearchArea.

I'm creating the array as follow: a = ArrayOfTRapideSearchArea.new a << TRapideSearchArea::SEARCHAREA_AUTEUR a << TRapideSearchArea::SEARCHAREA_EDITEUR

Am I doing soething wrong?