You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by John Windberg <jw...@yahoo.com> on 2005/05/11 01:47:47 UTC

stub.getResponseHeader(String, String)

I'm working with Axis 1.2RC3.

The class generated by WSDL2Java extends
 org.apache.axis.client.Stub

which according to Eclipse has the following methods:
getResponseHeaders()
and
getResponseHeader(String, String)

The online docs don't describe these methods. They
refer to getResponseHeader(Call), which has been
deprecated.

Does anyone know what the arguments mean to
getResponseHeader()?

I can see in the test code that getResponseHeaders()
returns an array of four objects, and I can see that
one I want, but the docs confuse me so.

Thanks

-j