jXchange - How To Get Started? [closed] - web-services

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
jXchange is apparently some sort of Web Service made by a company called Jack Henry. It's used for (I'm assuming) talking to your core AS400 system.
I've quite literally found nothing useful for documentation on how to get started using this.
Does anyone have experience with this and can direct me to a good starting point?

You can email a request for help to VendorQA#jackhenry.com if you are working for one of our customers licensed to jXCHANGE. We do have vendor documentation available provided that you are sponsored by a JHA customer.

Related

Is there any public webservice available for the list of Places in a country? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am working on a travel site where i need all the places list in a country. So instead of storing and updating it in the database I wanted to use a webservice to use.Please let me know if any similar webservice is available
You could try the data from open street map:
http://www.openstreetmap.org/
Try this google places api, i think its the most comprehensive since it is based on google maps
google Places Api

Opensource Code Example - Django, Backbone.js (and Coffeescript) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Are there any open source projects or examples using both django and backbone.js?
I learn best from looking at actual code.
here are some good examples made for django users:
http://lincolnloop.com/blog/2012/jun/5/backbonejs-django-developers/
http://joshbohde.com/blog/backbonejs-and-django
https://github.com/joshbohde/django-backbone-example
http://lanyrd.com/2011/pycodeconf/sghxt/ (this is a presentation by leah culver)
I hope it helps you :)

Video games and movies webservices [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm trying to find a webservice (prefer SOAP) that provides information on videogames and/or movies (need both). I've been trying this for a while and came up with nothing... Does anyone knows one of these?
(I'm trying to avoid HTML parsing from imdb, gamespot, etc...)
Found this: http://www.gamecompare.com/GameCompare.asmx?WSDL

C/C++ RPC Tutorial for Linux [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Can someone point me to a decent RPC tutorial for (or books) linux, like in this post. I tried looking around myself, I've only found tutorials that are really old.
Thanks
Since the idea of RPC goes back to 1976 and the first business use was by Xerox in 1981, I'm not exactly sure what qualifies as a really old tutorial.
Here are a few resources you might find helpful.
Power Programming with RPC (1992)
Remote Procedure Calls | Linux Journal (Oct 01, 1997)
Remote Procedure Calls (RPC) (1999)
Remote Procedure Call Programming Guide (PDF link)
rpc(3) - Linux man page

C++ SpellChecker Library [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Can anybody recommend a good (ideally open source) C++ spell checker library. We are currenly using Talo, which isn't very good, so we are looking to change.
One which includes a grammar checker would also be good.
Thanks
I have heard good things about hunspell. I have used and integrated aspell, which has some nice features and some which I did not like.
If you've got internet access, you can always use on online service like SpellCheck.net which has a CGI interface that you can query.
Following on from Yuval - OpenOffice Lingucomponent