[flexcoders] FlexBuilder 3 WSDL imports incorrectly - TypeError: Cannot marshall type 'http://www.w3.org/2001/XMLSchema::Object' to simple content

2008-09-03 Thread vetricom vetricom
Hi All, I am using FlexBuilder 3 WSDL import wizard to generate AS web service client code to access SOAP web services implemented using java. It works fine some of the web service methods where I did not pass any parameters. However I created new web service method that takes a string as input

Re: [flexcoders] Re: can't get XML working -- please help

2008-08-20 Thread vetricom vetricom
Hi, Thanks a lot for your reply. Yes your suggestion did fix the issue. After some more search on the google, I did find the issue as well. By default it assigns the root node to the variable. Related to this, I did find another issue related to this which is converting an existing object to X

[flexcoders] can't get XML working -- please help

2008-08-20 Thread vetricom vetricom
Hello, I am trying to use XML object that I want to create and pass around and parse it at the receiving end and I can't get this simple code working. Any help is greatly appreciated. Here is the code. It says "xmlVar.MyEvent.x" can't be resolved. I tried the lower case as well? but if I dump t