Re: Error: Method not allowed

2004-04-28 Thread Leo de Blaauw
Stephan, Since the URL of the webservice is HTTPS, are you sure the SSL authentication goes ok ? By the way we developed simular webservices for VECOZO using the same standards. We originally used axis as well but since a few weeks ago switched to using WASP. Sincere greetz Leo de Blaauw IZA

RE: Trouble with HTTPS/SSL and Axis

2004-03-11 Thread Leo de Blaauw
Title: RE: Trouble with HTTPS/SSL and Axis Hi, I would also switch on ssl debug in a case like this trough system property: javax.netl.debug=...  the value depends a litle on your ssl implementation, but for the sun ssl libraries it is: System.setProperty("javax.net.debug", "all"); For

RE: axis 1.1 findings

2004-02-12 Thread Leo de Blaauw
Hi,   a) Axis 1.1 does not support document and wrapped style services.    It supports just rpc and message style Services.       [Leo de Blaauw]  i have no problems with either of the above as thats our standard here for our webservices and we have several in produktion.  b) Axis 1.1

RE: How Does Axis Support SSL/TLS

2004-02-12 Thread Leo de Blaauw
Title: How Does Axis Support SSL/TLS Nope,   its to the transport layer to deal with that. Greetz Leo -Oorspronkelijk bericht-Van: Zhao Sharon-CSC002 [mailto:[EMAIL PROTECTED]Verzonden: donderdag, februari 2004 23:19Aan: '[EMAIL PROTECTED]'Onderwerp: How Does Axis Support SS

anonymous cvs access ??

2004-02-12 Thread Leo de Blaauw
Hi all,   Does anybody on here know why cvs access with:   cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic login   gives me a no such repository error in wincvs ?   Greetz and thanks Leo

Re: how to sepcify certificate alias

2004-02-11 Thread Leo de Blaauw
same JVM and what we >have done >so far is >to define the system properties directly as JVM parameters. So both >applications share the >same system properties, and hence the same keystore file path. > >Even we put these definition

Re: Advanced WSDD

2004-02-11 Thread Leo de Blaauw
with... lol Leo - Original Message - From: "Galbreath, Mark A" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 11, 2004 9:15 PM Subject: RE: Advanced WSDD > mit? > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, Fe

Re: how to sepcify certificate alias

2004-02-11 Thread Leo de Blaauw
will >change the system properties values set by the first application at >run >time (the first >application refers to the application that runs the system >properties >values setting code first). > >I really do not

Re: how to sepcify certificate alias

2004-02-11 Thread Leo de Blaauw
Title: Message True, But what if you need to force the selection of a certain client certificate to just one server to identify your request ?   Greetz Leo - Original Message - From: Shah, Soniya M. [RA] To: '[EMAIL PROTECTED]' Sent: Wednesday, February 11, 2004 6:44

RE: how to sepcify certificate alias

2004-02-11 Thread Leo de Blaauw
store multiple certificates. Thanks for the comments. Jian                

RE: how to sepcify certificate alias

2004-02-10 Thread Leo de Blaauw
Hi,   Yes but that will leave the task of selecting a certain client certificate up to the ssl implementation, wich is quite random. Therefore this is not enough for a solution.Greetz Leo -Oorspronkelijk bericht-Van: Dhanush Gopinath [mailto:[EMAIL PROTECTED]Verzonden: woensda

RE: how to sepcify certificate alias

2004-02-10 Thread Leo de Blaauw
Title: RE: how to sepcify certificate alias Hi, Well the short answer is it depends on the ssl library you use, for instance sun or ibm. Both, as far as i know, dont allow you to do this out of the box. In my experience they they both take the first client certificate found in the key store.

Re: Where Axis store the WSDL?

2004-02-09 Thread Leo de Blaauw
Tony,   Then its only generated on the fly.   Leo - Original Message - From: Tony Blair To: [EMAIL PROTECTED] Sent: Monday, February 09, 2004 9:36 PM Subject: Re: Where Axis store the WSDL? Hi Leo,   I mentioned that in my email as well but where does Axis

Re: Where is the WDSL?

2004-02-09 Thread Leo de Blaauw
Tony,   Enter the full URL for your service, followed by ?wsdl this should show you the wsdl for that service in most cases.Greetz Leo - Original Message - From: Tony Blair To: [EMAIL PROTECTED] Sent: Monday, February 09, 2004 8:00 PM Subject: Where is the WDSL?

Re: Logging incoming and outgoing messages ?

2004-02-05 Thread Leo de Blaauw
axis.jar to create thes logs ? Or is there some other way ?   greets benjamin -Ursprüngliche Nachricht-Von: Leo de Blaauw [mailto:[EMAIL PROTECTED]Gesendet: Donnerstag, 5. Februar 2004 14:47An: '[EMAIL PROTECTED]'Betreff: RE: Logging incoming and outgoin

RE: Logging incoming and outgoing messages ?

2004-02-05 Thread Leo de Blaauw
Title: RE: Logging incoming and outgoing messages ? Hi, Just log them in handlers on the incoming and outgoing requests. Greetz Leo -Oorspronkelijk bericht- Van: Benjamin Marcel Flohr [mailto:[EMAIL PROTECTED]] Verzonden: donderdag, februari 2004 14:41 Aan: [EMAIL PROTECTED] Onde

RE: Socket write error

2004-02-05 Thread Leo de Blaauw
Hi,   I would just turn on SSL debug in the system property, seems like an SSL related problem. Leo -Oorspronkelijk bericht-Van: Safdar Ali [mailto:[EMAIL PROTECTED]Verzonden: donderdag, februari 2004 14:32Aan: Axis UserOnderwerp: Socket write error Hi all, why does the

bug in latest nightly build ?

2004-02-05 Thread Leo de Blaauw
also noticed that now in the messages going out the types of variables are included in the messages on just the int fields?? I will put axis into writing logs mode later this afternoon and keep you posted here. Any help or suggestions appreciated ! Sincere greetings, Leo de Blaauw IZA/ACI

Re: dump of outgoing SOAP messages

2004-02-04 Thread Leo de Blaauw
Title: Message Hi,   We use a handler to do just that...   Greetz Leo - Original Message - From: Shah, Soniya M. [RA] To: '[EMAIL PROTECTED]' Sent: Wednesday, February 04, 2004 9:25 PM Subject: dump of outgoing SOAP messages Hi All,   How do I get

RE: Deserialization from a file

2004-01-30 Thread Leo de Blaauw
Title: RE: Deserialization from a file Hi, Well its not a free library but we use jsx for serialisation and deserialisatin of java objects to xml and reverse. Not in combination with axis, but we do for instance to translate VO's to xml Greetz Leo -Oorspronkelijk bericht- Van: Yv

RE: Attachments not getting cleaned up in Axis1.1

2004-01-30 Thread Leo de Blaauw
Title: RE: Attachments not getting cleaned up in Axis1.1 Hi, That is my workaround wich we are still using too. I havent found a better solution yet either... greetings Leo -Oorspronkelijk bericht- Van: I-Sampige, Srinivas [mailto:[EMAIL PROTECTED]] Verzonden: vrijdag, januari 20

Re: Warning on Happyness page

2004-01-22 Thread Leo de Blaauw
hey thats just a warning if you didn install the security jar seperately it doesnt find it. Greetz Leo - Original Message - From: "Safdar Ali" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, January 22, 2004 4:56 PM Subject: Re: Warning on Happyness page

RE: Couldn't find trusted certificate

2003-12-16 Thread Leo de Blaauw
Hi, [Leo de Blaauw]  I get the infamous "Exception in thread "main" javax.net.ssl.SSLHandshakeException: Couldn't find trusted certificate" error.  [Leo de Blaauw]  Looks like you dont trust the server you are connecting to. I just load the key and trust store

RE: Using Client Certificate

2003-12-02 Thread Leo de Blaauw
write a simple java program to connect to the HTTPS url makes it easier to debug this stuff i found. Greetings, Leo de Blaauw -Oorspronkelijk bericht- Van: Philipp Röthl [mailto:[EMAIL PROTECTED]] Verzonden: dinsdag, december 2003 9:52 Aan: [EMAIL PROTECTED] Onderwerp: Using Client Cert

Re: SSL one-way

2003-11-22 Thread Leo de Blaauw
Title: RE: SSL one-way Well,   Really just a matter of putting the servers certificate in your truststore should do the trick in setting up the ssl connection you shouldnt have to care...but i had shitloads of problems getting ssl to work both ways trough websphere 5...   laterz Leo -

Re: WebSphere reading materials

2003-11-14 Thread Leo de Blaauw
sw/recommendedreading.html>http://www-106.ibm.com/developerworks/websphere /library/techarticles/0305_issw/recommendedreading.html > > > > > >Greetz, > > > >Leo de Blaauw > > > > > > > > > > > >De informatie verzonden met dit e-mail beri

WebSphere reading materials

2003-11-14 Thread Leo de Blaauw
: http://www-106.ibm.com/developerworks/websphere/library/techarticles/0305_issw/recommendedreading.html Greetz, Leo de Blaauw De informatie verzonden met dit e-mail bericht is uitsluitend bestemd voor de geadresseerde. Openbaarmaking, vermenigvuldiging, verspreiding en/of verstrekking van

RE: Install/Deploy Axis 1.1 under WebSphere 5

2003-11-14 Thread Leo de Blaauw
Title: RE: Install/Deploy Axis 1.1 under WebSphere 5 Hi, I have just confirmed my requirement, we wanted to have SOAP server at web server side, which will be using IBM HTTP Server, I remembered when we deployod Axis into Apache Tomcat, we only need to modify one configuration file, server

RE: Install/Deploy Axis 1.1 under WebSphere 5

2003-11-13 Thread Leo de Blaauw
Title: RE: Install/Deploy Axis 1.1 under WebSphere 5 Hi,     Thanks for the reply. If I wanted to run SOAP server inside IBM HTTP Server, can I just follow as you have suggested ?   You cant basically the http server is just that and an http server, no

RE: Install/Deploy Axis 1.1 under WebSphere 5

2003-11-13 Thread Leo de Blaauw
HTTP Server ? Make a web application with axis and the libs in it and deploy basically Greetings, Leo de Blaauw         De informatie verzonden met dit e-mail bericht is uitsluitend bestemd voor de geadresseerde. Openbaarmaking, vermenigvuldiging, verspreiding en/of verstrekking van

RE: Archive Search

2003-11-12 Thread Leo de Blaauw
Title: RE: Archive Search Try: http://ws.apache.org/axis/mail.html Leo -Oorspronkelijk bericht- Van: Uwe Kubosch [mailto:[EMAIL PROTECTED]] Verzonden: woensdag, november 2003 9:01 Aan: [EMAIL PROTECTED] Onderwerp: Archive Search Hi all! Is it possible to browse or search the

Re: How to Print the SOAP Request and Response Soap XML in Axis

2003-10-16 Thread Leo de Blaauw
Well,   We just use handlers on client and server side to log the request and response messages, wich works great ! There are samples on handlers in the samples directory Greetings LEo - Original Message - From: Soma Shekar To: [EMAIL PROTECTED] Sent: Thursday, October 1

& generating problems ??

2003-10-16 Thread Leo de Blaauw
Hi all,   Has anybody ever seen that & generates errors when it is received in a string type field? Seems to give problems with our axis webservice, seems to me that it shouldnt   greetings,Leo de Blaauw  

RE: how to use client ssl certificates??

2003-10-13 Thread Leo de Blaauw
s and installing that as the default. Refer to JSSE guide at http://java.sun.com/j2se/1.4.2/docs/guide/security/jsse/JSSERefGuide.html for details.   Pankaj Kumar http://www.j2ee-security.net - Original Message - From: Leo de Blaauw To: [EMAIL PROTECTED] A

how to use client ssl certificates??

2003-10-13 Thread Leo de Blaauw
client. It seems however that under the hood java takes the first found client certificate from the cacerts file we use.. Is there any way at a lower level to influence wich client certificate gets presented during the connection setup ? Sincere greetings Leo de Blaauw De informatie

Re: Passing parameters to constructor

2003-09-01 Thread Leo de Blaauw
litle to no controll. For example: http://ourserver.com/axisservices/ourservice?valueOne Anyone know if this can be done ? Sincere greetings, Leo de Blaauw - Original Message - From: "Thomas Bayer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, Sept

RE: Dime parsing example ??

2003-07-23 Thread Leo de Blaauw
t the dime version axis is using is different from 1.0 ?? Anyway, thanks for your help in this issue ! Sincere greetings, Leo de Blaauw -Oorspronkelijk bericht- Van: Davanum Srinivas [mailto:[EMAIL PROTECTED]] Verzonden: woensdag, juli 2003 15:35 Aan: [EMAIL PROTECTED] Onderwerp: RE:

RE: Dime parsing example ??

2003-07-23 Thread Leo de Blaauw
the message it doesnt support the DIME version axis uses... Sincere greetings, Leo de Blaauw -Oorspronkelijk bericht- Van: Davanum Srinivas [mailto:[EMAIL PROTECTED] Verzonden: woensdag, juli 2003 15:14 Aan: [EMAIL PROTECTED] Onderwerp: RE: Dime parsing example ?? look at samples

RE: Dime parsing example ??

2003-07-23 Thread Leo de Blaauw
Well, Quick answer but doesnt really answer any of my questions ;-( Greetings, Leo de Blaauw -Oorspronkelijk bericht- Van: Kellogg, Richard [mailto:[EMAIL PROTECTED] Verzonden: woensdag, juli 2003 15:07 Aan: [EMAIL PROTECTED] Onderwerp: RE: Dime parsing example ?? Please refer to http

Dime parsing example ??

2003-07-23 Thread Leo de Blaauw
requests with DIME attachments containing zip files.. Any help or pointers greatly appreciated ! Sincere greetz Leo de Blaauw De informatie verzonden met dit e-mail bericht is uitsluitend bestemd voor de geadresseerde. Openbaarmaking, vermenigvuldiging, verspreiding en/of verstrekking van deze

ManagedMemoryDataSource not cleaning up temporary solution

2003-07-23 Thread Leo de Blaauw
cleanup axis attachment directory DataSource ds= rdh.getDataSource(); if(ds instanceof ManagedMemoryDataSource ){ ((ManagedMemoryDataSource )ds).delete(); } Greetz, Leo de Blaauw De informatie verzonden met dit e-mail bericht is uitsluitend bestemd voor de geadresseerde

ManagedMemoryDataSources not getting deleted...

2003-07-18 Thread Leo de Blaauw
and the attachment directory just keeps getting fuller and fuller ? Does anybody know how if this is fixed yet ? Sincere greetings Leo de Blaauw De informatie verzonden met dit e-mail bericht is uitsluitend bestemd voor de geadresseerde. Openbaarmaking, vermenigvuldiging, verspreiding en

RE: Axis and WebSphere

2003-06-20 Thread Leo de Blaauw
No, It doesnt out of the box its not axis in WSAD or WAS 5.0. We use both in our current project and manually added axis to a project, works fine by the way allthough axis 1.1 seems te be somewhat buggy on how it handles simpletypes in wsdl declaration files when using wsdl2java. Greetz, Leo ---

enums..

2003-06-19 Thread Leo de Blaauw
Hi all, Darn the enumdeserialiser is in the wsdd file when i generate it from the wsdl ! But still ?wsdl does not work.. Greetings, Leo de Blaauw IZA/Groningen

enum problems....

2003-06-19 Thread Leo de Blaauw
ich the ?wsdl works... Any ideas greatly appreciated, i tried some things allready but really puzzled now what causes this behavior. Sincere greetings, Leo de Blaauw IZA/Groningen

RE: Authentication

2003-06-18 Thread Leo de Blaauw
Or rather in your firewall if you have one... Greetz Leo -Oorspronkelijk bericht- Van: Benjamin Tomasini [mailto:[EMAIL PROTECTED] Verzonden: woensdag, juni 2003 15:18 Aan: [EMAIL PROTECTED] Onderwerp: Re: Authentication Consider enforcing that in your servlet container or web server.

RE: Follow-up on invoking web service

2003-06-12 Thread Leo de Blaauw
Yes, For a client that would work fine to, on our server the log handlers provide more options to log in and outgoing xml message straight from the wire if we have to i think. Greetings, Leo de Blaauw -Oorspronkelijk bericht- Van: Davanum Srinivas [mailto:[EMAIL PROTECTED] Verzonden

RE: Follow-up on invoking web service

2003-06-12 Thread Leo de Blaauw
the midle between your calling application and the webservice etc. Greetings, Leo de Blaauw -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Verzonden: donderdag, juni 2003 16:18 Aan: [EMAIL PROTECTED] Onderwerp: Re: Follow-up on invoking web service Hi Matty

RE: FakeTrustSocketFactory....

2003-06-12 Thread Leo de Blaauw
n why axis throws this weird exception ?? Maybe dim ? Greetings, Leo de Blaauw -Oorspronkelijk bericht- Van: Davanum Srinivas [mailto:[EMAIL PROTECTED] Verzonden: woensdag, juni 2003 15:21 Aan: [EMAIL PROTECTED] Onderwerp: RE: FakeTrustSocketFactory 2 cents, Get a sample client wo

RE: Very basic Questions

2003-06-12 Thread Leo de Blaauw
give us their wsdl so we can adhere with our webservice to their client interface. So there ya go. Greetings, Leo de Blaauw -Oorspronkelijk bericht- Van: Niket Anand [mailto:[EMAIL PROTECTED] Verzonden: donderdag, juni 2003 21:44 Aan: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED

RE: FakeTrustSocketFactory....

2003-06-11 Thread Leo de Blaauw
Hmm Well just did a cmd line version running under jdk 1.4 and it worked.. So i guess the problems must indeed be within the 1.3 jdk + jsse... Greetings, Leo de Blaauw -Oorspronkelijk bericht- Van: Davanum Srinivas [mailto:[EMAIL PROTECTED] Verzonden: woensdag, juni 2003 15:21 Aan

RE: FakeTrustSocketFactory....

2003-06-11 Thread Leo de Blaauw
code that the system property has to be: axis.socketSecureFactory No loggin going yet on the components.net package, but looking at the source there isnt a lot of log statements in there anyway... ;-( Greetings, Leo de Blaauw -Oorspronkelijk bericht- Van: Davanum Srinivas [mailto

RE: FakeTrustSocketFactory....

2003-06-11 Thread Leo de Blaauw
property mentioned below is actually picked up or not ??? Is there some logging i can set to trace its usage ? Sincere greetings, Leo de Blaauw -Oorspronkelijk bericht- Van: Davanum Srinivas [mailto:[EMAIL PROTECTED] Verzonden: vrijdag, juni 2003 22:27 Aan: [EMAIL PROTECTED] Onderwerp: RE

RE: xsi-type - Desperate to get rid of it.

2003-06-10 Thread Leo de Blaauw
Hi, Just set in your wsdd file : The "wrapped" should get rid of the types in the envelop, at least it did when i changed it. Greetings, Leo de Blaauw -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Verzonden: dinsdag, juni 2003 9:14 Aan: [EMAIL