Lets try this again.  I continue to have trouble posting my coding
example.
Here is what we have tried now.

      <mx:HTTPService id="srvsave" url="" useProxy="false" method="POST"
contentType="application/xml">
            <mx:request>
                 <obj>{dataModel}</obj>
            </mx:request>
      </mx:HTTPService>

     <mx:XML id="dataModel" format="xmls">
                  <physician>
                             <test>abx</test>
                 </physician>
         </mx:XML>

             private function storePhysician_Basics():void {
                 srvsave.url=parentApplication.dataServerURL+"store?a=b";
                 srvsave.send();
             }

and we are getting the following error:

Error: Error #1023: Stack overflow occurred.
     at mx.utils::ObjectUtil$/getClassInfo()
     at mx.rpc.xml::SimpleXMLEncoder/encodeValue()
     at mx.rpc.xml::SimpleXMLEncoder/encodeValue()
     at mx.rpc.xml::SimpleXMLEncoder/encodeValue()
     at mx.rpc.xml::SimpleXMLEncoder/encodeValue()
     at mx.rpc.xml::SimpleXMLEncoder/encodeValue()
     at mx.rpc.xml::SimpleXMLEncoder/encodeValue()





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to