Test a REST based Web Service for Oracle R12.2.3

Using the Oracle Support document,

Installation of Oracle E-Business Suite integrated SOA Gateway, version 12.2 (Doc ID 1311068.1()

I was able to deploy the REST web service based to FND_USER_PKG as FndUsrPkgSvc.

I am able to view the file w.


How once on the test REST based Web service?


There is everything by deploying a REST Service Secuirty next note

How this only plays a role in testing the web service.



REST service security

REST Web service is secure basic authentication HTTP to the HTTP Transport level. Send any of the following in the "Authorization" header according to the basic HTTP scheme:

-Username:Passwod

-Security token.

Tip: Use connection Service to get a token of security for account taken of the user credentials.



Thank you

Rohit



The guidance provided in the Guide of the SOA (156 Pg) developer are very useful, and once followed step by step allows not only to deploy, but also test the REST web service.

Rohit-

Tags: Oracle Applications

Similar Questions

  • CI based Web Service error handling

    Hello

    I use a CI based web service to update my ps tables. Now, I have a requirement to capture the request and response messages in a table / how to get the request message?

    PeopleSoft already collects it for you.

    You can retrieve the request and response xml by using the method GetSyncLogData in the class IntBroker
    PeopleSoft also uses that you submit the request and response xml in services monitor.

    Line of code in the pageactivate of AMM_RAWXML4
    + & str = %IntBroker.GetSyncLogData (AMM_SYNCLIST. GUID, decodelogtype (AMM_DERIVED. LOGTYPE), False); +

    You can retrieve the TransactionID (first parameter) by running a select statement on PSIBLOGHDR where IB_OPERATIONNAME = 'YOUR_CI_SERVICE_OPERATION_NAME. '

    PeopleBooks on this method:
    http://docs.Oracle.com/CD/E28394_01/pt852pbh1/Eng/psbooks/TPCR/book.htm?file=TPCR/htm/tpcr27.htm#57248C9C_1355AB6F02A_6CF7

    Syntax
    GetSyncLogData (TransactionId, LogType % [, Archive])

    Description
    Use the GetSyncLogData method to return a log containing information about the specified synchronous message.
    You can use this information for debugging. Using this method, you can get the data request and response to a synchronous request, before and after the transformation.
    This function is used in PeopleCode for the Message monitor.

    Parameters
    TransactionId
    Specify the ID of the published message transaction.
    LogType
    Specify the type of log that must be returned, depending on the type of message. See below for valid values.
    Archives
    Specify whether to retrieve logs archived as well. This parameter takes a Boolean: true to return archived newspapers, false otherwise. The default value is false.

    For the LogType parameter, valid values are:
    Constant value
    Description
    % Sync_RequestOrig
    Gets the log for a data sync original request message.
    % Sync_RequestTrans
    Gets the log for a message of transformed data synchronization request.
    % Sync_ResponseOrig
    Gets the log for a data sync original response message.
    % Sync_ResponseTrans
    Gets the log for a message of transformed data from reply sync.

    Returns
    An XML string containing the log data.

  • Native web services in Oracle 11 g

    Y at - there no official explanation on how to configure and create native web services to Oracle 11 g and how to properly secure these services? Since Oracle APEX now supports web services use SOAP and REST, it makes sense to have more explanation on creating and securing web services. As know many PL/SQL programmers, it isn't always an easy task to develop web services in jDeveloper to work with databases - with all of these technologies to Add on as jPublisher/Toplink to get the job of things. It is not easy to get the 'How to' guide on creating and securing of the native web services in Oracle 11 g.

    Thank you.

    Andy

    Hello.

    If you are still looking for this answer, you can try this.

    http://www.Oracle-base.com/articles/11g/native-Oracle-XML-DB-Web-services-11gr1.php

    The article has links to documentation and other resources at the bottom.

    See you soon

    Tim...

  • How can I register a web service for BSE without JDeveloper?

    We use Oracle SOA Suite 10 g (10.1.3.3). We try to find a way to register a web service for BSE without using JDeveloper. All the docs and examples using JDeveloper. Everyone was able to do it with any other IDE or manually? If so, can you point me to this process?

    Thank you
    J

    When you deploy BPEL with JDeveloper processes are automatically enroll in BSE. If you want to do this without JDeveloper, you should use ANT, or BPELC / OBANT tool. These tools compile and deploy the process for the BPEL PM and register for BSE.

    http://orasoa.blogspot.com/2008/05/build-tool-deploy-AIA-BPEL-ESB-Java.html

    Marc

  • A web service for windows authentication

    Hello
    I have a number of web services on a windows server.
    These web services are for a program client (in vb.net), access and retrieve data.
    This client program are launching for the PC of the individual user.
    The above configuration is in a windows domain.
    Currently, web services allow anonymous access. This means that anyone in the Organization, with the correct URL is able to trigger the web service.
    We are asked to remove anonymous access and all forms authentication configuration.
    Questions

    1. What is the best practice for configuration for a web service for windows authentication.

    2. We also have a couple of unix servers. They are required to access the web services (with the correct authentication). How can I get a cross-environment configuration?
    Thanks in advance.

    Hey Wee Hoe Chiang,

    The question you have posted is related to Windows Server and would be better suited to the TechNet community.

    Please visit the link below to find a community that will provide the support you want.
    http://social.technet.Microsoft.com/forums/en-us/category/WindowsServer

    I hope this helps.

  • Basic authentication for the WSDL Web Service for load test

    I am trying to load test a web service; the URL of the WSDL is behind a user name and password using http basic authentication. I can add the URL of the WSDL without problem with the user name and password, but when I read the script, I receive a "401 Unauthorized" errors

    I looked at the preferences > recording > Web Services > the Proxy Configuration, and then refer you to the preferences > recording > HTTP > the Proxy settings. I also looked at similar settings under Preferences > reading.

    I'm running OpenScript (9.1), how to configure it...?

    Thank you very much!

    KM

    Published by: KM 14 Sep, 2011 12:12

    Hello

    You can right click on the section to initialize your script and then:

    Add-> other-> HTTP-> authentication.

    You need 3 parameters:

    A - http://someurl - url that will authenticate any url that contains the http://someurl string for example http://someurl.com/index.html
    A password
    A user

    The following code should be added in your script:

    http.addAuthentication("http://someurl", "username",
                        deobfuscate("5blNah5kX/XuZnepYwInFw=="));
    

    Hope this helps

    Alex

  • 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.

  • How to invoke Web service for each row of a result?

    Hello
    I have an application that has a report on my old system tables. But for every line of this request, I have to go to Oracle EBS and return a value. The simple approach would be to create a link of database between these 2 databases, but for reasons of security in my company, which is not allowed. So, I built a Web service based on a PL/SQL function stored in the database of the EBS. The Web service has been tested and it works very well. This webservice takes 2 parameters, and returns a number. I would like to call it for each line of the report query result, the parameters passing the columns of the query. Is this possible?
    Thanks in advance!

    Published by: Ygorc on December 17, 2009 16:09

    No, I suggested me not to use UTL_DBWS. Flex-ws-api is... Jason Comment should I say... much more flexible, functional and reliable.

    Tyler Muth
    http://tylermuth.WordPress.com
    [Oracle security application: development of secure database and Middleware environments | http://sn.im/aos.book]

  • Create the web service for foreign service composite of soa

    Hello

    only a few things to know.

    Worth better tick: copy wsdl and its dependend in the project artifacts?

    Which option to choose in Participation of the Transaction?

    Tryng to create a Web service to call a service proxy on OSB.

    Thank you.

    Fairlie

    Fairlie,

    Here you can find details on the transaction of participation parameter values - http://docs.oracle.com/cd/E25054_01/dev.1111/e10224/sca_bindingcomps.htm.

    This setting basically said if the appeal service should participate in the transactions of the process (if there is). If you want to keep the transactionality between the process and the OSB service, you'd better direct soa user liaison who takes in charge transactions. If you the OSB is transactionless, you can leave it blank.

    With respect to the WSDL, I would avoid the copy, but you should interest you when you deploy your process between different environment, for example, test, and production. In this case, you provide the configuration level to replace the URL of the WSDL for production test.

    See you soon,.

    Anatoli

  • How to access AAU Web Service in Oracle.

    Hi all

    I try to call the AAU Web Service (CheckIn.wsdl) using oracle.
    But these web services are the name of user and password secure and expected.
    Someone has an idea to pass the name of user and password based on the oracle.

    My Code: -.

    CREATE OR REPLACE FUNCTION checkin (dDocName IN VARCHAR2, dDocTitle IN VARCHAR2, dDocType IN VARCHAR2,
    dDocAuthor IN VARCHAR2, dSecurityGroup IN VARCHAR2, dDocAccount IN VARCHAR2,
    primaryFile IN VARCHAR2)
    Return number
    AS
    l_service SYS. UTL_DBWS.service;
    l_call SYS. UTL_DBWS. Call;
    newurl VARCHAR2 (32767).
    l_wsdl_url VARCHAR2 (32767).
    l_namespace VARCHAR2 (32767).
    l_service_qname SYS. UTL_DBWS. QName;
    l_port_qname SYS. UTL_DBWS. QName;
    l_operation_qname SYS. UTL_DBWS. QName;
    l_xmltype_in SYS. XMLTYPE;
    l_xmltype_out SYS. XMLTYPE;
    BEGIN
    l_wsdl_url: = ' http://localhost:16200 / cs/groups/fix/wsdl/custom/CheckIn? WSDL ";
    l_namespace: = 'http://www.stellent.com/CheckIn/ ';
    l_service_qname: = SYS. UTL_DBWS.to_qname (l_namespace, ' CheckIne);
    l_port_qname: = SYS. UTL_DBWS.to_qname (l_namespace, 'CheckInSoap');
    l_operation_qname: = SYS. UTL_DBWS.to_qname (l_namespace, 'CheckInUniversal');
    l_service: = SYS. () UTL_DBWS.create_service
    wsdl_document_location = > URIFACTORY.getURI (l_wsdl_url).
    service_name = > l_service_qname);
    l_call: = SYS. () UTL_DBWS.create_call
    service_handle = > l_service,
    port_name = > l_port_qname,
    operation_name = > l_operation_qname);
    l_xmltype_in: = SYS. XMLTYPE ("<?") XML version = "1.0" encoding ="utf - 8"? >
    "< CheckInUniversal xmlns =" "|" l_namespace | "" >
    < VARCHAR2 > ' | dDocName | ' < / VARCHAR2 >
    < VARCHAR2 > ' | dDocTitle | ' < / VARCHAR2 >
    < VARCHAR2 > ' | dDocType | ' < / VARCHAR2 >
    < VARCHAR2 > ' | dDocAuthor | ' < / VARCHAR2 >
    < VARCHAR2 > ' | dSecurityGroup | ' < / VARCHAR2 >
    < VARCHAR2 > ' | dDocAccount | ' < / VARCHAR2 >
    < VARCHAR2 > ' | primaryFile | ' < / VARCHAR2 >
    (< / CheckInUniversal > ');
    l_xmltype_out: = SYS. UTL_DBWS. Invoke (call_Handle = > l_call,)
    request = > l_xmltype_in);
    SYS. UTL_DBWS.release_call (call_handle = > l_call);
    SYS. UTL_DBWS.RELEASE_SERVICE (service_handle = > l_service);
    END;

    Is compiled successfully.

    Whenever I'm running using
    SELECT the checkin ('WEBSERVICE009', 'WEBSERVICE009', 'Document','weblogic','Private','IT/EBA/Distributor_testuser','D:/ucmfiles/test_WebService_11.txt') FROM dual;

    He expects the name of user and password...

    Anyone with an idea.

    If you use apex, you have access to the wwv_flow_web_services package that has all the procs, you need to do this work. Otherwise, you can use flex_ws_api, which, although a bit outdated, should always work. This can be found at: http://jastraub.blogspot.com/2009/11/flexwsapi-no-on-samplecodeoraclecom.html

    I hope that will get you the start you need. Don't forget soapUI. This has proved to be very useful for my development just to prove that something works. It becomes a very simple way, when I often hear, "UCM does not work... '. ».

    Check-In

    -- Modify and create select that will get filename and content from a table.
    -- set serverouput on
    -- make sure flex_ws_api package is installed in same schema that you run this.
    declare
     l_filename varchar2(100);
     l_login varchar2(20);
     l_ddocname varchar2(20);
     l_BLOB BLOB;
     l_CLOB CLOB;
     l_envelope CLOB;
     l_response_msg varchar2(32767);
    begin
      select name, content, ddocname
      into l_filename, l_BLOB, l_ddocname
      from pdfs
      where id = 1;
    
      l_login := 'kalee';
      l_CLOB := flex_ws_api.blob2clobbase64(l_BLOB);
    
      l_envelope := '';
      l_envelope := l_envelope || '';
      l_envelope := l_envelope || '';
      l_envelope := l_envelope || '  ';
      l_envelope := l_envelope || '     ';
    
      if length(ltrim(rtrim(l_ddocname))) > 0 then
        l_envelope := l_envelope || '        '||l_ddocname||'';
      end if;
    
      l_envelope := l_envelope || '        '||l_filename||'';
      l_envelope := l_envelope || '        WebContent';
      l_envelope := l_envelope || '        '||l_login||'';
      l_envelope := l_envelope || '        Public';
      l_envelope := l_envelope || '        WebContent';
      l_envelope := l_envelope || '        ';
      l_envelope := l_envelope || '           ';
      l_envelope := l_envelope || '              xDCSDProfileTrigger';
      l_envelope := l_envelope || '              WebContent';
      l_envelope := l_envelope || '           ';
      l_envelope := l_envelope || '        ';
      l_envelope := l_envelope || '        ';
      l_envelope := l_envelope || '           '||l_filename||'';
      l_envelope := l_envelope || '           '||l_CLOB||'';
      l_envelope := l_envelope || '        ';
      l_envelope := l_envelope || '     ';
      l_envelope := l_envelope || '  ';
      l_envelope := l_envelope || '';
    
      l_xmltype := flex_ws_api.make_request(
        p_url               => 'https://ucmdev.dcsdk12.org/_dav/cs/idcplg',
        p_action            => 'http://www.stellent.com/Search/',
        p_envelope          => l_envelope,
        p_username          => 'admin',
        p_password          => 'password',
        p_wallet_path       => 'file:/u01/app/oracle/admin/SADD/wallet',
        p_wallet_pwd        => 'walletpassword'
      );
    
      l_response_msg := flex_ws_api.parse_response(p_collection_name=>'STELLENT_CHECKIN',p_xpath=>'//idc:CheckInUniversalResponse/idc:CheckInUniversalResult/idc:StatusInfo/idc:statusMessage/text()',p_ns=>'xmlns:idc="http://www.stellent.com/CheckIn/"');
    
      dbms_output.put_line(l_response_msg);
    exception
      when others then
        dbms_output.put_line(l_response_msg);
        raise;
    end;
    /
    

    Search

    declare
      l_envelope CLOB;
      l_xmltype XMLTYPE;
      l_response varchar2(100);
      ecode NUMBER;
      emesg VARCHAR2(200);
      cursor searchresults_cur(p_xmltype xmltype) is
        SELECT
          extractvalue(column_value, '/idc:SearchResults/idc:dDocName','xmlns:idc="http://www.stellent.com/Search/"') DOCNAME,
          extractvalue(column_value, '/idc:SearchResults/idc:dDocTitle','xmlns:idc="http://www.stellent.com/Search/"') DOCTITLE
        FROM TABLE(XMLSequence(p_xmltype.extract('//idc:QuickSearchResponse/idc:QuickSearchResult/idc:SearchResults','xmlns:idc="http://www.stellent.com/Search/"')));
      searchresults_rec searchresults_cur%ROWTYPE;
    
    begin
      l_envelope := '';
      l_envelope := l_envelope || '';
      l_envelope := l_envelope || ' ';
      l_envelope := l_envelope || ' ';
      l_envelope := l_envelope || '  ';
      l_envelope := l_envelope || '   dDocAuthor <matches> `kalee`';
      l_envelope := l_envelope || '  ';
      l_envelope := l_envelope || ' ';
      l_envelope := l_envelope || '';
    
      -- dbms_output.put_line('(soapenv)='||l_envelope);
    
      l_xmltype := flex_ws_api.make_request(
        p_url               => 'https://ucm.yourdomain/_dav/cs/idcplg',
        p_action            => 'http://www.stellent.com/Search/',
        p_envelope          => l_envelope,
        p_username          => 'admin',
        p_password          => 'password',
        p_wallet_path       => 'file:/u01/app/oracle/admin/DATABASESID/wallet',
        p_wallet_pwd        => 'walletpassword'
      );
    
      -- dbms_output.put_line('(xml)='||substr(l_xmltype.GetClobVal(),1,2000));
    
      open searchresults_cur(l_xmltype);
      loop
        fetch searchresults_cur into searchresults_rec;
        exit when searchresults_cur%NOTFOUND;
        dbms_output.put_line('(dDocName)='||searchresults_rec.DOCNAME||' (dDocTitle)='||searchresults_rec.DOCTITLE);
      end loop;
      if searchresults_cur%ROWCOUNT = 0 then
        dbms_output.put_line('No records found!');
      end if;
      close searchresults_cur;
    
    exception
      when others then
        ecode := SQLCODE;
        emesg := SQLERRM;
        --insert into log_table (code,message,info) values (0,TO_CHAR(ecode) || '-' || emesg,'.CheckinDocument emesg');
        --commit;
        raise;
    end;
    /
    
  • Integration of Web services in Oracle e-Business 11g1.1.14 JDev

    Hello

    Could someone please help me out with the technique suitable in this regard...

    I created a JDeveloper ADF application which deploys currently use / consume web services from one of my instances of Oracle e-Business. I have outlined some by the filing of the integration of the API and you can see in JDEV.

    To create the web service (via the Wizard), I entered an address for the WSDL file. However, this address is specific to the instance of the application.

    When I migrate / deploy my application in other environments, for example from Dev to Test, I'm sure that the Web Service will always be to 'point' to my instance of development about 99.9%.

    Is the best practice for editing each WebService as I migrate through environments? Or is this now touch on the field of areas outside the scope of this forumn?

    Once again, looking for tips / directions not a complete solution... happy to do my own research it myself.

    Thanks in advance if anyone can help.

    See you soon,.

    Simon

    Read this:
    http://blogs.Oracle.com/ADF/2011/02/changing_endpoint_url_for_a_web_service_data_control.html

    And you can also use a deployment plan:
    http://kingsfleet.blogspot.com/2008/12/controlling-what-service-proxy-uses-at.html

  • With the help of an activity to run Web services for webservice secure.

    Hi when I try to use the activity run the Web Service, I get the error "' object Refrence not set by an object" . " My WSDL needs a credentials for acess.

    Can any one done in the face of the question before? Please help with resolution.

    Please find the attached images of W.F.

    Concerning

    REDA

    Normally, I saw this error when a field is missing entry or is not a valid XML code or something to that effect.

    I do a ton of work web based services and I never use the Execute. It is slower and I prefer to write my own web calls.

    To use the http web request for your case I would download and use SOAP UI.

    Load the WSDL in SOAP UI and it will help you to configure web calls that you can then transfer it to the http web request.

    If you need more information, I suggest you check some of my blogs. I have abit blog on custom creation and such.

    -shaun

  • Web service for private cloud OPA connectors

    Hello

    1. is there a pre-configured for Oracle HCM web services connector? The documentation (which is a web service connection?) specifies that "predefined web service connectors are available for some Oracle applications."

    2 are PL/SQ skills necessary to query and update the data source (Oracle), or the structure of connectors contains of classes/methods/etc, that to do this at a higher level (i.e. just by specifying the details of db connection & fields)?

    I am aware of the example of project (that I'll study in parallel), but just ask quickly here as well.

    Thanks in advance,

    Razvan

    I'm not aware of a web services connector pre-built from Oracle for HCM, but it is possible that there is something developed by a partner of Oracle.

    The structure of connectors is really an architecture and a set of definitions of the web services any connector must support. It is possible to build a connector that uses the JDBC API, PL/SQL, other Java API, or call other web services. The main requirement is that it should provide a mapping to something that resembles the structure of the Table/column/line/field expect web services of the OPA.

  • Impossible to activate the HP Web services for my HP Laserjet 200 MPF M276nw color

    Kindly help, I tried to update the firmware, but still my web services will not turn on.

    RGS

    G

    Hi GayleneC,

    Thank you for the update and additional information.  I really appreciate it.

    You indicated that you tried to update the firmware, I wonder because the printer is not connecting to web services that is may not have logged in to check the updates of the firmware.  I have included two links, one is for the Windows of HP LaserJet Pro Series Firmware Update Utility version , the other is for the Mac version of the HP LaserJet Pro Series Firmware Update Utility. Please choose your operating system and we will try and update the firmware without using the front panel of the printer.

    After you run the firmware update utility, please disable IPv6 wireless via built-in web server.  Please follow the steps below:

    1. To open the HP embedded Web server, type the IP address of product in a Web browser address line. When it opens, it should look like the screenshot below.

    2. Please click on the 'Network' tab as highlighted in the screenshot above.

    3. Please click on 'Advanced' in the side menu on the left as indicated above. Please disable IPv6 and click 'apply '.

    4. Please click on the "HP Web Services" tab.

    5. Please click on the button "activate". Print the newsletter of Web Services.

  • Web service for a more specific class when compiling

    Hello

    I just started using labview generator of the user Web interface and I have a problem when I generate the project.

    I recover data with the service and all works well when the application runs in the generator of the user Web interface of labview environment.

    But when I build the project, the Web API service is not recover my data. After a few debbuging, it seems that the problem comes from the block 'Parse Web Services', which returns nothing.

    Someone has an idea?

    Thank you

    I called the support OR and the response was:

    Name of the object should never have special characthers as e, to, o (in french) etc...

    The reason is that the application is generated by a server OR English on the web.

    So for the french, think of never having name determined that contains special characters.

    Otherwise, the application will run in the development environment but not after compilation by the server OR.

    Good bye

Maybe you are looking for