This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Web Services and the fly likes Get an OpenID token from a REST call Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Get an OpenID token from a REST call" Watch "Get an OpenID token from a REST call" New topic
Author

Get an OpenID token from a REST call

Hemal Mahagederawatte
Greenhorn

Joined: Dec 17, 2008
Posts: 16
I am new to Java web service.

I want to build a web service client which can get an OpenID token from www.myopenid.com through REST call. Can anyone give me some references on how to start this.

Thanks in advanced.
William Barnes
Ranch Hand

Joined: Mar 16, 2001
Posts: 965

Where is the WSDL?


Please ignore post, I have no idea what I am talking about.
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12267
    
    1
Why not start at the OpenID developers site?

Note that a RESTful interface will probably be described with some example code and discussion rather than WSDL. WADL is the nominal DL of choice for REST but the big sites seem to just use example code.

Bill

Java Resources at www.wbrogden.com
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Get an OpenID token from a REST call
 
Similar Threads
http post
Create SAML token, verify token and get user id from token
Communicate with the server without a browser.
Nested Web service
REST Web service makes call to another REST web service