RE: request: SOAP::Lite parameter passing question.

2004-04-16 Thread Grant Babb
Maybe try something like this (you need to substitute parameters). I don't believe you will get all the SOAP headers (SOAP:Lite parses all that for you): If you posted the WSDL I could tell you what this code should be exactly. print ""; foreach $r(@{$result->{'resultElements'}}) { $rescount++

Re: request: SOAP::Lite parameter passing question.

2004-04-15 Thread Randy W. Sims
Please do not post messages below the signature (A line containing only two dashes followed by a single space). Many MUAs treat the signature special. For example mine draws the text in a light grey that is difficult to read, and when responding it strips out the signature. Thank you, Randy. __