Rank: Member
Joined: 2/28/2008(UTC) Posts: 36
|
Hi All,
First of all, this isn't a problem with BVSoftware's code at all. That being said, I'm trying to connect to the web methods exposed in WebServices3.asmx via actionscript and failing miserably. I was wondering if there are any actionscript guru's who might be able to tell me what I'm doing wrong?
I keep getting an improper WSDL format error. I know the wsdl is fine because I can return data with C# and with Adobe FLEX.
Here's the code I'm using:
[2] //import the Classes needed for the application import mx.remoting.*; import mx.rpc.*; import mx.services.*; import mx.data.*;
var myService:WebService = new WebService("http://www.gastineautechnical.com/WebServices3.asmx?WSDL
", new Log());
var serviceCall:PendingCall=myService.Login("username","pass");
serviceCall.onResult=function(result:Object){
trace(result);
}
stop();
Thanks (again) for any assistance!!
[/2]
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.