• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

gastip
#1 Posted : Thursday, March 13, 2008 12:10:59 PM(UTC)
gastip

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.

©2024 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012