You need to sign in to do that
Don't have an account?

Service Inteface
Gentlemen, this might be a meaningless question, but is it possible for salesforce to have other web service interface like restful, protocol buffer, etc? Is there only way to use Soap-based web service?
Nope, not meaningless - even I can understand it <g>.
Apex includes an HTTP class you can use for RESTful services - it's in the doc.
Hope this helps.