Originariamente inviato da supersonic84
utilizzo rest, come ti avevo scritto, e leggendo sul web avevo notato che per rest non usavano un wsdl come si faceva per soap.
No, non è del tutto corretto.
Anche in REST puoi usare WSDL ma in questo caso il WSDL lo usi solo per descrivere il formato dei dati e non per ricevere le informazioni...

http://www.xfront.com/REST-Web-Services.html

7. Specify the format of response data using a schema (DTD, W3C Schema, RelaxNG, or Schematron). For those services that require a POST or PUT to it, also provide a schema to specify the format of the response.

8. Describe how your services are to be invoked using either a WSDL document, or simply an HTML document.