Add this to your Application mxml file.

<!-- Logging configured in MXML. -->
<mx:TraceTarget>
   <!-- 2 is represents the LogEventLevel.DEBUG constant. -->
   <mx:level>2</mx:level>
</mx:TraceTarget>

If you can paste the soap going back and forth to the list it would
help to diagnose your problem.

You could also grab a program called ServiceCapture to grab the soap messages.
http://kevinlangdon.com/serviceCapture/


On 12/20/06, Robin Burrer <[EMAIL PROTECTED]> wrote:

   Hi there,



This is driving me mad…. When I try to call a webservice more than once
the  webservice object returns an empty object.

The "result" method still gets triggered but the returned data object has
no properties… Everything works fine for the first time though.

The same service works fine in a Cairngorm 2.0 app. Any ideas?





Regards





Robin











Reply via email to