About the web service index

2004-05-14 Thread Feng Yuan
Hi, I am working on a MSC project related the Web services. For testing, we have to implemented about 1000 services sample. Where can I find a service index? I have tried IBM's UDDI server, but there seems to be too "testing services". Could you introduceany reliable service index services

Re: About the web service index

2004-05-14 Thread easterguest
xmethods.net Feng Yuan wrote: Hi, I am working on a MSC project related the Web services. For testing, we have to implemented about 1000 services sample. Where can I find a service index? I have tried IBM's UDDI server, but there seems to be too testing services. Could you introduce any

RE: SOAP message size limit with Axis

2004-05-14 Thread Lerena, Alberto
Hi Nelson, The problem is that if I increase the JVM memory, if the request length increases too, i will have the same problem. I can't control the request size because my client makes it, not me. :S I saw this solution, but it's more like a temporal dirty patch than a nice solution. Thank

Re: About the web service index

2004-05-14 Thread Feng Yuan
Hi, Thanks for your reply. I have gotten the about 400 services in xMethods.net already. But more services need to be tested in my experiment. Could you give me more suggestions? Thanks a lot. Regards, Feng - Original Message - From: easterguest [EMAIL PROTECTED] To: [EMAIL PROTECTED]

Wrong deserialization of nil=”true”-elements in BeanDeserializer

2004-05-14 Thread treebeard
Hi! We’ve got a problem here concerning the deserialization of our incoming SOAP-messages. The ele-ments of our ANSWER_STRING-elements with xsi:nil=”true” are ignored by the BeanDeserializer. We redesigned our productive WebServices to be WS-I-conform and have problems because of this

RE: SOAP message size limit with Axis

2004-05-14 Thread Lerena, Alberto
Hi Peter, Obviously the max request size for a GET request is about 256 characters, and that's really short xD My error was to think the method getContentLength was going to read the http header content-length with a low memory cost, but i miss... so i was surprised when i got the OOM :S

Is MimeBodyPart included as a type in AXIS ??? - To Send Attachemtn s

2004-05-14 Thread Dhanush Gopinath
Hi All, I am trying to send SOAP Message with attachment using Apache Axis Engine. This is my reference : http://www-106.ibm.com/developerworks/webservices/library/ws-soapatt/?openl=930,t=grws I declared my interface, created the wsdl file by Java2WSDL. Now my Webservice method takes a

AW: XML Deserialization : Deserializer how to?

