> > I think we'll stick with the RPC style of call and not go with a RESTful > interface, and anyone that cares that much about it in an interview can go > and get a pointier hat. >
Oooh, I'd still try to do things the restful way and follow the "standards" (cough, ahem!), or "conventions". If you want to do it the RPC way then you should probably use a SOAP service with real contracts. You might run into libraries that expect you to follow the "conventions", I dunno for sure, but I'd play it safe -- *GK*