Normally the URL you would hit for XRDS-simple discovery is the main site url, and not the shindig server instance, ie http://www.partuza.nl and not http://some.instance.thats.not.documented.partuza.nl :-)
If you want to play with XRDS support, check http://www.partuza.nl, it supports pretty much all end-points you might want to test against (opensocial, oauth and portablecontacts): http://www.chabotc.com/xrds-test.php?url=http://www.partuza.nl ps, to use the 3 legged oauth support, register on partuza.nl, click 'edit' next to your name and go to the 'oauth' tab to get a oauth consumer key and secret to use (yes i'm aware these should be per-app and not per person, but for the quick and dirty testing this was easier :P) On Wed, Nov 19, 2008 at 4:17 AM, Mark D Weitzel <[EMAIL PROTECTED]> wrote: > I am trying to get the discovery information from a shindig container > running on localhost. > Here's the http header: > GET /social/rest/ HTTP/1.1 > Accept: application/xrds+xml > User-Agent: Jakarta Commons-HttpClient/3.1 > Host: localhost:8080 > > > And here's the http response header: > HTTP/1.1 501 The service is not implemented > Content-Type: text/html; charset=iso-8859-1 > Content-Length: 1442 > Server: Jetty(6.1.9) > > And the response body: > <html> > <head> > <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> > <title>Error 501 The service is not implemented</title> > </head> > <body><h2>HTTP ERROR: 501</h2><pre>The service is not implemented</pre> > <p>RequestURI=/social/rest/</p><p><i><small><a href=" > http://jetty.mortbay.org/">Powered by Jetty://</a></small></i></p><br/> > > > So, this may be a silly question, but am I doing something wrong, or is > support for discovery not yet implemented in shindig? > > Thanks in advance for the help! > > -Mark W. > > _______________________________________________________________________________________________________________ > Mark Weitzel | STSM | IBM Software Group | (919) 543 0625 | > [EMAIL PROTECTED]

