Hello all,

I am facing an issue with webservice.

When do ctrl+enter and test the fla, I get the successfull result form
webservice and could get all the data.

But when I  open the independent swf, or open it in browser , Its not
working. I am not getting any result from webservice.

I do not get any warnings also.



The code i am using for webservice is :

var wsConn:WebServiceConnector = new WebServiceConnector();
wsConn.WSDLURL = "http://Ps_net/pdwebservice/pdwebservice.asmx?wsdl";
wsConn.operation = "GetStartupData";

  var res:Function = function (evt:Object)
     {


      trace(evt.target.results;)

   }



 wsConn.addEventListener("result", res);
 wsConn.params = ["PreviewUser", "PreviewPwd"];
 wsConn.suppressInvalidCalls = true;
 wsConn.trigger();


Please let me know what could be the problems

Regards

PS



_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to