On Tue, Jan 11, 2011 at 3:11 AM, Adam Edgar <[email protected]> wrote: > I am writing a client using axis2c and trying to connect to a webserver > that requires the POST command "Authorization: Basic" a la > http://en.wikipedia.org/wiki/Basic_access_authentication . Is there a > simple way to inform the http transfer layer to use a given > username/password combination for this?
Following will be useful to read: http://wso2.org/library/3291 http://axis.apache.org/axis2/c/core/docs/axis2c_manual.html#http_auth Basically, you have to enable <parameter name="HTTP-Authentication"> of http transport sender in axis2.xml Regards, Shankar > > Thanks much, > > ASE > > > --------------------------------------------------------------------- > 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]
