How to call the web service in blackberry sdk 3.6 using eclipse


Hello

I said it

His work very well when I run as html in the browser IE.

while I try to run in webworks, it gives the error.

Thank you

Barro

Tags: BlackBerry Developers

Similar Questions

  • How to call the web service?

    Hello

    I want to know how to call the web service from my application HTML5 & javascript.

    Please help me find this detail as what I can access easily. and I want to access web services online (a method of it) I'm not concered with how background Web service takes place.

    I just want that when you call a web service method, I will return the result.

    Please try this out for a WebService call

    var xmlhttp;
    xmlhttp = new XMLHttpRequest();
    xmlhttp.open("get","your url",true);
    xmlhttp.setRequestHeader("Accept","application/json");
    xmlhttp.setRequestHeader("Content-type", "application/json");
    xmlhttp.onreadystatechange=function() {
     if (xmlhttp.readyState==4) {
      if (xmlhttp.status == 200) {
        console.log(xmlhttp.responseText);
      }
     }
    }
    xmlhttp.send();
    

    This will display the result of the invocation of webservice. The url is the application that you deploy and the type can be get/post. If xmlhttp.send (post) takes argument for the display of the data. You can call it by clicking a button in HTML.

  • How to create a generic method that calls the Web Service

    Hi I have a question how to create the Web Service client. In design mode, I can't specify static URLs? WSDL and process.

    I found the briliant method in library of apache cxf.

    for example

    DCF JaxWsDynamicClientFactory = JaxWsDynamicClientFactory.newInstance ();
    Customer customer = dcf.createClient ("http://soabpm-vm:8001 / soa-infra/services/default/MailSender/mailsender_client_ep?") WSDL");

    Object [] results;
    try {}
    Results = clientA.invoke (QName new ("http://xmlns.oracle.com/SynchDSBpel20/MailSender/MailSender", "process"), '@', 'body', 'subject');
    } catch (Exception e) {}


    In my case, I should create a method with params (URL? WSDL, URI, name of operation, param1, praram2, param3)


    Y at - it something like CXF in the ADF library?

    If your question has been answered, can you please mark as answer?
    THX
    Antonis

  • Implementation of the Web Service on Blackberry

    Hello

    I am new to web services so now I want to know how you can hit the web services via the blackberry app?

    Y at - there no web service sample I can use to test the object.

    In fact, I want to know the implementation of the web service on blackberry.

    Please provice me useful links and resources.

    What is KSOAP2 in blackberry?

    I think there are 2 ways to use web services

    1 http

    2 SOAP

    I want to know the two tests.

    Please help me.

    Sorry for non trivial stuff like this there is nothing like "sample code" of my side - I work in a business environment, not as a developer open source.

  • Call the web service with Digest authentication

    Hello

    I JDevelper 12.2.4, I need build the java class to call the web service with Digest authentication.

    Any suggestion?

    Refer to:

    http://StackOverflow.com/questions/14896324/consuming-WCF-service-with-Digest-authentication-from-Java

  • Call to Web Service of Oracle PL/SQL not to call the Web service in SOA Server

    Hello

    Try to call the Web service to oralce pl/sql function

    created a function

    Unable to invoke the web service from the server of the SOA.

    CREATE or REPLACE FUNCTION HelloWorld_WebServices(S_STRING Varchar2) RETURN VARCHAR2 as

    Server sys.utl_dbws. SERVICE;

    APPEL_ sys.utl_dbws. CALL;

    service_qname sys.utl_dbws. QNAME;

    port_qname sys.utl_dbws. QNAME;

    response sys. XMLTYPE;

    application sys. XMLTYPE;

    BEGIN

    sys.utl_dbws.set_http_proxy ("hostname: Port'");

    service_qname: = sys.utl_dbws.to_qname ("ns1", "process");

    Server: = sys.utl_dbws.create_service (service_qname);

    APPEL_: = sys.utl_dbws.create_call (server);

    sys.utl_dbws.set_target_endpoint_address (APPEL_, ' http:/host name: port/soa-infra/services/OFS/HelloWorld/helloworld_client_ep ');

    sys.utl_dbws.set_property (APPEL_, 'OPERATION_STYLE', 'process');

    asks: = sys. XMLTYPE ("< ns1:process xmlns:ns1 ="http://xmlns.oracle.com/OFSOrderServices/HelloWorld/HelloWorld"> < ns1:input > < / ns1:input > < / ns1:process > '"); 

    answer: = sys.utl_dbws.invoke (APPEL_, request);

    return response.extract('//HelloWorld/child::text() ','http://xmlns.oracle.com/OFSOrderServices/HelloWorld/HelloWorld'). getstringval(); 

    DBMS_OUTPUT. Put_line ("values of the OutputsVariables8");

    -Of return ';

    END;

    Run - the code below:

    Select HelloWorld_WebServices ('Hi') to double;

    Error:

    ORA-29532: Java call terminated by eception Java exception: java.lang.NoClassDefFoundError

    ORA-06512: at "SYS." UTL_DBWS', line 403

    ORA-06512: at "SYS." UTL_DBWS', line 400

    ORA-06512: at the 'APPS '. HELLOWORLD_WEBSERVICES', line 74

    29532 00000 - "Java call terminated by eception Java exception: %s."

    * Cause: A mistake or a Java exception has been reported and could not be

    solved by Java code.

    * Action: Modify Java code, if this behavior is not expected.

    Hello

    Fixed the error

    After loading once again of DBA and network provided access files JAR/JVM firewall

    and the correction on the threshold

    Return response.extract (' / result/child::text () ','xmlns = "http://xmlns.oracle.com/OFSOrderServices/HelloWorld/HelloWorld" '). getstringval();

  • How to consume the web service using PLSQL in 11g

    Hello

    I created a site using jDeveloper, web services which when I put in the web browser and press enter, it will display the settings screen and when I pass the value for the parameter, and then it displays the output of the XML returned by the PL/SQL (called in the Web Service) package. Now, I want to call this webservice in PL/SQL and read XML data and fill in the staging table. Can anyone suggest me how to achieve this functionality by using Oracle PL/SQL

    I use the database 11g and jDeveloper Version :-Studio Edition version 10.1.3.0

    Thank you very much in advance.

    Vijay

    The WSDL file describes the web service.

    To obtain the WSDL, you enter the URL of the web service and add some ? WSDL to the URL. This indicates the web service to return to its definition.

    For example

    URL of the Web Service: http://wsf.cdyne.com/WeatherWS/Weather.asmx

    WSDL URL: http://wsf.cdyne.com/WeatherWS/Weather.asmx?WSDL

    When you read (using 'web browser' UTL_HTTPpackage) the XML response from the web service, read as strings (PL/SQL varchar2, size 32 K max).

    You should read the answer as the strings, then writing/writeappend these channels in a CLOB (using the DBMS_LOB package). If you are VERY sure that the web service call ALWAYS returns an XML of less than 32 k, you can skip using a CLOB.

    Whatever it is, read you the response from the web service in the form of text (such as plain text, it is what is sent). The next step on your part is to parse text into an XML DOM (document object model) - and storing the DOM in an Oracle XmlType variable.

    When in a DOM, you can use Oracle XML functions to extract the attributes and values of the key element of the response from the web service.

  • How to access the web service from Oracle?

    Database version: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0

    I'm making a call to a web service through a procedure/function...

    I tried to use
    CREATE OR REPLACE PROCEDURE Call_Rest_Webservice
    
     AS
    
      t_Http_Req Utl_Http.Req;
    
      t_Http_Resp Utl_Http.Resp;
    
      t_Request_Body VARCHAR2(30000);
    
      t_Respond VARCHAR2(30000);
    
      t_Start_Pos INTEGER := 1;
    
      t_Output VARCHAR2(2000);
    
    BEGIN
    
      /*Construct the information you want to send to the webservice.
      
      Normally this would be in a xml structure. But for a REST-
      
      webservice this is not mandatory. The webservice i needed to
      
      call excepts plain test.*/
    
      t_Request_Body := 'the data you want to send to the webservice';
    
      /*Telling Oracle where the webservice can be found, what kind of request is made
      
      and the version of the HTTP*/
    
      t_Http_Req := Utl_Http.Begin_Request('**webservice address**',
                                           'GET',
                                           'HTTP/1.1');
    
      /*In my case the webservice used authentication with a username an password
      
      that was provided to me. You can skip this line if it's a public webservice.*/
    
      --Utl_Http.Set_Authentication(t_Http_Req, 'username', 'password');
    
      /*Describe in the request-header what kind of data is send*/
    
      Utl_Http.Set_Header(t_Http_Req, 'Content-Type', 'text/xml charset=UTF-8');
    
      /*Describe in the request-header the lengt of the data*/
    
      Utl_Http.Set_Header(t_Http_Req, 'Content-Length', Length(t_Request_Body));
    
      /*Put the data in de body of the request*/
    
      Utl_Http.Write_Text(t_Http_Req, t_Request_Body);
    
      /*make the actual request to the webservice en catch the responce in a
      
      variable*/
    
      t_Http_Resp := Utl_Http.Get_Response(t_Http_Req);
    
      /*Read the body of the response, so you can find out if the information was
      
        received ok by the webservice.
      
        Go to the documentation of the webservice for what kind of responce you
      
        should expect. In my case it was:
      
        <responce>
      
          <status>ok</status>
      
        </responce>
      
      */
    
      Utl_Http.Read_Text(t_Http_Resp, t_Respond);
    
      /*Some closing?1 Releasing some memory, i think....*/
    
      Utl_Http.End_Response(t_Http_Resp);
    
    END;
    But it's me ORA-29272: HTTP request failed
    ORA-06512: at "SYS." UTL_HTTP", line 1029
    ORA-12545: Connect failed because target host or object does not exist

    But I can connect to the web server by going on * webservice address * through my browser.

    Is there an ACL must be open in order to have this capacity? I asked my s/n, but she asked me that I will need to give its name to username/password / ip in order to open an ACL...
    However there is no name to username/password required during a tour of the web service...

    Any help would be much appreciated...

    Thank you

    Published by: 986006 on March 4, 2013 08:38

    Y.L wrote:

    This is because the database could not connect to the specified server. Bad host name or IP address specified. Inability to resolve the hostname to an IP address. Firewall blocking. Etc.

    The host name, I put here can be visit through my browser. I think that it is not question of the host server... So, it could be a firewall on my side of the database which must be opened in order to visit the host?

    The "web browser" (your PL/SQL using UTL_HTTP code) code is running on the Oracle database server. He needs the same type of network access that has your browser on your PC. (firewalls open, authentication of the proxy if necessary, etc.).

    On 11g. Not on 10g.

    I saw the code example you post from the link you provided... those who only works on 11 g?
    If we can work on 10g, which package or what are the steps I need to follow in order to have that works on me?

    The code I posted works on both versions. My comment was regards the ACLs. No ACLs exist on 10g. If you only need to execute privs on the affected packages (e.g., UTL_HTTP, etc.).

    ACL were introduced with 11g - 11g, you also need the ADMINISTRATOR to create an ACL for you which will allow access to the UTL_HTTP network so now.

  • Matter of business for OSB 10.3.1 when to call the web service from SAP ECC 710

    Hello

    1. I was a unit test for a business service that calls a web service from SAP ECC 710 (this service is published directly to a RFC function via SOA Manager module);

    2. the problem is when I use the OSB test console, which generates the request below message:

    < soapenv:Envelope = "http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenv >
    * < soap: Header xmlns:soap = 'http://schemas.xmlsoap.org/soap/envelope/' > *.
    * < / soap: Header > *.
    < soapenv:Body >
    < xmlns:urn urn: Zmmjf503 = "urn: sap - com:document:sap:soap:functions:mc - style" >
    string of < ContractInfo > < / ContractInfo >
    < / urn: Zmmjf503 >
    < / soapenv:Body >
    < / soapenv:Envelope >

    the response message is:
    < SOAP - env:Envelope xmlns:soap - env = "http://schemas.xmlsoap.org/soap/envelope/" >
    < SOAP - env:Header >
    < n0:MessageID = "http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:n0 >
    UUID:4cbe5b84 - 474 c-9abe-e100-00000ad00164
    < / n0:MessageID >
    < n1:Action SOAP - env:mustUnderstand = "1" xmlns:n1 = "http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:soap - env = "http://schemas.xmlsoap.org/soap/envelope" / >
    < / soap - env:Header >
    < SOAP - env:Body / >
    < / soap - env:Envelope >


    Above the response indicates that the BS called SAP Web server successfully, but seems that the service did not get the request message.

    3. the Web service can be called successfully through SoapUI. and I checked the soapUI request message; and it can work if I just change the request:

    < soapenv:Envelope = "http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenv >
    * < soap: Header = "http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap > < / soap: Header > *.
    < soapenv:Body >
    < xmlns:urn urn: Zmmjf503 = "urn: sap - com:document:sap:soap:functions:mc - style" >
    string of < ContractInfo > < / ContractInfo >
    < / urn: Zmmjf503 >
    < / soapenv:Body >
    < / soapenv:Envelope >

    and I got the right answer:
    < SOAP - env:Envelope xmlns:soap - env = "http://schemas.xmlsoap.org/soap/envelope/" >
    < SOAP - env:Header / >
    < SOAP - env:Body >
    < n0:Zmmjf503Response xmlns:n0 = "urn: sap - com:document:sap:soap:functions:mc - style" >
    < Recmsg > <! [CDATA [<? xml version = "1.0" encoding = "utf-8"? > < DocumentResponse > < CONDITION > 0 < / STATE > < HTBH > < / HTBH > < MESSAGE > < / MESSAGE > < / DocumentResponse >]] > < / Recmsg >
    < / n0:Zmmjf503Response >
    < / soap - env:Body >
    < / soap - env:Envelope >

    4 it bother me, because the only difference between the above two request messages is the header (one contains a "newline"):
    ------------------------------------------------------------------------------------------------------------------------------
    * < soap: Header xmlns:soap = 'http://schemas.xmlsoap.org/soap/envelope/' > *.
    * < / soap: Header > *.
    -------------------------------------------------------------------------------------------------------------------------------
    VS
    --------------------------------------------------------------------------------------------------------------------------------------
    * < soap: Header = "http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap > < / soap: Header > *.
    ----------------------------------------------------------------------------------------------------------------------------------------

    5 I thought that the SOAP engine should ignore "carriage returns", seems this is a problem of SAP ECC710.

    Do you have someone having this problem? Thank you


    Concerning
    Wen

    Hello Wen,

    I tried to use exactly the same request (carriage return) to call the service through soapUI, and it does not work... just like BS OSB
    should I assume that it is a matter of SAP ECC?

    That same demand also doesn't SOAPUI so certainly it's an issue with SAP ECC. I doubt that SAP ECC is the treatment the carriage return as an end of file marker. Check with support.

    Kind regards
    Anuj

  • How to add THE web service to the ACL?

    I want to access a web service from a PL/SQL procedure (using UTL_HTTP) since a 11g R2 database. However, before you do anything, I need to give access to the web service by adding the web service to the access control list (ACL).

    I want to test the web service is full here: http://www.service-repository.com/service/overview/-1789095104

    This is a free WS, you can use to test the code WS.  The endpoint is http://www.w3schools.com/webservices/tempconvert.asmx

    Therefore, adding www.w3schools.com to list ACL will be fine, I think? Am I wrong?

    I tried the method below but I get this error and the user guide is not clear what to do.

    SQL > exec dbms_network_acl_admin.assign_acl (LCD = > 'temp_ws1.xml', host = > 'www.w3schools.com');

    BEGIN dbms_network_acl_admin.assign_acl (LCD = > 'temp_ws1.xml', host = > 'www.w3schools.com'); END;

    *

    ERROR on line 1:

    ORA-31001: handle or path of the invalid resource name ' / sys/acls/temp_ws1.xml '.

    ORA-06512: at "SYS." DBMS_SYS_ERROR', line 86

    ORA-06512: at "SYS." DBMS_NETWORK_ACL_ADMIN', line 94

    ORA-06512: at "SYS." DBMS_NETWORK_ACL_ADMIN', line 479

    ORA-06512: at line 1

    Any help would be greatly appreciated.

    This,

    host-online "www.w3shools.com."

    is not the same thing as this,

    host-online "www.w3schools.com".

  • How to call a Web service with more than 1 parameter value?

    I have a Web service with a query as an array of String parameter.
    In an invoing xml, it should looks like:

    < GetPersonsData_Request >
    < application >
    < PersonIdList >
    < string 111 > < / string >
    < string > 222 < / string >
    < string > 333 < / string >
    ...
    < / PersonIdList >

    A problem I have:
    How can I assign a different value to this list?

    I posted the first element directly and then tried to add a new with append:
    < bpelx: Add >
    < bpelx: a > '12345' < / bpelx: go >
    < bpelx: to > $GetPersonsData_Request.parameters/ns2:request/ns5:PersonIdList < / bpelx: to >
    < / bpelx: Add >

    I get:
    < GetPersonsData_Request >
    < application >
    < PersonIdList >
    < string 111 > < / string >
    "12345".
    < / PersonIdList >
    < / request >

    Added as a single string, not as a structural element.

    What did I miss?

    I think that now your faced with a problem of namespaces because the element added is not the namespace of the element of the 'old' chain
    you don't have an element definition in your xsd that represents the element in your payoad?

    http://download.Oracle.com/docs/CD/E12483_01/integrate.1013/b28981/manipdoc.htm#CIHDGBGA
    http://oraclebpelindepth.blogspot.com/2008/09/arrays-in-bpel_21.html (search for bpelx: Add)

  • How to deploy the web service PAPI

    I am new to OBPM.
    I use BPM studio 10.3 to create processes.
    I set the preferences of the engine "from PAPI web services." This works.
    But I do not know how to deploy them to web services PAPI since the BPM web service console shows that no service is deployed.

    Please tell me how to deploy BPM processes.

    Thank you very much

    Published by: YE on March 27, 2009 09:58

    To expose processes that Webservice, please follow the steps below.
    Just click on process--> select process Webservice then it will open a new window, and then specify the name of the corresponding input parameter Web service method.

    Then build the application and test the service by clicking on the icon LaunchDeployedWebServiceswebapp in Eclipse, it will open the new window, it contains information about Web service, URL endpoint to access the WSDL Style HTTP WS, WS-Security authentication basic authentication.

    Thank you best regards &,.
    M.Kumaraswamy.

  • How to call the GET_SEARCH_RESULTS service in the filter

    Hi Experts,

    I wrote a custom filter and in the filter, I'll call service GET_SEARCH_RESULTS. But I am getting following error:
    intradoc.data.DataException:! csNoServiceDefined, GET_SEARCH_RESULTS
    at test.notification.ExpirationNotification.executeService(ExpirationNotification.java:195)
    at test.notification.ExpirationNotification.doCustomDailyEvent(ExpirationNotification.java:112)
    at test.notification.ExpirationNotification.doFilter(ExpirationNotification.java:51)
    at intradoc.shared.PluginFilters.filter(PluginFilters.java:92)
    at intradoc.server.ScheduledSystemEvents.checkScheduledEvents(ScheduledSystemEvents.java:161)
    to intradoc.server.IdcSystemLoader$ 13.handleManagerEvent(IdcSystemLoader.java:2411)
    to intradoc.server.SubjectManager$ 1.run(SubjectManager.java:92)


    Here is the code:


    / public class ExpirationNotification implements FilterImplementor
    {
    public int doFilter (ws, eventData, ExecutionContext cxt DataBinder workspace)
    get DataException, ServiceException
    {
    try {}
    Action string = eventData.getLocal ("action");
    If (action! = null & & action.equals ("CustomExpNotifyEvent"))
    {
    doCustomDailyEvent (ws, eventData, cxt);

    Back to CONTINUE;
    }

    } catch (Exception e) {e.printStackTrace () ;}
    Back to CONTINUE;
    }

    protected void doCustomDailyEvent (ws, DataBinder eventData workspace,
    ExecutionContext cxt) throws ServiceException, DataException
    {
    Update ("CustomExpNotifyEvent", "CustomExpNotifyEvent event began...", ws);
    Try
    {
    DataBinder serviceBinder = new DataBinder();
    serviceBinder.putLocal ("QueryText', ' dOutDate > ' < $dateCurrent () $ > ' < AND > dOutDate < '< $dateCurrent (30) $ >'" "'");
    serviceBinder.putLocal ("IdcService", "GET_SEARCH_RESULTS");
    executeService (serviceBinder, "sysadmin", false);
    ResultSet results = serviceBinder.getResultSet("SearchResults");
    }
    } catch (Exception e) {e.printStackTrace () ;}
    Update ("CustomExpNotifyEvent", "CustomExpNotifyEvent finished successfully," ws ");
    }

    Protected Sub update (String msg, String action, workspace workspace) survey ServiceException, DataException
    {
    long curTime = System.currentTimeMillis ();
    ScheduledSystemEvents sse = IdcSystemLoader.getOrCreateScheduledSystemEvents (workspace);

    sse.updateEventState (action, msg, curTime);
    }

    protected void trace (String str)
    {
    SystemUtils.trace ("scheduledevents", "- custom-" + str);
    }
    Public Shared Workspace getSystemWorkspace()}
    Workspace workspace = null;
    WsProvider provider = Providers.getProvider ("SystemDatabase");
    If (wsProvider! = null)
    workspace = wsProvider.getProvider ((workspace));
    Returns the workspace;
    }

    /**
    To get information about a user. Only the "userName" parameter must be
    * non-null.
    */
    public static getFullUserData (String userName, cxt ExecutionContext UserData,
    Throws of Workspace ws) DataException, ServiceException {}
    If (ws is nothing)
    WS = getSystemWorkspace();
    UserData userData is UserStorage.retrieveUserDatabaseProfileDataFull (name of user, ws, null, cxt, true, true);.
    return userData;
    }

    ' Public Sub executeService (linking DataBinder, String userName,
    Boolean suppressServiceError) throws DataException,
    ServiceException {}
    get a connection to the database
    Workspace workspace = getSystemWorkspace();
    Look for a value of IdcService
    String cmd = binder.getLocal ("IdcService");
    If (cmd is nothing)
    throw new DataException("!csIdcServiceMissing");
    get the service definition
    ServiceData serviceData = ServiceManager.getFullService (cmd);
    System.out.println(cmd+"...serviceData---"+serviceData);
    If (serviceData is nothing)
    throw new DataException (LocaleUtils.encodeMessage)
    " ! csNoServiceDefined', null, cmd));
    create the object for this service
    The service = ServiceManager.createService (serviceData.m_classID, workspace, null, Binder, serviceData);
    Get the data from the full user of this user
    {if (service.getCachedObject ("propFile") == null)}
    UserData fullUserData = getFullUserData (username, service, workspace);
    service.setUserData (fullUserData);
    Binder.m_environment.put ("REMOTE_USER", username);
    ServiceException error = null;
    try {}
    init service do not return HTML
    service.setSendFlags (true, true);
    create the ServiceHandlers and producers
    service.initDelegatedObjects ();
    do a safety check
    service.globalSecurityCheck ();
    prepare for service
    service.preActions ();
    run the service
    service.doActions ();
    perform a cleanup
    service.postActions ();
    store new data customization
    service.updateSubjectInformation (true);
    service.updateTopicInformation (binder);
    } catch (ServiceException e) {}
    error = e;
    } {Finally
    Delete all temporary files.
    service.cleanUp (true);
    workspace.releaseConnection ();
    }

    handle any error
    If (error! = null) {}
    If {(suppressServiceError)
    error.printStackTrace ();
    If (binder.getLocal ("StatusCode") == null) {}
    binder.putLocal ("StatusCode", String
    .valueOf (error.m_errorCode));
    binder.putLocal ("StatusMessage", error.getMessage ());
    }
    } else {}
    throw new ServiceException (error.m_errorCode, error
    (. getMessage());
    }
    }
    }
    }

    Published by: user4884609 on November 5, 2012 17:05

    1 are you sure that the filter you can call occurs AFTER the idc services are loaded?

    2. What is a filter of SystemScheduledEvent type? There is a filter 'scheduledSystemEvent '. Could you have mixed the two?

  • How to start the web service

    Need to use the web server or to publish web pages, is there anywhere to start easily, thank you.

    Help-> find examples - > LV Queue Server

    /Y

  • Call the Web service method

    Hello
    I use a webservice in my Flex 2 project:
    "" < mx:WebService id = "WStest" wsdl = " http://192.xxx.x.xx/Service.asmx?WSDL" showBusyCursor = "true".
    < mx:operation name = "Test_me" result = "test ()" >
    < mx:request >
    < int > 0 < / int >
    < / mx:request >
    < / mx:operation >
    < mx:operation name = "OperatorExists" fault = "faultHandler (event)" resultFormat = "xml" > "
    < mx:request >
    < name > aaa < / name >
    <>aaa password < / password >
    < / mx:request >
    < / mx:operation >
    < / mx:WebService >
    "Test_me()' method works if I write" WStest.Test_me.send (0). I would like to know how can I call 'OperatorExists' method with 2 parameters? I tried with WStest.OperatorExists.send('aa',aaa'), WStest.OperatorExists.send(aaa,aaa) and WStest.OperatorExists.send(name:"aaa",password:'aaa'), but still no results. This method should return 'true' if the user name and password are good and "false" if not.
    Pleas help me if you can.
    Thank you
    Tudor

    I use:

    http://somewhere.in.Holland:50100/WSDL/mios_GetDataForView_Request_V6_1.wsdl ".
    ID = "myWebservice".
    result = "handleResult (Event)" "
    showBusyCursor = "true".
    Fault = "handleFault (Event)" "
    >



    {aanvraagproces_id}
    1
    120



    and then:

    private void DoInitialization (): void {}
    aanvraagproces_id = parameters.id;
    Model.aanvraagprocess_id = parameters.id;
    myWebservice.mios_GetDataForView_Request ();
    }

Maybe you are looking for

  • C4795 HP printer does not print in the browser firefox, but in IE

    I have a printer HP C4795 and HP windows 7 and the printer will not work with firefox. It works fine in IE. I had trouble with firefox crashing yesterday so I uninstalled and reinstalled and printer does not work. has worked in firefox before my test

  • LaserJet M1212nf ADF does not pick it up when scanning of the Acrobat PDF document

    I recently bought this multifunction machine.  The software installed without any problems.  When you copy, the documents are taken from the ADF correctly, but if I use Adobe Acrobat to scan from the computer in PDF format, it does not appear to reco

  • Example rule for WebMonitor on Foglight 5

    Hello dear members, I'm looking for an example rule for WebMonitor agent. Kind regards David

  • GRE tunnel

    Hi - I'm trying to understand how the network described in the configuration http://pastebin.com/fM40vxcG is structured. I'm fighting for work on how I am connected to 10.144.254.1 before building a gre tunnel by using the node as a tunnel destinatio

  • Crash applications Windows 8 immediately after the opening

    None of the Windows 8 applications will load completely. After clicking on an application, the loading screen appears for about a second, and then it returns to the menu (metro). I still see these apps as open in the left bar. This happens at all in