Re: AW: Best practice for SOAP and RESTful WebServices / Versioning

2009-12-09 Thread vickatvuuch
I use Urls and packages on the server (generates namespaces in the WSDL and on the client) For example for REST /services/v1/rest/HelloWorld/methodName for SOAP: /services/v1/soap/HelloWorld java packages as follows: com.foo.webservices.v1.ports.helloworld Sertic Mirko, Bedag wrote: > > Hi O

AW: Best practice for SOAP and RESTful WebServices / Versioning

2009-12-09 Thread Sertic Mirko, Bedag
Hi Oliver Thank you so much for your answer! But how should I handle versioning with RESTful endpoints? Some of the RESTful endpoints are no "real" REST endpoints, they are something selfmade, meaning a POST with an XML Request is made and an XML response is generated, sometimes with XML names