Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 31658 invoked from network); 1 Mar 2007 15:07:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Mar 2007 15:07:05 -0000 Received: (qmail 73526 invoked by uid 500); 1 Mar 2007 15:07:13 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 73515 invoked by uid 500); 1 Mar 2007 15:07:13 -0000 Mailing-List: contact axis-c-user-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C User List" Reply-To: "Apache AXIS C User List" Delivered-To: mailing list axis-c-user@ws.apache.org Received: (qmail 73504 invoked by uid 99); 1 Mar 2007 15:07:13 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2007 07:07:13 -0800 X-ASF-Spam-Status: No, hits=2.9 required=10.0 tests=HTML_10_20,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of filip.pekarek@gmail.com designates 66.249.92.175 as permitted sender) Received: from [66.249.92.175] (HELO ug-out-1314.google.com) (66.249.92.175) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2007 07:07:01 -0800 Received: by ug-out-1314.google.com with SMTP id j40so374540ugd for ; Thu, 01 Mar 2007 07:06:40 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=sQJ8VMI0puCPSwBb121LYpnHMRqd6hJJu/M56O7Ocs6JxCEaNdAS3zblwcYEC0wacTZl0XLZOIra4Afct+S1weT8eOBcDV0SKr9BbcM6zSeGaiVD2XpibBOM9cuTdNqrUyCT6AOZ2vpA8dgUmnykDTWisN1erT+QH7dH6uF6BSg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=XJaVfGw5mUyy23cubOexp+H/ph8/zG5t0eKzYy0Z2vb2DOI21e25babCFC58OSMJXfKcGjXs2ZYxUnRpcO0qAPAV1RAj2nIN7jtBeIiCMVKhugTvwrid6RRr9+h6GTUA1NpIJnDlm10KToWQQRFDLY8TczQmAdKSrz8qhkZYQc0= Received: by 10.78.100.1 with SMTP id x1mr162516hub.1172761599898; Thu, 01 Mar 2007 07:06:39 -0800 (PST) Received: by 10.78.163.2 with HTTP; Thu, 1 Mar 2007 07:06:39 -0800 (PST) Message-ID: Date: Thu, 1 Mar 2007 16:06:39 +0100 From: "Filip Pekarek" To: axis-c-user@ws.apache.org Subject: problem with session management MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_26232_5660840.1172761599672" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_26232_5660840.1172761599672 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello, I've got problem getting right response from server. Webservice on server is written in .NET. I invoke a Login service with right parameters (it works in a browser). The service use cookies on client side, so I guess that could be my problem. I've found macro in axis2/c AXIS2_OPTIONS_SET_MANAGE_SESSION(options, env, AXIS2_TRUE); that should enable using cookies on client side. Am I right? server response this: ERROR: System.NullReferenceException: Object reference not set to an instance of an object. at .... I am not sure how to handle with session id that I should get from server after successful login. Can anybody help me? Thanks for reply. ------=_Part_26232_5660840.1172761599672 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello,
I've got problem getting right response from server. Webservice on server is written in .NET. I invoke a Login service with right parameters (it works in a browser). The service use cookies on client side, so I guess that could be my problem. I've found macro in axis2/c
 AXIS2_OPTIONS_SET_MANAGE
_SESSION(options, env, AXIS2_TRUE);
that should enable using cookies on client side. Am I right?

server response this:
<LogInResult>ERROR: System.NullReferenceException: Object reference not set to an instance of an object. at ....</LogInResult></LogInResponse></soap:Body></soap:Envelope>
I am not sure how to handle with session id that I should get from server after successful login. Can anybody help me?

Thanks for reply.
------=_Part_26232_5660840.1172761599672--