Discussion Board

Results 1 to 2 of 2

Hybrid View

  1. #1
    Registered User manikantan's Avatar
    Join Date
    Apr 2008
    Location
    India / Singapore
    Posts
    549
    i ve been designing Standalone applications in FL. Now, i wish to connect to a Web Service( includes upload and download of data). There are instances where authentication is required in the process.(Security risks involved) Will FL provide the neccessary features and support for me to build this application ? I would also like to view similar threads that use connect to a Web Service from FL.
    Regards

  2. #2
    Registered User tanvirzaman's Avatar
    Join Date
    Apr 2008
    Posts
    10
    Hi,
    I have connected to web service from Nokia N95(FL 2.0)

    import mx.services.WebService;

    var wsdlUri = "http://someaddress?wsdl";

    myservice = new WebService(wsdlUri);

    myResponseObject = myservice.someFunction(some parameters);

    myResponseObject.onResult = function(result)
    {
    //do your tasks
    resultString = String(result);
    trace(resultString);
    }

    myResponseObject.onFault = function(fault)
    {
    //handle fault
    trace(fault.faultstring);
    }

    Regards,
    Tanvir.
    Last edited by tanvirzaman; 2008-08-07 at 10:42.

Similar Threads

  1. pass parameters ksoap web service
    By racsus in forum Mobile Java Networking & Messaging & Security
    Replies: 1
    Last Post: 2010-04-23, 07:03
  2. Implement S60 program connect to web service using NetBean6
    By qiuhuek in forum Mobile Web Site Development
    Replies: 0
    Last Post: 2008-04-18, 12:44
  3. Web service, need a help
    By JTOne in forum Symbian Networking & Messaging (Closed)
    Replies: 1
    Last Post: 2007-10-17, 08:01
  4. KErrSenNotInitialized error while accessing web service, what am I doing wrong?
    By RaimondasL in forum Symbian Networking & Messaging (Closed)
    Replies: 8
    Last Post: 2007-06-14, 21:28
  5. 6680 and bluetooth service profiles
    By ceruault in forum Mobile Java Networking & Messaging & Security
    Replies: 1
    Last Post: 2005-10-08, 22:24

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved