BPEL with Google Maps API integration

Dear all,

I would like to integrate SOA BPEL with the Google Maps API.
I found a document (http://docs.oracle.com/cd/B31017_01/integrate.1013/b28981/introbpel.htm), which has a description in this paragraph:
1.5.1 that make demonstrations are available? -> 'GoogleFlow', but I have not found this tutorial...
Someone know or hear about it?

Kind regards
Daniel.

Envoy

Tags: Fusion Middleware

Similar Questions

  • execution of Javascript blocks by first loading the app with google included api maps

    Hello

    I am a forms developer oracle and nine in the Apex. The apex is a wonderful tool for RAD. So, I'm currently developing an integrated mobile application with Google Maps features. For several days, I'm stuck on the following problem:

    Demo page: https://apex.oracle.com/pls/apex/f?p=364:4931249888545:

    When I run the present the first time it crashes after the registration point 'alert("2:geocoder")'; in the script. But after discount 'Page 2' is executed the script quite well.

    If I then run the page/application and previously deleted the browser cache is the problem here again.

    Here the implementation (one of the several hundreds of different try ):

    Page1: Button 'Gopage2': redirect to page 2

    Page2:

    -Settings page:

    File JavaScript URL: https://maps.googleapis.com/maps/API/js?v=3.exp

    Function and Global Variable declaration:

    function getRevLocation(){
    var geocoder;
    var marker;
    var lat;
    var lng;
    
    
    alert("Start");
    lat = parseFloat(48.9304902);
    lng = parseFloat(8.4458497);
    //lat = parseFloat($x("P6_LATITUDE").value);
    //lng = parseFloat($x("P6_LONGITUDE").value);
    alert (lat+"/"+lng);
    
    
    var latlng = new google.maps.LatLng(lat, lng);
    alert("1:latlng");
    
    
    geocoder = new google.maps.Geocoder();
    alert("2:geocoder");
    
    
    geocoder.geocode({'latLng': latlng}, function(results, status) {
    alert("3:inFunction");
    
    
      if (status == google.maps.GeocoderStatus.OK) {
        if (results[1]) {
           alert("4:StatusOK"+results[1].formatted_address);
           $s("P2_CITY",results[1].formatted_address);
        }
      } else {
         alert("6:Error");
         $s('P2_CITY',('Geocoder failed due to: ' + status));
        }
    });
    }
    
    

    Run when the Page loads:

    getRevLocation();
    
    

    Help, please. I'm totally desperate.

    Best regards

    Halit

    After many tests and learn the basics of javascript, here is the solution that works very well:

    In Page settings:

    URL of the file:

    https://maps.googleapis.com/maps/API/js?v=3.exp&callback=initialize

    Function and Global variable declaration:

    var geocoder;

    function initialize() {}

    Geocoder = new google.maps.Geocoder ();

    }

    function getreo (callbackFunction) {}

    var marker;

    var lat;

    var lng;

    LAT is parseFloat (48.9304902);.

    LNG is parseFloat (8.4458497);.

    LAT = parseFloat ($x("P6_LATITUDE").value);

    LNG = parseFloat ($x("P6_LONGITUDE").value);

    var latlng = new google.maps.LatLng (lat, lng);

    Geocoder.geocode ({"latLng": latlng}, {function (results, status))

    If (status == google.maps.GeocoderStatus.OK) {}

    If (results [1]) {}

    $s("P6_CITY",results[1].formatted_address);

    }

    } else {}

    $s ("P5_CITY", ("geocode is not right:" + status));

    }

    });

    If (callbackFunction)

    callbackFunction ();

    }

    Atrribute body of HTML page:

    OnLoad = "Initialize () '"

    In dynamic Action:

    Load event of the page with javaScript Action:

    getreo();

    In my application logic, I implement in above the dynamic Action, get the location coordinates with the Plugin 'Oracle - get location [plug-ins] HTML5 cards'. It fills the elements P6_LATITUDE, P6_LONGITUDE, P6_LOCATIONMSG

    In the next steep to get the reverse geocoding city of google. To do this, I created a second dynamic action at traffic lights after changing the value of the item p6_locationmsg went before plugin. She runs the javascript code to call getreo();

    Good luck!

    Halit Pan

  • Help with loading a swf from the Google Map API done in AS3 AS2 Flash site

    OK, maybe this can be done, I need to do everything in AS3, or it is a problem of the Google Map API.

    If someone could put me on the right track, I would be grateful.

    I created a Google Map API for Flash Add to my Web site.

    My site has been built using AS2 and the Google Map API was built using AS3

    My site Flash .swf works fine and the Google Map.swf, I created works very well.

    The problem is when I try and do not add the Google Map.swf on my website flash As2 will Google.swf no work.

    I'm trying just to eliminate the error.

    Is it because that...

    1. after having my site flash with AS2, I can't add a .swf with AS3

    2. I need to change the code...

    3. it has nothing to do with AS3, it's because this is a Google Map API.


    I have a button written in AS2 on my main flash site that has a a PreLoader.


    on (release) {}

    Stop behavior MovieClip
    this.gotoAndStop ("Google_Map");
    End behavior


    load film behavior
    If (this.mcContentHolder is {Number (this.mcContentHolder))}
    loadMovieNum ("PreLoaderGoogle.swf", this.mcContentHolder);
    } else {}
    this.mcContentHolder.loadMovie ("PreLoaderGoogle.swf");
    }
    End behavior
    }

    The PreLoaderGoogle.swf was then has a

    Instance of: charger

    contentPath

    Google_Map.swf

    If I change the Google_Map.swf instance in the PreLoader for an another .swf using AS2 it all works.


    or do I just have the wrong end of the stick.

    All advice appreciated.

    If you load an as3 swf into an as2 swf, none of the code in the as3 swf file will work.

    the simplest way around this is: you could create a loader swf (GER) as3 that loads your as2 swf and load your google as3 swf.

  • Google Maps API v2

    Hello!

    Google has just released its new Google Maps API, I wondered if it was compatible with Blackberry 10.

    Thank you

    As described here, http://developer.android.com/google/play-services/setup.html Maps V2 relies heavily on Google play Services APK, which I am sure BB10 does not.

  • Blackberry error 10 (Google Maps API)

    I am using google map api with

    "script type =" text/javascript"src ="http://maps.google.com/maps/api/js?sensor=false"

    But when I run my app in my blackberry 10 I get this error:

    The 'http://maps.google.com/maps/api/js?sensor=false' unauthorized access

    here:

    Had the same thing myself

    Time to cut & paste...

    Add these config.xml

    subdomains of https://googleapis.com"="true"/ >
        subdomains of https://gstatic.com"="true"/ >

  • Geo Tags - Google Maps API v3 and vCOps 5.8

    I am trying to install an Executive Dashboard within operations.  I bought a key for Google Maps API v3 and it is entered.  I have created a tag and I have a problem with a location tag.  When I enter a location (ie: city, site of the city, etc.), I'll find the location, but I don't have the 'blue' link available click on partner.  I tried this using IE, Chrome, and Firefox, and the problem persists regardless of browser.  I was curious if someone else had run into the issue and maybe offer some advice.

    Thank you.

    The map API v3 is not supported.  I understand that the product team is aware and working on a solution.

  • How to import a map Google Map API in Adobe Muse

    Hello

    I'm trying to import a custom Google map I created with the google maps API on Adobe Muse... But I have problems with writing the HTML code...

    I tried to import this one for example:

    https://developers.Google.com/maps/documentation/JavaScript/examples/map-simple?HL=FR

    But nothing past in Adobe... just Muse a blue square with "html" written at the top left square...

    Thanks for the help!

    Hello

    You took the card embed code and put it in the Muse by using the object-> the option Insert HTML code?

    See the links below:

    https://www.video2brain.com/en/lessons/inserting-a-Google-map

    http://www.YouTube.com/watch?v=t6xBEl0FQgA

    I hope this helps.

    See you soon

    Parikshit

  • Google Map API question

    Experts of the Google Map API, I got a page run yesterday on apex.oracle.com which has since stopped working. The application runs to 23 with some custom templates theme. From what I can tell. my Google API key is valid. Here is the code of the HTML page. can anyone help to debug the page why the card is no longer makes?

    Header HTML
    <!DOCTYPE html>
    <html>
      <head>
        <meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
        <style type="text/css">
          html { height: 100% }
          body { height: 100%; margin: 0; padding: 0 }
          #map_canvas { height: 100% }
        </style>
        <script type="text/javascript"
          src="http://maps.googleapis.com/maps/api/js?key=&API_KEY.&sensor=true">
        </script>
        <script type="text/javascript">
    
          function initialize() {
            var myOptions = {
              center: new google.maps.LatLng(43.6953512,-71.6306325),
              zoom: 8,
              mapTypeId: google.maps.MapTypeId.HYBRID
            };
            var map = new google.maps.Map(document.getElementById("map_canvas"),
                myOptions);
          }
        </script>
    
      </head>
    </html>
    Attribute page HTML Body
    <body onload="initialize()">
    
    <div id="map_canvas" style="width:100%; height:100%"></div>
    
    </body>
    Jeff

    Published by: jwellsnh on February 26, 2012 09:23

    Version 3 of the API no longer requires a key.

    I don't know a lot about the v2.

    I added this to the place in the html header:

    
    
    
    
    

    And this, in the section of function Jascript:

    function initialize() {
            var myOptions = {
              center: new google.maps.LatLng(43.6953512,-71.6306325),
              zoom: 8,
              mapTypeId: google.maps.MapTypeId.HYBRID
            };
            var map = new google.maps.Map(document.getElementById("map_canvas"),
                myOptions);
          }
    

    Initialize(); the executed before the page load section

    And then I have a region without a model like this:

    I can't get the height; 600px; Width: 400 PX to display in the tag style above, but it's what's there

    And the map displays ok for me.

    Check
    http://Apex.Oracle.com/pls/Apex/f?p=18507:29:1551211846028601:

    Published by: jholoman on February 26, 2012 22:34

  • CFMAP working is not for a specific Google Maps API Key

    Hi all

    This has been driving me crazy for 2 days now. I have troubleshooted down to a problem with the way CFMAP manages a spcific Google Maps API Key.

    I got it down on the CFMAP simpest page, you can do, but the card does.

    http://tucsonymca.org/GoogleMap.cfm

    The same page on a different domain (with an its own API key) works very well:

    http://valleyymca.org/GoogleMap.cfm

    "Hello world" of Google Map JavaScript with the key in question works very well, so the key is correct.

    http://tucsonymca.org/googlemapJSOnly.html

    All these work on my local dev machine.

    The Google Key works fine.

    The CFML works very well.

    Putting them together and you get a blank page without error message.

    It seems that the function CFMAP is tripping over that special touch, or communication with Google loses by trying to authenticate.

    Any help is greatly appreciated.

    -Dan

    I think that your cfide mapping does not work.

    http://tucsonymca.org/CFIDE/scripts/AJAX/YUI/Yahoo-DOM-event/Yahoo-DOM-event.js

    is

    a 404 error

  • Slate 7 voicetab: problem with Google Maps.

    Friends, long since I've updated my tab to Kitkat of JellyBean, I have a problem with Google maps. Whenever I use Google maps, it freezes the tab at some point and then I have to restart the tab. I updated the app several times and restored too. A tab reset but still having the same problem. What should I do to prevent it? At the moment I use 'maps', but I need to use Google maps. Please give notice to fix the problem.

    Hi there @Mono45

    Welcome to the Forums of HP Support! It's a good place to find the help you need, so many other users, the HP experts and other members of the support staff. I understand that your 7 Slate freezes on you when you try to run Google Maps. I'm happy to help you with this.

    I would recommend that you go well following linked page from above and in the section on the use of "find the solution that fits...." ' article 'an apps constantly reply on your HP Tablet.

    HP tablets - tablets hangs or freezes (Android KitKat, Jelly Bean)

    If it works for you, please mark this message as a solution.

  • How can I disable the zoom MagicMouse with Google Maps?

    I use OS 10.11.3 (just improved) and an iMac 27 inches and MagicMouse, and suddenly the zoom with Google maps feature is now out of control.  I barely touch the MagicMouse and the zoom goes berserk, zoom-and-out and back-and-forth like crazy!  I can't click-and - drag any card with the function of zoo goes ballistic.

    I had already been able to disable this annoying zoom feature but now I can't find anything in system preferences (mouse, accessibility, trackpad, etc.).  Please help me.  Thank you!

    Hi FRANTIC,

    I don't know if you press any other keys while you scroll/zoom around your screen or if this only happens with Google maps, but I don't know which would be difficult.

    Looks like you check in the appropriate locations to change the behavior.

    Zoom in the accessibility preferences - Mac Help options

    Set the options for the selected style (full-screen or picture-in-picture) by clicking More Options in the Zoom of the accessibility preferences pane.

    To open this pane, choose the Apple menu > System Preferences, click Accessibility, click Zoom, and then click More Options.

    Zoom full screen

      

    Maximum and minimum Zoom Zoom

      

    Set the range of magnification to use when you zoom in and out quickly.

    Enlarge the image on the screen using your trackpad - Mac Help

    You can use your trackpad to zoom in on part of your screen.

    1. Choose the Apple menu > System Preferences, click Accessibility, and then click Zoom.

    2. Select 'Gesture to scroll using the modifier keys to zoom' to activate the zoom, and then select control, Option, or command from the context menu.

    It works for you?

  • I want to use google map api in VI. So mutch I tried doing it.i used the google earth and google static map plugin, but I need only google map api.

    Hello everyone

    can enybody help me solve my problem using the google maps API?

    I build FMS (Fleet Management System). I used the google earth plugin. but I want to use the google map APi.


  • How to use google map api

    Hi, am new to the development of cascades of bb.

    For my project, I have to use google maps to find the gps locations. Can anyone help import google map api in the development of waterfalls...

    Sign up here to get api google products...

    http://code.Google.com/APIs

  • Porting Android app - problem with Google Maps

    I have an Android app I want to put at the disposal of users of BlackBerry 10 by porting to the Android Runtime of BB. The only stumbling block is that my Android application uses Google Maps API (com.google.android.maps) that does not support the run time. The map screen is only a small feature of the app, and I'm happy to turn it off for BlackBerry users, but is it possible? I don't want to maintain two copies of the request, somehow can code an application so that the conversion to the BAR works, but cards are always available on Android?  I made sure that the reference to the API maps in the Android manifest has the required tag = 'false' and check in my code, if cards are available on the device, but this doesn't seem to be enough.  The Compatibility Checker lists each line in each file of the source code where I make reference to a map object.

    Any help appreciated,

    Jonathan

    No, it's not going to work. Save you time trying to find a solution and just copy your project to a new and necessary modifications for blackberry. If you use source control, then you can try to turn to this probject.

    By the way. If you want to Google maps in your application, it can be done using a webview and Google API javascript.

  • How can I insert a map using Google Maps Api v3 on edge of adobe?

    Hello, I want to insert a map using google maps api.

    I created a symbol and the "creationComplete", I have the following:

    var = sym map1 $ ('MapBox.');

    Map1.html ("< div id = 'stage' > < / div > '");

    yepnope ({}

    load: ['http://code.jquery.com/jquery-1.10.1.min.js' ]

    ' http://code.jQuery.com/jQuery-migrate-1.2.1.min.js '

    ' https://maps.googleapis.com/maps/API/js?sensor=false '

    ]

    });

    var options = {}

    Zoom: 9

    Center: new google.maps.LatLng (41.761997,-4.699409)

    mapTypeId: google.maps.MapTypeId.SATELLITE,

    panControl: false,

    ZoomControl: false,

    ScaleControl: false,

    MapTypeControl: false,

    streetViewControl: false

    };

    map2 var = new google.maps.Map ($ (' step # "), options);

    But I do not load the plan of the div. Anyone know why?

    Thank you very much for the help!

    Is correct hemanthR!

    My stupid mistake was not add 'Stage_' in the GetElementById method.

    Copy paste & good code for the document.CompositionReady event:

    var = (document.createElement script) "script" ();

    script.type = ' text/javascript ';

    script. SRC = 'https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false&callback=AdobeEdge.initialize ';

    document.body.appendChild script();

    AdobeEdge.initialize = function() { }

    mapOptions var = { }

    Zoom: 8,

    Centre: new google.maps.LatLng(-34.397, 150.644)

    };

    ( var = new google.maps.Map(card) document.getElementById ()'Stage_Rectangle'), mapOptions ();

    }

    Thank you bro!

Maybe you are looking for

  • BCM94313HMGB combo wireless 802.11n and Bluetooth 3.0 half minicards UPgrade

    I recently bought your desktop pavilion pc p6-2378 with 8 64-bit windows.   Noticed that the Office lacks any wireless internet. Bought a BCM94313HMGB 802.11n and Bluetooth 3.0 high speed half mini-map and installed it.  Wireless driver works immedia

  • Cannot update password Gmail in Mail

    I've updated the password of my Google account, and now Mail cannot connect to my Gmail account, which it has been connected successfully to until this change.   But the accounts, or in the System Prefs Panel, doesn't have a place to enter the passwo

  • Adobe Flash sign on

    I got the notice that he did not have a new version of Adobe Flash. I downloaded and tried to run the file, but my password was rejected, even if it's the only one I had used. I thought it might be time for a new and went through the process of chang

  • Instalacao de licença da e creative cloud em Windows MAC OS

    BOM dia! Trabalho em uma empresa that comprou o licencas pacote da Adobe Creative Cloud para 30 computadores (Plataforma Windows) PC, estamos Querenda buy computadores da Apple (Imac) e gostaria of sabre's can use a mesma licença para instalar neste

  • Import zu Muse

    ICH habe mit Adobe Muse eine Site standing und sharp by FTP hochgeladen.Beim Speichern der Datei ABM .muse're ein paar problem, whether mir nicht die aktuellste Version vorliegt Muse.Auf dem server FTP however are ja alle html, css, etc. Files. Da ja