Hi
again!
In my search for
workarounds to my previous post "Array serialization in Webservices", I'm trying
to overcome that array-to-item thing by entering an XML (well-formed) as a
parameter to the WebService.
Does anyone have an
example on this one?
So far, I've done
this:
1) Changed the
format of the request from "object" to "xml".
2) Mapped the object
to XML (using some XMLTools.as I've found on one of the thousand sites I've
looked so far).
3) Assigned the
resulting XML to the request.
This ends
in:
a) No
result.
b) Fault because of
XML opening tags translated to <.
If I use
XML.parseXML in point 2, to "cast" the resulting string to XML and then inspect
it with Trace Panel, the XML is well-formed.
Any
help?
Thanks
again!
Pablo
Apanasionek
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
| Web site design development | Computer software development | Software design and development |
| Macromedia flex | Software development best practice |
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

