| headers.HeadersTest
HeadersTest | public class HeadersTest extends TestCase (Code) | | Junit test to test out the Asynchronous requests.
Tests the get/setContext methods using the stockquote sample
the context allows seting HTTP and SOAP headers, HTTP headers
are currently only uid/pswd for basic authentication.
Currently all this does is set them so you can see thme in
the packets using TCPMON.
You should see this at the top of the out going packet:
Authorization: Basic cGV0cmE6d2FzaGVyZQ==
|
setUp | public void setUp()(Code) | | |
suite | public static Test suite()(Code) | | |
testAxis | public void testAxis()(Code) | | |
testSoap | public void testSoap()(Code) | | |
|
|