473,385 Members | 1,732 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

A question on session management with ZSI webservices

Hi:

I have a webservice running on Apache-Axis / Java --- XService.

I am using a .NET client application for accessing the services on the XService. After logging in for the first time, the next time client has to access the XService, it has to set cookies. This is the code which I use for the same (which works):
Expand|Select|Wrap|Line Numbers
  1. System.Net.CookieContainer cookies = new System.Net.CookieContainer();
  2. XService.XServiceService service = new XService.XServiceService();
  3. service.CookieContainer = cookies;
  4.  
I am now writing the same client in Python using ZSI Webservices api. Can any one tell me / point me to the correct resources as to how this is done?

Thanks
jupiter1199
Oct 21 '08 #1
0 1070

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Erik Johnson | last post by:
There are a lot of things about PHP I was not too keen on and hence why my company is primarily doing Python these days, but one thing I was quite impressed with was the ease with which it provided...
3
by: sunnyz | last post by:
hi I wanted to know whether we can store something in Session objects in webservice.My windows application calls the webservice and i want the data to be stored in Session object so that each user...
2
by: Gvnn | last post by:
Hi, I've few problem with Session Variables and WebServices. I've a web application (.aspx), and I assign a Session variable ( ex: Session.Add("COD",Value) ). Then I call a WebService. I need that...
5
by: Abhilash.k.m | last post by:
This is regarding the session management using Out of proc session management(SQL SERVER). Among the samples below which one is better to set the session? 1. There are 20 session...
4
by: Lerp | last post by:
Hi all, I have been asked to build a common login for a cluster of web apps, is it possible to use stateserver to handle/manage session state across more than one web application? Cheers, Lerp
5
by: bluewind44 | last post by:
Hello, all. Is there any case that session vaiables expire before the time-out? Now, I'm developing the UI project that use the webservice project. Ocationally I met the situation that I...
5
by: A.M-SG | last post by:
Hi, I am developing a SOAP extender and I need to store some session information at BeforeSerialize ProcessMessage event, so at the AfterDeserialize ProcessMessage event I know which call I...
7
by: Microsoft Newsserver | last post by:
Hi Folks. I have an issue I need some help with if thats OK. I am running Framework 2.0 using Windows Integrated Security. For most of the application we manage session timeouts without the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.