LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 




 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 08-27-2005, 09:51 PM
rashadrivera rashadrivera is offline
Registered User
 
Join Date: Aug 2005
Posts: 2
Rep Power: 0
rashadrivera is on a distinguished road
Question Why can't I get the WebService to do something?

Hello all ,

I am trying to create a WebService object in my Flash document, but the WebService class does not do anything; meaning that the onLoad and onFault events don't fire. I have tried everying I could think of to include importing the WebServiceClasses and the DataBindingClasses into the projects library; but still nothing. Can someone tell me what I am doing wrong?

Below is a link to the working service:
Link to the Sample WebService


Code:
 
// CODE STARTS HERE
var log = new Log();
log.onLog = function(msg) { trace(msg); }
var wSrvc = null;
if (inited == null ) {
 inited = true;
 wSrvc = new WebService("http://www.omegusprime.com/webservice/Service1.asmx?WSDL", log);
 wSrvc.onFault = function (f) {
  trace("Fault: " + f.faultstring);
 }
 wSrvc.onLoad = function (wsdlDoc) {
  trace("Loaded");
  //wSrvc.getCall("EnterUser");
  //wSrvc.EnterUser("Testee", "Testicle");
 }
}
__________________
Rashad Rivera
CEO
Omegus Prime, LLC [http://www.omegusprime.com]
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Webservice in AS3.0 spark ActionScript 3.0 4 02-09-2010 06:42 PM
Webservice problem shendel101 Flash 8 0 07-28-2008 10:20 AM
Webservice question shendel101 Flash 8 0 06-28-2008 09:12 AM
looking for a telecommuting contractor / webservice experience scollier Work/Job Opportunities 0 12-27-2006 09:15 PM
Flash MX 2004 : feedback form <> webService needed lse123 Flash MX 2004 7 10-05-2006 09:20 AM




All times are GMT. The time now is 10:53 AM.