Janet Moyer !! Comments-Inlined
-----Original Message----- From: Janet Moyer [mailto:[EMAIL PROTECTED] Sent: Thursday, June 15, 2006 6:15 PM To: [email protected] Subject: [SPAM] - Documentation at http://ws.apache.org/axis2/1_0/userguide3.html - Bayesian Filter detected spam Hi folks, I'm working through the Axis2 examples using the user's guide. Thanks for a great job. I have some suggestions which I hope are helpful. 1) It would really help if you could explain what WSDL2Java and Axis2 are doing, in a similar to manner to Xfire's documentation. Specifically, the original WSDL only has a soap binding, but Axis seems to provide a REST binding. Is that what I should expect? Where did that come from? How do I control it? The REST binding is POST, what if I want GET? 2) The very first example makes reference to something called an OMElement. If this is the first time you've worked with Axis, you're not going to know what that is. Yet the text claims that no explanation is necessary. I'd suggest that the first example should simply use String parameters and return values; save OMwhatever for a more advanced example. The reason for using these examples is to get a gut feeling for how the technology works, and to assess how complicated or easy it is to use. In keeping with this, the examples should start a simple as possible, and add on complexity ( and build up confidence) as you go. ------------------------------------------------------- Hari -------------------------------------------- There are four basic stlyes - RPC/encoded - RPC/literal - Document/encoded - Document/literal Axis 2 is document based model , So Passing String parameters will not be applicable , Parameters are RPC style. What Axis does is constructs a ObjectModel ( AXIOM)for the XML which is passed. ------------------------------------------------------- Hari -------------------------------------------- Thanks again! Regards, Janet Moyer --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ____________________________________________ Confidential: This electronic message and all contents contain information from Syntel, Inc. which may be privileged, confidential or otherwise protected from disclosure. The information is intended to be for the addressee only. If you are not the addressee, any disclosure, copy, distribution or use of the contents of this message is prohibited. If you have received this electronic message in error, please notify the sender immediately and destroy the original message and all copies. Confidential: This electronic message and all contents contain information from Syntel, Inc. which may be privileged, confidential or otherwise protected from disclosure. The information is intended to be for the addressee only. If you are not the addressee, any disclosure, copy, distribution or use of the contents of this message is prohibited. If you have recieved this electronic message in error, please notify the sender immediately and destroy the original message and all copies. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
