I've never used FB to connect to a web service. This is cut from a class i
use for merchantwarehouse. Sorry if its missing something. It did take me
while to get this working.
private var _ws:WebService = new WebService();
this._ws.addEventListener("fault", faultHandler);
this._ws.wsdl = this.GetServiceURL("credit") + '?wsdl';
this._ws.loadWSDL();
var op:Operation = Operation(this._ws.getOperation(Service));
op.addEventListener("result",CallBack);
op.request = Param;
op.send();
Thank You,
Stephen C
-All of my email addresses go to the same place
-Save Paper, think before you print
-PGP Public
Key<https://docs.google.com/file/d/0B0JeFeQj5XjkZC0talFuRExyc0E/edit?usp=sharing>
On Fri, Jun 21, 2013 at 2:43 AM, Elena Geller <[email protected]>wrote:
> Maybe, crossdomain restrictions?
> Am 21.06.2013 08:13 schrieb "Sumudu Chinthaka" <[email protected]>:
>
> > Hi
> >
> > Does Anyone knows how to access wsse webservice using flex
> > when i try to connect to wsdl file using flash builder data/service
> wizard
> > it takes ages and fails
> >
> > even if you can show me some way to connect it using AS3 that would be
> > great
> >
> > please help
> > Thanks
> > Sumudu
> >
>