2004-05-14 Thread Slava
But how it should be implemented in context of the example below? Could you please suggest the changes in code? -Ursprüngliche Nachricht- Von: John R Meloro [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 14. Mai 2004 00:08 An: [EMAIL PROTECTED] Betreff: Re: XML Deserialization :

BIG Problem

2004-05-14 Thread Ivan Petrov
Hi Axis users, DO YOU AGREE TO CHANGE THE DEATH PENALTY FOR THOSE WHO CONTAMINATED THE BLOOD OF LYBEENS CHILDREN WITH AIDS? BTW: It is NOT the right question: Bulgarian medics DIDN'T contaminate the blood. 3 diferent independent commisions, with strong professors in aids area, told that THE

Best Practices?

2004-05-14 Thread Jason Etherton
Hi, I'm also new to this mess of understanding! I've been following (and re-following) the Axis User Guide docs, and am a little bewildered. I've written my own test webservice and interface, used Java2WSDL on the interface to get the wsdl file, then used WSDL2Java to obtain the stubs and

Re: getTypeMappingRegistry not being called in my EngineConfiguration

2004-05-14 Thread Enrico Goosen
Hi All, Thanks for the help (not). After 2 days of sitting with this problem, I finally got it working. I can now package a org.apache.axis.Message and manually send it over a TCP/IP socket, without getting that damn ERROR: java.io.IOException: No serializer found for class

I need to unsubscribe

2004-05-14 Thread Mohd Al Mahmood
Please help me, I need to unsubscribe from this mailing list. I sent several emails to [EMAIL PROTECTED], with no luck. Every couple days my mail box is swamped and i am in troulbe coz i can't recieve any new mails till i empty it. Please advise me Mohd

Re: Wrong_deserialization_of_nil=”true”-elements_in_BeanDeserializer

2004-05-14 Thread sreekantan, vijay
Sebastian,I encountered the same problem and posed the question both in the axis-user and axis-dev groups. I did not recieve any response. We have custom deserializers, so we really did not need the Axis Deserializers. But our clients consuming our WSDL will be using Axis and they will be facing a

RE: About the web service index

2004-05-14 Thread Galbreath, Mark A
google? -Original Message- From: Feng Yuan [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 3:37 AM To: [EMAIL PROTECTED] Subject: Re: About the web service index Hi, Thanks for your reply. I have gotten the about 400 services in xMethods.net already. But more services need to be

RE: Project from hell?

2004-05-14 Thread Galbreath, Mark A
Ok, here's the deal. I have a legacy Web app that uses applets in the presentation layer for the client/server communication. The applets capture input from the user (userid, password, etc.), sends it to the server for validation, and the server returns another applet with application options

RE: Announce: German book on Apache Axis released

2004-05-14 Thread Galbreath, Mark A
Better post the URL to babbelfish, too -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, May 13, 2004 9:54 PM To: [EMAIL PROTECTED] Subject: Announce: German book on Apache Axis released Hi! This week our German book on Apache Axis was released.

RE: I need to unsubscribe

2004-05-14 Thread Galbreath, Mark A
Welcome to the Hotel California! -Original Message- From: Mohd Al Mahmood [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 7:23 AM To: [EMAIL PROTECTED] Subject: I need to unsubscribe Please help me, I need to unsubscribe from this mailing list. I sent several emails to [EMAIL

RE: BIG Problem

2004-05-14 Thread Galbreath, Mark A
Please stop this crap. -Original Message- From: Ivan Petrov [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 5:55 AM To: [EMAIL PROTECTED] Subject: BIG Problem Hi Axis users, DO YOU AGREE TO CHANGE THE DEATH PENALTY FOR THOSE WHO CONTAMINATED THE BLOOD OF LYBEENS CHILDREN WITH

Re: Best Practices?

2004-05-14 Thread Tom Myers
Galbreath, Mark A wrote: I truely wish to access a Web service from a browser. However I can make that happen. Mark You can access a SOAP or REST service with a Java applet or, in a modern browser, in Javascript. There's sample code scattered on the web, or in books like

RE: Project from hell?

2004-05-14 Thread Sherman, Dennis (END-CHI)
You've got multiple goals listed. They're not mutually exclusive, but they're also not dependant on each other. If the goal is to replace a back end database installed locally with reference to a single central database, you hardly need to touch the presentation layer. Replace whatever the

RE: About the web service index

2004-05-14 Thread Anne Thomas Manes
You can use some of the interop test services: You can find most of the interop pages from here: http://soap.systinet.net/interop/ Anne -Original Message- From: Feng Yuan [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 3:36 AM To: [EMAIL PROTECTED] Subject: Re: About the web

RE: About the web service index

2004-05-14 Thread Anne Thomas Manes
You can use some of the interop test services: You can find most of the interop pages from here: http://soap.systinet.net/interop/ Anne -Original Message- From: Feng Yuan [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 3:36 AM To: [EMAIL PROTECTED] Subject: Re: About the web

RE: I need to unsubscribe

2004-05-14 Thread Anne Thomas Manes
When you send the unsubscribe message, you must send it from the address that you subscribed with, and you must respond to the unsubscribe message. Anne -Original Message- From: Mohd Al Mahmood [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 7:23 AM To: [EMAIL PROTECTED] Subject: I

RE: I need to unsubscribe

2004-05-14 Thread Anne Thomas Manes
When you send the unsubscribe message, you must send it from the address that you subscribed with, and you must respond to the unsubscribe message. Anne -Original Message- From: Mohd Al Mahmood [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 7:23 AM To: [EMAIL PROTECTED] Subject: I

RE: Project from hell?

2004-05-14 Thread Anne Thomas Manes
Mark, It's touch to get a SOAP runtime to run in an applet. If that's what you really want to do, I suggest that you use the Wingfoot SOAP 1.06 client package (see http://www.wingfoot.com/index.jsp). It's free for commercial use. (at least it used to be -- but I haven't verified) I don't know

RE: Project from hell?

2004-05-14 Thread Anne Thomas Manes
Mark, It's touch to get a SOAP runtime to run in an applet. If that's what you really want to do, I suggest that you use the Wingfoot SOAP 1.06 client package (see http://www.wingfoot.com/index.jsp). It's free for commercial use. (at least it used to be -- but I haven't verified) I don't know

RE: Announce: German book on Apache Axis released

2004-05-14 Thread Keith Bohnenberger
explained. A special chapter on message styles clarifies the differences between RPC/Encoded, RPC/Literal, Doc/Literal and Wrapped. I think the thing a new person gets confused about the most is all this doc literal, rpc encoded, messages style, document style, wrapped style, rpc style talk.

Re: multi language support in Axis

2004-05-14 Thread Keith Baker
Did you get this fixed? I am having a problem which seems somewhat related. I have a WASP server Sending my Axis client UTF-8. They work fine when the text is just ASCII characters. When I get UTF-8 things get all sorts of screwed up. Axis seems not to realize that the data is in UTF-8 when

RE: I need to unsubscribe

2004-05-14 Thread Ramesh Sakala
I have this problem too. Anne, as you said; I have not received any confirmation message to confirm unsubscribe. This works fine for axis-dev list, though. I want unsubscribe from axis-user list too. Thanks, Ramesh Sakala Engineering Manager Digital Evolution Inc. Ph: 011-91-98480-57355 (Mobile)

RE: Best Practices?

2004-05-14 Thread Anne Thomas Manes
Title: RE: Best Practices? snipped for brevity Have you tried SOAPScope? It provides a built-in browser testing utility. See www.mindreef.com From: Volkmann, Mark [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 9:45 AM To: '[EMAIL PROTECTED]' Subject: RE: Best

RE: Best Practices?

2004-05-14 Thread Anne Thomas Manes
Title: RE: Best Practices? snipped for brevity Have you tried SOAPScope? It provides a built-in browser testing utility. See www.mindreef.com From: Volkmann, Mark [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 9:45 AM To: '[EMAIL PROTECTED]' Subject: RE: Best

RE: Project from hell?

2004-05-14 Thread Galbreath, Mark A
EXACTOMUDO! :-( -Original Message- From: Sherman, Dennis (END-CHI) [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 9:12 AM Your task sounds to me suspiciously like someone at an executive level having heard about web services, and thinking they've found the silver bullet to all

String[] in complex type was returned as null

2004-05-14 Thread Phil Wilson
Hi all, I've tried looking for this in the archive, but haven't had any luck, so my appologies if this has already been answered. I have a soap call which returns an object which contains an integer and a string array. When I call it the response *looks* fine[3] (via TCPMon), and the integer

Re: I need to unsubscribe

2004-05-14 Thread Davanum Srinivas
cleaned up [EMAIL PROTECTED] from axis-user. i can't find any entries for ramesh either on axis-dev or axis-user... -- dims On Fri, 14 May 2004 07:26:41 -0700, Ramesh Sakala [EMAIL PROTECTED] wrote: I have this problem too. Anne, as you said; I have not received any confirmation message to

Re: multi language support in Axis

2004-05-14 Thread Davanum Srinivas
You should not have any problems if you use Axis latest beta. If you do open up a bug report with sample code. -- dims On 14 May 2004 10:23:43 -0400, Keith Baker [EMAIL PROTECTED] wrote: Did you get this fixed? I am having a problem which seems somewhat related. I have a WASP server

RE: Best Practices?

2004-05-14 Thread Yakulis, Ross (Ross)
Title: RE: Best Practices? Another item to consider in the best practices: Is it considered best form to have a single inclusive wsdl or break up the wsdl into separate files? Any thoughts? Please add to the Wiki. Ross

Re: Project from hell?

2004-05-14 Thread Jeff
Hi! On a similar note, there's a disconnect between the capabilities of tools created by the software industry and the requirements of the scientific community. I have just completed a particular type of Open GIS Consortium (OGC) web service called a Sensor Collection Service. The XML Schema

Re: Project from hell?

2004-05-14 Thread Davanum Srinivas
A few questions: #1: Can you please open a bug report with a pointer to the schema that fails? #2: Did you try using any JAXB implementation against the schema? thanks, dims On Fri, 14 May 2004 12:03:14 -0400, Jeff [EMAIL PROTECTED] wrote: Hi! On a similar note, there's a disconnect

Axis Client - Basic Question

2004-05-14 Thread Miller, Janet
I have a very basic question about Axis. I am a newbie and just wanted to know this: Does the client have to have Axis installed on their system or is Axis just used to generate the initial client code for the web service during development?

RE: Project from hell?

2004-05-14 Thread TMT_Sato
Hi, I use web service, if that applet talks to the server with RMI. We can think of a web service as another serialization better than RMI. Besides, we can use http or https with axis. That leads to an easy integration with other J2EE applications. In the end, better availability ,security and

Re: Project from hell?

2004-05-14 Thread Jeff
#1: You must be joking! There are more than 2000 DIFFERENT elements and complex types. The problems tend to lie within the generated code and are not obvious until you try to use that code...then you find that it doesn't work. I wasted way too much time trying make changes to the Axis-generated

Sample WSDL files

2004-05-14 Thread Yakulis, Ross (Ross)
Title: Sample WSDL files Anyone have some wsdl files that use multiple import statements, that they wold be willing to allow me to use in order to test out some code I am writting for a tool? Ross

Re: Sample WSDL files

2004-05-14 Thread Davanum Srinivas
try the test cases in cvs. there are MANY examples. -- dims - Original Message - From: Yakulis, Ross (Ross) [EMAIL PROTECTED] Date: Fri, 14 May 2004 11:31:21 -0700 Subject: Sample WSDL files To: [EMAIL PROTECTED] Anyone have some wsdl files that use multiple import

RE: Project from hell?

2004-05-14 Thread Blake Dournaee
Hi Mark, Thanks for the description of this use-case. I still, however, have some questions - probably from my misunderstanding of the description. Let me re-state what you are trying to accomplish first: 1. You've got a large number of installations of a legacy Web app (LWA), distributed

Re: Project from hell?

2004-05-14 Thread Davanum Srinivas
Jeff, #1: I meant just a URL to the schema itself. Nothing more :) #2: At apache, we have JaxMe and XMLBeans projects. This complicated schema may be given to them as a test case. hence the question. Best of luck with XchainJ. thanks, dims On Fri, 14 May 2004 13:42:43 -0400, Jeff [EMAIL

Re: OS X installation: almost there

2004-05-14 Thread Matthew Calhoun
Hello, I just wanted to give an update as to how I solved my problem, so that it will be be in the list archives in case other OS X users run into the same issue. I had put the axis jars in /Library/Java/Extensions/ in order to make them easily accessible to my client program, which is

Re: Project from hell?

2004-05-14 Thread Dennis Sosnoski
Galbreath, Mark A wrote: EXACTOMUDO! :-( -Original Message- From: Sherman, Dennis (END-CHI) [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 9:12 AM Your task sounds to me suspiciously like someone at an executive level having heard about web services, and thinking they've found the

RE: Project from hell?

2004-05-14 Thread Galbreath, Mark A
so...you feel my pain My idea is to remove the applet functionality to a Struts framework. The framework would handle the back-and-forth between the client and the Web service. Am I being too simplistic? Personally, I think I have been given an impossible task. Mark -Original

Re: Project from hell?

2004-05-14 Thread Davanum Srinivas
No. You are on the right track :) -- dims On Fri, 14 May 2004 16:05:58 -0400, Galbreath, Mark A [EMAIL PROTECTED] wrote: so...you feel my pain My idea is to remove the applet functionality to a Struts framework. The framework would handle the back-and-forth between the client and the

Wiki Update

2004-05-14 Thread Blake Dournaee
All, Here is an update to the Wiki: http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/DealingWithCom monExceptions Sorry for the wrapped URL. Does anyone have any more common Exceptions that they can add to the Wiki? Blake Dournaee Sarvega, Inc. http://www.sarvega.com

RE: Project from hell?

2004-05-14 Thread Galbreath, Mark A
wellsheeeit! I am trying to find the EASIEST solution - screw writing WSDLs and any other XML files! I tried the Sun tutorial, but it would a fanatic 12 weeks to go through that one. I tried the Axis tutorial and it made no REAL WORLD sense at all. I tried the Oracle JDeveloper and

RE: Project from hell?

2004-05-14 Thread Sherman, Dennis (END-CHI)
When you go from 10,000 ft. to 30,000 ft. to 50,000 ft., things look simpler and simpler... :-) I don't (yet) think your task is impossible -- but I do think you need to better define what your task *is*. If the task is use web services so we can say we did it, that's one thing. But as I noted

RE: Project from hell?

2004-05-14 Thread Pridemore, Russell (MAN-Corporate)
Not at all. Let me describe my project: I'm taking an existing application and replacing the current DAO layer to use web-services. This DAO layer is used by our web front-end (yes, using Struts), a standalone Java application, and a web-start application. The same code is working just fine in

Re: Project from hell?

2004-05-14 Thread Jeff
Keep 'em comin' :-) That's so funny. Jeff P.S. I'm working on the SCS schema thing, Davanum. - Original Message - From: Galbreath, Mark A [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 14, 2004 4:17 PM Subject: RE: Project from hell? wellsheeeit! I am trying to

Re: Project from hell?

2004-05-14 Thread Ben Souther
We just wrote a fairly large app using Axis without ever needing to write a line of XML. Take another look at the Axis tutorials on Monday, with a cooler head. Here is another one that I thought was pretty straight forward: http://javaboutique.internet.com/tutorials/Axis/index.html On

RE: Project from hell?

2004-05-14 Thread Galbreath, Mark A
wow...finally...some validation! Of course, the real trick is going to be calling the applet classes from a servlet and be able to handle the method args. Mark -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 4:12 PM To: [EMAIL PROTECTED]

RE: Project from hell?

2004-05-14 Thread Galbreath, Mark A
yeah, man...I hear ya. I have already discussed this with the system owners and they think I have been given a wild-goose chase by marginally technically competent people. ouch -Original Message- From: Sherman, Dennis (END-CHI) [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 4:20

RE: Project from hell?

2004-05-14 Thread Galbreath, Mark A
cool...I belong to a close-knit group of hackers at http://www.darkmyst.org on #funkycodemonkey but I will post your URL on there -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 4:24 PM To: [EMAIL PROTECTED] Subject: Re: Project from

RE: Project from hell?

2004-05-14 Thread Galbreath, Mark A
cooler head? ok...I'll go fishing in the headwaters of the Chesapeake Bay over the weekend and see if that helps Mark -Original Message- From: Ben Souther [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 4:30 PM To: [EMAIL PROTECTED] Subject: Re: Project from hell? We just

Transfer-Encoding=chunked

2004-05-14 Thread Joe Plautz
Hello all, I'm not sure where to post this one? But here it goes. I am having an issue with a chunked response when connecting to Axis on Tomcat using Power Builder. Aparently, Power Builder issues a request using HTTP 1.1 but it does not accept a chunked response back. Does anyone know if there

Re: any issues with Holder classes? ... In the words of Roseanne Rosanna-Dana ... never mind! :)

2004-05-14 Thread rdeanna
All, I believe it was my issue. I had exposed a pre-existing Java class as a Web Service using Axis tools: 1) Java2WSDL - to generate the WSDL then 2) WSDL2Java - to generate the stubs/skeletons It appears that... If your original Java method had a holder argument, the Java2WSDL

RE: multi language support in Axis

2004-05-14 Thread Shah, Soniya M. [RA]
It is working for me. I am using Axis 1.1. I do following,there were some discussions that this is not the right approach, I did agree with those discussions but in my case what I am doing is o.k. and works, may not be the right approach for you. Please follow the thread you mentioned in the

Axis Client - Basic Question

2004-05-14 Thread Miller, Janet
With all the talk about the project from hell, I think my post got missed, so I'm posting again. I'm a newbie and just have a very basic question. Does the client need to have Axis installed at runtime, or is Axis just used during development of the client app? Thanks. Jan

RE: Axis Client - Basic Question

2004-05-14 Thread Pridemore, Russell (MAN-Corporate)
A client app will require the axis libs at runtime, but not, of course, the axis servlet. Or you could use something completely different for the client and only write the service using axis. Your choice. Russ -Original Message- From: Miller, Janet [mailto:[EMAIL PROTECTED] Sent:

RE: Axis Client - Basic Question

2004-05-14 Thread Miller, Janet
So this means that I would just need to include the appropriate axis jars in the client's classpath? I'm using Java. Jan -Original Message- From: Pridemore, Russell (MAN-Corporate) [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 5:20 PM To: '[EMAIL PROTECTED]' Subject: RE: Axis

RE: Best Practices?

2004-05-14 Thread Anderson Jonathan
Try Mindreef SOAPScope 3.0. It runs as a web app on your local machine, and you can either upload a WSDL to it or point it at a ?WSDL endpoint. It consumes the WSDL and constructs an HTML form page that allows you to populate the SOAP request. Click invoke, see the response. Very handy - can

RE: Axis Client - Basic Question

2004-05-14 Thread Pridemore, Russell (MAN-Corporate)
Yes, that is correct. -Original Message- From: Miller, Janet [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 5:31 PM To: [EMAIL PROTECTED] Subject: RE: Axis Client - Basic Question So this means that I would just need to include the appropriate axis jars in the client's classpath?

Re: Announce: German book on Apache Axis released

2004-05-14 Thread John R Meloro
Where can I get an English translation? - Original Message - From: Thilo Frotscher [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 13, 2004 9:56 PM Subject: Announce: German book on Apache Axis released Hi! This week our German book on Apache Axis was released. On 650

Re: Project from hell?

2004-05-14 Thread John R Meloro
Here is a link to a web site that will walk you through creating a very simple web service. However, all the critical pieces are created. Hope this helps... - Original Message - From: Galbreath, Mark A [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 14, 2004 4:17 PM Subject:

Re: Axis Client - Basic Question

2004-05-14 Thread John R Meloro
Take a look at the following link: http://www.onjava.com/pub/a/onjava/2002/06/05/axis.html - Original Message - From: Miller, Janet [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 14, 2004 12:46 PM Subject: Axis Client - Basic Question I have a very basic question about

Session management

2004-05-14 Thread Alex Chen
Is there any way to maintain session information within AXIS? When an AXIS client issues a call, the marshaller wraps the HTTP header around the SOAP message so the client has no way of accessing the HTTP session information. Similarly, the server code only has access to the SOAP stuff, not the

RE: Session management

2004-05-14 Thread Yakulis, Ross (Ross)
your your own session info in the soap header? -Original Message- From: Alex Chen [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 5:42 PM To: [EMAIL PROTECTED] Subject: Session management Is there any way to maintain session information within AXIS? When an AXIS client issues a

Re: Session management

2004-05-14 Thread Alex Chen
It does not matter whether the session information comes from the web server or from AXIS. As long as I can get the the session information, I am happy. In normal WEB browser/server situation, both sides control how the session is initialized or maintained because they have full access to the

Re: Session management

2004-05-14 Thread Davanum Srinivas
http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/HttpRequest On Fri, 14 May 2004 18:03:53 -0700, Alex Chen [EMAIL PROTECTED] wrote: It does not matter whether the session information comes from the web server or from AXIS. As long as I can get the the session information, I am

axis and SSL client certificate: how do I make the certificate info available to the web service itself

2004-05-14 Thread Arnaud SAHUGUET
Hi, I want to deploy web services based on client authentication. For instance, I want to provide access to a database through a web service and access control is done via SSL certificates and not username and password. Basically, the client application connects to Axis. The Axis server will look

Re: Project from hell?

2004-05-14 Thread Davanum Srinivas
Am not sure if you are kidding or seriousAnyways, here's the complete list of IRC channels that various apache projects use - http://nagoya.apache.org/wiki/apachewiki.cgi?IrcChannels -- dims On Fri, 14 May 2004 16:40:22 -0400, Galbreath, Mark A [EMAIL PROTECTED] wrote: cool...I belong to