Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  iWay Software Product Forum on Focal Point    is there any example of using Geocoder or Google Map WS in Service Manager?

Read-Only Read-Only Topic
Go
Search
Notify
Tools
is there any example of using Geocoder or Google Map WS in Service Manager?
 Login/Join
 
Silver Member
posted
Hi all,

I am new to iWay DM and SM.

Wondering if there is any example or tutorial that I can follow in order to set up RPC, like Geocoder and Google Map WS. The trouble that I have us Web Service adapter always requires the WSDL of the Web service, while both of these services do not have one.

Thanks

Cokey


iWay 5.5, 6.01
Windows
all output (Excel, HTML, PDF)


iWay 5.5, 6.01
Windows
all output (Excel, HTML, PDF)
 
Posts: 45 | Registered: April 07, 2010Report This Post
Member
posted Hide Post
quote:
Originally posted by cokeyng:
Hi all,

I am new to iWay DM and SM.

Wondering if there is any example or tutorial that I can follow in order to set up RPC, like Geocoder and Google Map WS. The trouble that I have us Web Service adapter always requires the WSDL of the Web service, while both of these services do not have one.

Thanks

Cokey


iWay 5.5, 6.01
Windows
all output (Excel, HTML, PDF)


Hi,

The Google Maps API has a lot of script stuff that can be embeded in HTML, however I'm not that familiar with the DM tools.

In iSM you can request a Geocoded XML by sending the address to lookup to the Google Maps services The Google Geocoding Web Service in a HTTP GET request:

http://maps.google.com/maps/api/geocode/xml?address='2 Penn Plaza, New York, NY'&sensor=false

You simply use the HTTP Agent to send the GET Request with the address to lookup and you can use the response in the rest of your processing.

I just completed a small project using iSM 6.0.1 to geocode the customer database. The API also supports other arguments if you need to find an address from a specific location or the location of a device with a location sensor, the other arguments are all listed on the The Google Geocoding Web Service page.

Good luck!

Newbie,
iWay Service Manager 6.0.1
Windows

This message has been edited. Last edited by: iWay Newbie,


--
WebFOCUS 8.2.03 on Linux
 
Posts: 8 | Location: Canada | Registered: March 23, 2010Report This Post
Gold member
posted Hide Post
I am doing it using SM with a transform to KML like this