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.
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)
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:
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 WindowsThis message has been edited. Last edited by: iWay Newbie,
-- WebFOCUS 8.2.03 on Linux
Posts: 8 | Location: Canada | Registered: March 23, 2010
I am doing it using SM with a transform to KML like this
XML > XML
C:\iWay Demos\PeopleSoft\LOCATION_find_response with embedded response.xml C:\iWay Demos\PeopleSoft\LOCATION_find_response with embedded response.xml
then the trick is to get the Kml up to Googlemaps or do what i do is use it with google earth witch is a easy task. Just make a file called mymap.kml. If you have google earth installed it will open up and map it. You can expand the kml. lots of reading on the net.
IWay SM 5.6, 6.01, 6.1, 6.9, 7.0 EDI, XML, XSD, WF 8.0, DM 77,8.0 asp.net, SQL Server
Now you need to get it up to googlemap (demos are on the net to do this), or use it with google earth witch is what i do. I use this transform to create the kml file then email it the slaes reps. they all hav google earth installed, when they double click on the kml file google earth opens it and maps it. works really good and this way you get around google maps limites on gecodeing request.
IWay SM 5.6, 6.01, 6.1, 6.9, 7.0 EDI, XML, XSD, WF 8.0, DM 77,8.0 asp.net, SQL Server