Axis generates rpc/encoded by default with HTTP POST. It does not support HTTP GET. Axis2 generates multiple bindings by default: - SOAP 1.1 doc/literal using HTTP POST - SOAP 1.2 doc/literal using HTTP POST - "REST" with URL Encoding using HTTP GET if the method signature fits the HTTP GET conventions (e.g., no complex types for input parameters)
(I put REST in quotes because there's no guarantee that these GET operations are "safe", and Axis2 really doesn't do anything to exploit "hypermedia as the engine of state". A better term really is POX.) Anne On Feb 2, 2008 12:10 AM, Demetris G <[EMAIL PROTECTED]> wrote: > > Hi all, > > is the default transport for Axis stubs (1.x and 2) RCP/Encoded over > HTTP POST > or GET? > > Thanks > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
