wadl
Is it possible to use WSDL with a REST webservice?
I am new to the area of web-services. Is it possible to use WSDL with REST bindings? Or should 开发者_开发知识库I use WADL?It\'s possible to use a WSDL with REST bindings, but it\'s really not necessa[详细]
2023-02-06 16:07 分类:问答creating stub files using a wadl file in j2me
Hello i want to create stubs using a WADL web service. i know how to create stubs from wsdl file using stub generator, wscompile[详细]
2023-02-02 23:32 分类:问答WADL: complex type from external xsd
I need to test authentication procedure using the wadl file below: <application xmlns=\"http://research.sun.com/wadl/2006/10\"[详细]
2023-01-30 09:17 分类:问答REST representation for xml
I\'m building a REST api and debating what format should I use for the xml representation. I know it can be one defined in house but there are also lots for formats.[详细]
2023-01-28 13:16 分类:问答WADL applications?
I have read the book \"Restful Web services\". In that book it described WADL and it\'s purpose to describe REST开发者_StackOverflow社区ful web applications.[详细]
2023-01-22 16:50 分类:问答Restful service in .NET with WADL instead of WSDL
I used WCF to create a restful web service in .NET, by means of a .svc file. The web application automatically produces a WSDL file. AFAIK, the WADL is more natural for a restful web service.[详细]
2023-01-17 11:14 分类:问答Representing arbitrary hierarchies in WADL
I am modeling a REST API and part of the API will represent resources that are organized into an arbitrary hierarchy of nodes with values and sub-nodes (kind[详细]
2023-01-10 01:56 分类:问答RESTful service description
From what I understand, I need to use WADL to describe a RESTful web service. Still, I have read many answers in relevant posts, where users are strongly opposed the use of WADL.[详细]
2023-01-03 17:12 分类:问答Documenting POST parameters with WADL
Looking at the current version of the WADL proposal, I couldn\'t quite figure out how to document POST request parameters (with application/x-www-form-urlencoded encoding).[详细]
2022-12-31 06:24 分类:问答REST api ambiguity and WADL
I have a REST api that\'s ambiguous, something like (this isn\'t the specific problem, just gives an idea of the ambiguity):[详细]
2022-12-25 15:33 分类:问答