From a66e189a8b3b6a42a2dd9eb69245309b6590dc61 Mon Sep 17 00:00:00 2001 From: damitha Date: Thu, 2 Jun 2011 04:32:17 +0000 Subject: Adding README for the NTML client example git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1130402 13f79535-47bb-0310-9956-ffa450edef68 --- samples/client/ntlm/README | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 samples/client/ntlm/README (limited to 'samples') diff --git a/samples/client/ntlm/README b/samples/client/ntlm/README new file mode 100644 index 0000000..18d89cd --- /dev/null +++ b/samples/client/ntlm/README @@ -0,0 +1,23 @@ +This folder contain examples of using NTLM authentication for Axis2/C clients. +Before running the samples you need to build Axis2/C enabling NTLM authentication with a valid +NTLM external library. For example to enable NTLM support with Heimdal NTML library give configure option +configure --ehanble-heimdal when building Axis2/C + +ntlm_post: +This sample send a HelloWorld web service POST request to the Windows IIS server +secured with NTLM authentication. + +Usage : ./ntlm_post [endpoint_url] (-n [username] [password] [flags] [domain] [workstation]) +use -n option for NTLM HTTP Authentication +use -h for help + +ntlm_post_with_check: +This sample send a HellowWorld web service POST request to the Windows IIS server +secured with NTLM authentication. +In this sample before sending the actual message, the client send a +test head request to check whether server require authentication. If server require +NTLM authentication, then only the client send the security credentials. + +Usage : ./ntlm_post_with_check [endpoint_url] (-n [username] [password] [flags] [domain] [workstation]) +use -n option for NTLM HTTP Authentication +use -h for help -- cgit v1.1-32-gdbae