Groups > Borland > Delphi web services WSDL > Re: Problem passing arrays to Webservices (Solved)




Re: Problem passing arrays to Webservices (Solved)

Re: Problem passing arrays to Webservices (Solved)
Tue, 29 Jan 2008 08:09:54 +010
Hi!

I think I can safely say that there is a problem with the caching in the 
THttpRio object then. Two consecutive calls using the same THttpRio object 
to the same function on the same interface will generate different SOAP 
requests. It has something to do with arrays not being passed I think.

Regards,
Erik

"Jean-Marie Babet" <bbabet@borland.com> skrev i en meddelelse 
news:479e63d2$1@newsgroups.borland.com...
...
>> The call
>>         Response := (MyRio as
>> MedicineCardPortType).GetDrugMedication(Request);
>>
>> will only work if MyRio has not been used before for making another
call
>> even if it is to the same URL.
>
> If MyRio has only been used for the 'MedicineCardPortType' interface, the
> above should work multiple times. More relevant, I'd think, is how 
> 'Request'
> was constructed. So, I think there's either a bug (that I'd like to
> investigate) or something about 'Request' that's not obvious in the above
> snippet.
>
> Cheers,
>
> Bruneau.
>
>
>
> 

Post Reply
Re: Problem passing arrays to Webservices (Solved)
Tue, 29 Jan 2008 11:13:24 -080
Hello,

Thank you for narrowing this down. I'm currently dealing with an escalation
(a C++ regression caused by the Dec. update). I hope to have this resolved
soon so I can investigate some outstanding SOAP issues - including this one.

Cheers,

Bruneau.

Post Reply
about | contact