Hi,I'm having trouble with filling a tree with the result tocalls to a
document/wrapped soap 1.1 webservice.I first declared the webservice in
the mxml file as it was inthe examples and tried to call it with no
luck. The fault was itwasn't finding the document type for the call's
unique parameter. Ifigured out the solution to this, I added a method in
thewebservice declaration having a single element named the same asthe
required parameter, and inside it, the "actual" parameters,bound to
variabl...