HI guys, I am using REST API with data binding in Axis2. Each time i code generate i need to go change stub to make it REST enabled. How about putting the option for wsdl2java to generate Restful clients, something like -transportformat REST --> changes apply for POST for clientside only -transportformat json --> changes apply for GET and POST for clientside and (may be serverside if we still wanna add the message formatters manually) and of course the default -transportformat SOAP.--> changes apply to server and client for POST but already done:-)
Very trivial changes at least in the REST case. I am having bit of a trouble in json de-serialization so i ll have to differ it. I could fix it if there is no objection. -- Chathura Herath http://people.apache.org/~chathura/ http://chathurah.blogspot.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
