PeopleSoft and Google Places API Web Service

Hello

I did proof of Concept using 'Google Places API Web Service' in PeopleSoft.

This POC and to offer something quick, I used card Mobile Application Platform.

I am very satisfied with this result, and now I will test in fluid and Standard pages.

2016-02-17_09h24_15.png

Hello

If your server is internal, just connect your mobile phone to your desktop, WIFI and you can log into PeopleSoft.

PeopleSoft Mobile Application Platform is dedicated to smartphones or compressed, there will be no problem to display pages there. Now there are also mobile menus, so it is easy to navigate on a small device.

Courses if you need you can expose a Web server on the internet and you can join some of your PeopleSoft from Internet services.

About Google API you must register and obtain a developer or an official account. You can then past that the Javascript API calls in your pages of map of PeopleSoft.

Your PAges will be improved with the Google MAPS API as shown in the photo.

I hope this helps.

Stéphane.

Tags: Oracle Applications

Similar Questions

  • Change the password using API web services?

    I can create and update users using Adobe Connect API web services, but how do I change the password of a user?

    I use the API "principal-update" that has a setting of password, but according to the documentation, it is only used for new users... not the users.

    So exactly how to change user password using the web services?

    Hello

    There is an API that can be used to change the password: user-update - pwd

    Format of the API :

     

    http://server_name/API/XML?action=user-update-pwd&user-ID=integer&password-old=string&pass = word string - string verify password = & session = BreezeSeesionCookieValue.


    Hope this helps!

    Thank you

    Nikhil

  • BlackBerry API Web services 12 - compatibility with version 10

    Hello

    Plan ahead here... I'll build a set of web pages that perform functionality admin for BES 5/6 and 10 BES using BlackBerry web services. I would like to understand what changes, if any if to do when BES 12 happens. The API will remain the same? What changes, if any there? There may be additional features that could be useful?

    Thank you

    John

    Hey John,

    Although I expect that there are features of addtitional, BES12 documentation has not been published, so the list of features is still not yet public. Regarding Webservice of Blackberry, I don't foresee much change to the existing list of APIs with the new version, the transition should be as transparent it would go BWS with BES 5 BWS on 10 BES.

  • Runtime error in workflow using the API Web service with a VC:VirtualMachine parameter

    Hello

    I took the example for the execution of a workflow using powershell via the site Web of Joerg Lew Web service API and changed to pass an input parameter to the name of the Virtual Machine.

    I have no error in powershell, but when I check the events for the workflow in Orchestrator I see it failed with the error "Validation error for the parameter"vm". It's using out of the box "Start virtual machine and wait" stream  Is a problem with a virtual machine name is paid as a string? I tried to use the full name of the virtual machines and the ID.  I have provided the code below.  Can someone help with how to get this working?

    $vcoWS = new-WebServiceProxy-VCO, VCO - Namespace - Uri of the class http://192.168.1.65:8280 / vmware-vmo-webcontrol/webservice? WSDL
    $workflows = $vcoWS.getWorkflowsWithName ("Start the virtual machine and wait", "vcoadmin", "vcoadmin")
    $workflow = $workflows [0]
    # print the input parameters
    $workflow.inParameters
    # generates the table with input parameters (WorkflowTokenAttribute - objects)
    $inparams = @)
    # fill in the table, an entry for each input parameter
    $inparams += new-Object - TypeName VCO. WorkflowTokenAttribute
    $inparams [0] .name = "VM".
    $inparams [0] .Guy = "VC:VirtualMachine."
    $inparams [0] .value = "vm-113.
    #... turns on and off (use $null on $inparams if the workflow has no input parameter
    #... und implement
    $workflowToken = $vcoWS.executeWorkflow ($workflow.id, $inparams, "vcoadmin", "vcoadmin")

    Thank you

    David

    Hi David,

    > game $inparams [0] = "VC:VirtualMachine".

    This means that the type of entry for this workflow is an object of type 'VC:VirtualMachine '. So, passing the name of the virtual machine would not work. The expected value for such an entry is the string representation of an object which, in the case of the vCO is a unique object identifier. The object id unique vCO looks like this:

    dunes://service.dunes.ch/CustomSDKObject?ID= "15.23.34.34/vm-590'&dunesName='VC:VirtualMachine".

    but you don't need to know this (technically, if you know the ip address of the vCenter and the id of the virtual machine can be built but is not a recommended practice).

    The right way to find the string representation of the object "VC:VirtualMachine" with the name you need to do a few more things. I'll do the example in java and it should be easy to turn into powershell.

    QueryResult result = vcoWS.find ("VC:VirtualMachine", "xpath:name = \" vm-113\ "", username, password);

    String stringObjectRepresentation = null;

    If (result.getTotalCount () > 0) {}

    FinderResult = result.getElements () FinderResult [0];

    stringObjectRepresentation = finderResult.getDunesUri ();

    }

    Thus, the stringValue should be attributed to the line:

    $inparams [0] .value = stringObjectRepresentation

    Hope it will help.

    Without doubt, Joerg would be able to illustrate this solution with powershell later ;-)

  • Is it possible to recover data using the Eloqua API web service for submission of form?

    I want to recover the data of contact of a form. I couldn't find examples on the webhelp API, and therefore, do not know if this is possible.

    Hello Shashank!

    Yes you can certainly do with the API.  You must save the data report to send a form as a saved report. You can then use Eloqua DTS (data transfer service) wsdl to generrate a url that is a link to the report.  Your system can then consume the URL and get the data in the report.

    The applicable methods are

    Overview of the operations data Export

    InitializeDataExport

    DataExportStatus

    GetDataExportURL

    I hope that helps!

    If you want more etailed information please submit a ticket to support, and we will be happy to help you.

    Best regards

    Dave Seaton

  • CallResponders and success with the Web Service tests

    You'll notice in my code below how I have save the user data I want to save them button enabled to false.  But what happens if the save fails on the side server, shouldn't I have test for you ensure that registration passed first?  At first I thought that I would create a procedure under the CallResponder which is called only during a success, but when I looked at the answering machine call the result property was already populated.  I assume by Flash Builder itself.  So, something is recorded in the token that says success there or should I create a function that does what is currently the result property and the Save button activated false?  Am I right that the result function is called only when there is a success?

    < s:CallResponder id = "setUserResult" result = "userDto = setUserResult.lastResult as UserDto" / >
    protected function saveBtn_clickHandler(event:MouseEvent):void
    {
    If (firstNameTextInput.text == ' ' | lastNameTextInput.text == "")
    Alert.Show (updateErrorMessage + "First and Last Name cannot be empty." + errorActionMessage);
    on the other
    {
    If (userDto is nothing)
    {
    userDto = new UserDto();
    usersDDL.dataProvider.addItem (userDto);
    usersDDL.selectedIndex = usersDDL.dataProvider.length - 1;
    }
    userDto.firstName = firstNameTextInput.text;
    userDto.lastName = lastNameTextInput.text;
    userDto.active = activeCB.selected;

    setUserResult.token = personnelBean.setUser (userDto);
    saveBtn.enabled = false;
    }
    }

    Consider this code snippet-

    
            
        
    
    
            
            
    
    

    Thus, when there is a failure (for example network failure), an event of default will be distributed and will be called faultHandler(). If all goes well, then result event will be distributed and will be called resultHandler().

    I hope this helps.

    Post edited by: Sameer Bhatt

  • REST Web Service references: cannot run Google API

    Hi all!

    I learn about how to incorporate a reference to REST web service in application of the APEX. I found a video tutorial on YouTube 'to create and use a RESTful Web Service in Application Express 4.2', which seems very useful and easy to do on my sample application. The REST Web Service URL:

    http://maps.googleapis.com/maps/api/geocode/xml?address=san%20fancisco&sensor=false
    

    But my application throws an error like below:

    1 error has occurred
    
    ORA-29273: HTTP request failed ORA-06512: at "SYS.UTL_HTTP", line 1130 ORA-24247: network access denied by access control list (ACL)
    
    

    After going through some posts here to OTN, I granted access as follows:

    GRANT EXECUTE ON SYS.UTL_HTTP TO ETI;
    GRANT EXECUTE ON SYS.UTL_INADDR TO ETI;
    GRANT EXECUTE ON SYS.UTL_TCP TO ETI;
    GRANT EXECUTE ON SYS.UTL_SMTP TO ETI;
    GRANT EXECUTE ON SYS.UTL_URL to ETI;
    GRANT EXECUTE ON SYS.UTL_XML to ETI;
    

    Second thing I did was, created and assigned ACL:

    begin
      dbms_network_acl_admin.create_acl (
        acl         => 'googleapis.xml', 
        description => 'Google Translate API',
        principal   => 'CONNECT',
        is_grant    => true,
        privilege   => 'connect',
        start_date  => null,
        end_date    => null
      );
    
    
      dbms_network_acl_admin.add_privilege (
        acl       => 'googleapis.xml',
        principal => 'CONNECT',
        is_grant  => true,
        privilege => 'connect'
      );
    
    
      dbms_network_acl_admin.assign_acl ( 
        acl  => 'googleapis.xml',
        host => 'ajax.googleapis.com'
      );
    
    
      dbms_network_acl_admin.assign_acl ( 
        acl  => 'googleapis.xml', 
        host => 'maps.googleapis.com'
      );
    end;
    

    All of these statements have been executed on my database with any error, even if does not help my web service reference for work.

    No idea how can I get my Google API REST Web service works, what is the thing that I'm missing here?

    At first, I wonder why use 'CONNECT' as a security principal has failed.  Then, I realized that this is a ROLE.

    General suggestion: I would stop the use of the CONNECT role, unless you created it yourself.  It will grant to the users/schemas some privileges that they do not need or shouldn't have.

    Oh... giving the ACL of a ROLE will not work.  You must grant the real schema.

    This could be the schema of analysis, or it could be the pattern that keeps the PL/SQL Package.

    MK

  • A project with two styles of web services (JAX - RPC and JAX - WS)

    Hi theres.

    How did the same project doesn't support two styles of different web services?

    First time I have create a proxy web service using the wizard, the second step is to choose between JAX - RPC and JAX - WS. After that, this step is removed from the wizard and all the subsquent web services are supposed to be the same style as the first.

    Can someone explain to me why?

    Thanks in advance,
    Manuel Leiria

    Hello

    Yes, I think to remember that are taken in charge for a unique style only. If you need another too, then you create a new project.

    Frank

  • M176n MFP: MFP M176n will not activate Web Services

    I bought two MFP176n and tried to activate Web Services to print remotely. It does not work. The computer, I have access to the Services Web page on the unit IP address and use the button 'enable '. It run and run, but nothing happens. I see by a few points running on the screen on the printer. They're going to infinity.

    As part of attempts, I've updated the firmware of the device - it's now at 20150228. This has not changed the behavior anyway.

    BTW, I also tried DNS manuals with addresses 8.8.8.8 and 8.8.4.4 as suggested in a previous post. No change.

    EPrint from mobile devices (Android and Ipad) worked on the first day, but only when she is on the LAN...

    Hello @andershl,

    Welcome to the HP support forums.

    I understand that your M176n will not allow Web Services.

    I would like to help.

    Personally, I found that the Google DNS works best with inkjet printers.

    For LaserJet, I use DNS of Level3 address.

    Primary: 209.244.0.3

    Secondary: 209.244.0.4

    If Web Services are still not allowing, turn the printer off and disconnect the power supply to the router for about a minute.

    Plug everything back in and turn the printer.

    When the network has emerged again, try to enable Web Services.

  • deployment of web services on a remote computer

    Hello

    Which is the best way and quick to deploy Web services for user WEB interface Builder on a remote computer, where there is no development, but only LV runtime environment?

    (in the case that I have to frequently change the vi that I use to create Web service and deploy it to a remote computer)

    Is it necessary to create an installer with included WS? Is always necessary in LV2012 to use labview.ini and niwebserver.conf to the webservices to run on the remote computer, as it is written on the following knowledge about LV2009 book?

    http://digital.NI.com/public.nsf/allkb/62B9C2D5C91EE8B28625778800609FF2

    I noticed that there is in the folder:

    C:\ProgramData\National Instruments\WebServices\aws

    the webservice is deployed with the screws that are used to operate.

    Is not possible to copy only the VI in this folder when I modify the vi used by the Web service, instead of doing each time the program installation and the whole procedure on the knowledge that I linked above?

    Thank you very much

    Steven

    Hi Steven,

    The best way to install a Web Service on a remote computer is to use an installer.  The reason being that the Web Service will be compiled and the installer will place the screws have respected and associated configuration files in the right place. If you were to put a VI from the development environment in the folder of aws would not correctly.  Any process other than the installer is also considered not supported by OR.

  • OPA 12.2 Query Web Service xml structure

    Hi OPA Experts,

    We installed the version hub 12.2 of the OPA. I use the interface webservice sample project 'HealthEating '. But "Evaluate" the demand is huge, how to fill out only necessary data entry.

    Do you have sample compact xml for tests in SOAPUI?

    Thank you

    Moses.

    is the user name and password is required in the version of hub? , I tried to "authentication failure". So SOAPUI, I created manually authentication, it worked fine,

    It is mandatory by default, as the end point of the web service is restricted to users with the role of user API web service.

    See "a political model deployed as a web service secure", for more details, including how to allow anonymous access ( http://documentation.custhelp.com/euf/assets/devdocs/august2015/PolicyAutomation/en/Default.htm#Guides/Project_Administrator_Guide/Security/Secure_web_services.htm )

    How to pass username and password in the hub of 12.2. the demand?

    See the topic "Authenticate with a secure web service" ( http://documentation.custhelp.com/euf/assets/devdocs/august2015/PolicyAutomation/en/Default.htm#Guides/Developer_Guide/DeterminationsAPI/Authenticate_w_secured_Web_Service.htm )

  • Error in creation of Control (SOAP) data to the Web Service in the ADF Mobile app

    Hi, I tried to create a Control (SOAP) Web Service data in a Mobile application of ADF in JDeveloper 11.1.2.4.0 under Mac OS X 10.8.5

    The application has been newly created (no features) and I tried to create a Web Service data control directly.

    In the 'Create Web Service data-> step 1 control', when I entered the URL of the WSDL and left the text box, the window "WSDL Document for reading" came and I got an error message saying "invalid WSDL URL.

    The error description is given below:

    Houston-29114 ADFContext is not configured to process this exception messages. Use the code of exception stack trace and error to investigate the root cause of this exception. Root cause error code is DCA-29000. Are parameters of error message ({0 = oracle.webservices.mdds.MddsException, 1 = java.io.InterruptedIOException: connection timed out})

    I have JDeveloper put 11.1.2.4.0 in place on a Windows 8 and follow the same steps with the same WSDL URL and he accepted the URL.

    Can anyone help on how to fix this problem as I want to develop on Mac.

    Hello

    We have solved the problem by asking the dev team to provide the file for the web service's .wsdl. We copied the file in the file system on the mac and then instead of provide the URL, inviting us to the wsdl file. Who does the work on the mac.

    We were able to put a URL as http://wsf.cdyne.com/WeatherWS/Weather.asmx?WSDL (a non-secure web service) and the wizard to create the Web Service data control accepted the URL on the mac. Can be to secure web services, we have the .wsdl himself file. (the web service that we were trying to access was on EBS and was a secure web service)

  • Web services security

    Hello

    How can I secure web services native Oracle (PL/SQL)? How can I make sure that calls (from PHP, ASP.NET, etc.) to these PL/SQL web services are authenticated and authorized? What other software do I need to implement security?

    Thank you.

    Andy

    andychow wrote:

    I've been using Oracle APEX since its initial release (1.6 HTMLDB?).

    Has been called Marvel project. :-)

    However, web services is really a new object me - until now, I need to learn more about this topic.

    A web service is not that much different. He gets a HTTP request and responds to it. The difference from a technical point of view is the payload. A SOAP payload is received and a load XML is the answer.

    I think that, especially with Java developers, which is described by using several acronyms and definitions more and more moving parts. But it's especially stuffed animals. This is the client-server tcp using the HTTP application protocol to send and receive payloads.

    This means that all of the basic concepts and standards and security issues with HTTP client-server, remain valid.

    What I'm not clear, is that, with respect to web services Oracle XML DB, do I really need to set a port in the server that is running the database for the XDB HTTP listener

    For the web service procedure or method to receive the call and answering the call, a layer of HTTP communication is necessary. This can be Apache, IIS, Tomcat or servlet HTTP in XDB.

    I feel very uncomfortable allow access to resources of database directly through a browser without worrying it's http or https.

    I don't see that as the real problem. If the customer uses OIC via tcp or HTTP over tcp to communicate with the database, basic security issues and principles remain the same.

    What offer the XDB is the elimination of a layer external s/w (like Apache) to deal with the aspect of communication tcp and HTTP interface. This can be useful sometimes (deletes an external point of failure and external complexity). Maybe it's not ideal at other times. As usual, it depends on the security requirements and the physical communications infrastructure.

    We can expose web services Oracle XML DB with Oracle HTTP instead of use the XDB HTTP listener in an Oracle database?

    Yes. The caller specifies what exactly? A URL that refers to a procedure from PL/SQL web active. So if that is served by Apache mod_plsql or via a servlette XDB is neither here or there - both are interface HTTP communication layers. Their main goal is to provide the interface between the client and the web service.

    I find the documentation on web services to confusion at times because it is too abstract and does not address the fundamental workings of its operation. And Oracle API web service in the data base is (AFAIK), on ito Java classes complex configuration and use of the PL/SQL wrappers and cryptic in error responses.

    So when it comes to web services, I generally prefer to roll my own using PL/SQL only.

  • APEX Web service

    Hi all

    I try to use APEX Web service to make a rest request, the API integrated does not work for me and I have spent long hours to fix it but couldn't.

    Documentation on this API is small and the internet search came back much.

    Basically, I use PUT to create a compartment of Amazon s3 and whenever I get access denied from Amazon, when I use APEX in common to create the Web Service, and then use the web service as a process page that it will work.

    So, I suspect that the API now works correctly.

    I used the API below:

    L_CLOB: = APEX_WEB_SERVICE. () MAKE_REST_REQUEST
    p_url = > URL Service.
    p_http_method = > 'PUT ',.
    p_body_blob = > my IMG,.
    p_parm_name = > apex_util.string_to_table('Host:Authorization:Date:Content-Type'),
    p_parm_value = > apex_util.string_to_table (V_HOST |': ' |) V_AUTHORIZATION |': ' | T_DATE |': ' | V_CONTENT_TYPE)

    Thank you

    I try to use APEX Web service to make a rest request, the API integrated does not work for me and I have spent long hours to fix it but couldn't.

    Documentation on this API is small and the internet search came back much.

    Basically, I use PUT to create a compartment of Amazon s3 and whenever I get access denied from Amazon, when I use APEX in common to create the Web Service, and then use the web service as a process page that it will work.

    I suggest that you take a look at this:

    http://ORA-00001.blogspot.com/2011/03/Amazon-S3-API-for-plsql.html

    -Morten

    http://ORA-00001.blogspot.com

  • HP 7520: HP 7520 - impossible to activate Web Services - tried all of the solutions only in the last forums

    There are so many messages on this error dating yeas.  I tried all.  He used to work without any problems.  I tried the changes DNS 8.8.8.8 and 8.8.4.4, I reset my routers hundred times.  I entered my IP address in my browser and tried in this way.  No matter what I tried my Services Web will not work.  I have reset the factory settings and reinstalled the software on my computer to make sure that what was allowed.  Any other tips or thoughts?  Y at - it a proxy address that I can try?

    Hello

    From your PC, download and install the latest firmware below:

    http://support.HP.com/us-en/drivers/selfservice/swdetails/HP-Photosmart-7520-e-all-in-one-printer-series/5199461/model/5199462/swItemId/OJ-113641-5

    Once done, restart your printer and try to access Web Services, tht sould restore its functionality.

    Kind regards

    Shlomi

Maybe you are looking for

  • What if it does not reset your security questions

    What should I do if I don't know my security and issues whenever I press on check threw email nothing happens

  • Upgrade Ram T500

    My T500 currently has 2 x 2 G @1066 and is expandable to 8 GB- I intend to put 4G @1333 + 2 G @ 1066 MHz for a total of 6 G- Do you think the people it would be ok?

  • Account alerts? Is it a hoax or real?

    I got 3 emails within two hours of WindowsLive and Hotmail with an alert account saying that they cannot check my account details and tells me to click on a link and sign in.  I do not understand why I would need to connect to my emails if I'm alread

  • I can't log on to windows in normal mode.

    Hi, I am running 32-bit vista and my computer froze on me earlier so I turned off and restarted. but I was unable to boot in normal mode, it does not load in the user log in page where you would put your password to log on windows. so right now I'm i

  • The 32-bit drivers will work on 64-bit so dual boot to 32 bit?

    Hello I use my laptop for recording audio. It came standard with Windows Vista 64-bit. I recently got a piece of hardware (a mixing table) has currently no 64-bit drivers. I was wondering if I put my computer to dual boot saying Windows Xp 32 bit if