Ports used by Axis2

2010-02-03 Thread Philippe A.
Hello, I have configured the Axis2 standalone server to listen on port 9002 only (https). After starting the server, I obtained its pid and ran lsof -i to find what ports are used. I have found three: java 27253 20094u IPv4 0x600471c3880 0t0 UDP *:63786 java 27253

Re: [Error]WstxInputFactory cannot be located (with the attachment)

2010-01-30 Thread Philippe Denis
Hello, many thanks for your solution : it's working! I add in my implementation the line : StAXUtils.setFactoryPerClassLoader(false). I'll send you a lof a belgian beer if you want ;-) Regard Philippe Le 30-janv.-10 à 00:11, Andreas Veithen a écrit : Phillippe, There are two possible

[Error]WstxInputFactory cannot be located

2010-01-29 Thread Philippe Denis
clues to solve my problem? I'd be glad if you find a solution, Thank you very much. Philippe NOTE : I use : - Mac os 10.5 - Axis 2 1.4.1 - Apache 5.5 sorry, I think I've sended twice the message...

pkcs11 fork bug on Solaris 10

2010-01-19 Thread Philippe A.
Hello, My project consists of web services calling various shell scripts. That implies a fork of the VM running Axis each time a service is called. I have hit a very peculiar bug when sending web service requests over https: from time to time, the child process would hang completely. This

Unexpected HTTP protocol error : Transfer-encoding header already present

2010-01-12 Thread Philippe A.
Hello, I have been doing some tests by typing a web service url directly in my web browser. When the url uses regular http, I am getting a response from axis. When the url goes through https (ex https://server:9002/axis/services/fn?param=value), I get an exception: [ERROR] Unexpected HTTP

Re: Axis2 standalone server + Acegi

2009-12-07 Thread Philippe A.
/acegi-spring-security-and-rampart.html Thanks, On Sat, Dec 5, 2009 at 8:37 PM, Andreas Veithen andreas.veit...@gmail.com wrote: As far as I know, there is no out-of-the-box integration between Axis2 (and Rampart) and Acegi. Andreas On Fri, Dec 4, 2009 at 17:26, Philippe A. futhar

Axis2 standalone server + Acegi

2009-12-04 Thread Philippe A.
Hello! I am currently reading on Acegi as we'd like to use it for our project. Does the axis2 standalone server have sufficient functionality to support Acegi? Thanks!

Re: Problems with https mutual auth

2009-12-03 Thread Philippe A.
On Mon, Nov 30, 2009 at 10:10 PM, Philippe A. futhar...@gmail.com wrote: I have successfully setup one way https authentication between my web service client and server. The next step is to enable two-way auth but I'm having problems doing it. To make sure two-way auth kicks in, I wanted to have

Re: How to run .exe file located inside .aar

2009-11-30 Thread Philippe A.
That doesn't address directly your problem, but I strongly recommend you have a look at Jakarta Commons Exec. It will save you lots of trouble. http://commons.apache.org/ 2009/11/27 Kevin Alonso kalo...@vicomtech.org I get the path of the file: URL url =

Problems with https mutual auth

2009-11-30 Thread Philippe A.
I have successfully setup one way https authentication between my web service client and server. The next step is to enable two-way auth but I'm having problems doing it. To make sure two-way auth kicks in, I wanted to have client auth fail on purpose. However, client requests are not rejected as

Use of JSSE properties to activate SSL

2009-11-26 Thread Philippe A.
Hello! I am working on a project where my axis service client is embedded into a webapp, running inside Tomcat. The service client is using via SSL. I enabled that via javax.net.ssl.trustStore and trustStorePassword properties. For the moment, the webapp is accessible via http. Eventually, it

axis2 plugin for ganymede

2009-03-17 Thread philippe Serenne
again My configuration is eclispe ganymede Version: 3.4.0 Build id: I20080617-2000 Apache axis2 tool 1.4.1 Some help would be useful, because this process is sometimes quite hard ... best regards philippe --

client dynamic invocation

2009-03-03 Thread Philippe Brun (perso)
) I'm certainly missing something. Can anyone help ? Thanks in advance Philippe

Re: client dynamic invocation

2009-03-03 Thread Philippe Brun (perso)
https://issues.apache.org/jira/browse/AXIS2C-1352 Rajika Kumarasiri a écrit : hi, This is a bug, please report a JIRA issue. Thanks -Rajika On Tue, Mar 3, 2009 at 3:43 PM, Philippe Brun (perso) phb.pe...@aegle.fr mailto:phb.pe...@aegle.fr wrote: Hi, I'm trying to use

Re: client dynamic invocation

2009-03-03 Thread Philippe Brun (perso)
a écrit : What is your use case ? On Tue, 2009-03-03 at 10:13 +, Philippe Brun (perso) wrote: Hi, I'm trying to use axis2_svc_client_create_for_dynamic_invocation, but it fails with a 0 error code. Looking at the code in svc_client.c, it appears that it fails after : svc_client-options

Re: client dynamic invocation

2009-03-03 Thread Philippe Brun (perso)
Manjula Peiris a écrit : On Tue, 2009-03-03 at 12:10 +, Philippe Brun (perso) wrote: I'm new to webservices. Not that it is part of my use case, just to set up the background :-) I'm trying to access a webservice to send SMSes. The provider supplies a php example which retrieves the wsdl

RE: is someone using axis-c web services in production ?

2009-03-02 Thread Philippe Torrelli
Hello, As I mentionned at the end of my mail I also tried with the code from the SVN repository and also had crashes. Based on the answers It seems to me that nobody is running Web service based on Axis-C in a production environment. Philippe. De : McCullough, Ryan

is someone using axis-c web services in production ?

2009-02-27 Thread Philippe Torrelli
used the very default parameters, tried using rest as well as soap action mapping.. I had the same kind of results using a recent svn version that I recompiled. Anyone has success with deploying web services in production with axis C ? TIA Philippe.

troubles with skeleton generation tools from wsdl

2009-02-11 Thread Philippe Torrelli
creates a java code tree for me. Now I'm running out of ideas (but to read wsdl2java code which I don't have time to ).. I suspect I missed something ( maybe the path of the WSDL2C tool ? maybe the axis2c distrib I took is too old ? ) Any help appreciated Cheers Philippe Torrelli

NullPointerException with Weblogic 10.0.1

2008-12-08 Thread Philippe Camus
Otherwise axis2 is copied in the auto-deploy directory. Any idea how I should proceed to debug this? Thanks! Best regards, Philippe

Axis 1.4, attachments and mime types

2007-05-01 Thread Philippe Frangioni
Hi, I'm using Axis 1.4 with attachments to send a file to a server. The file is a zip file. My code comes from the axis wiki (http://www.mail-archive.com/[EMAIL PROTECTED]/msg20160.html). My problem is that I can't open the uploaded zip file. I think it's because the file is sent as a

Losing piece of attachment...

2007-04-27 Thread Philippe Frangioni
Hello, I'm using Axis 1.4. I'm using attachments to send a zip file. The code I'm using is from http://www.mail-archive.com/[EMAIL PROTECTED]/msg20160.html It's working, I can send a file, but my problem is that the file I receive has not the same size than the file I send. If I send a

Attachments with Axis 1.4

2007-04-12 Thread Philippe Frangioni
Hi, I'm using Axis 1.4 with Attachments. I followed Romma Sharma's code (http://www.mail-archive.com/[EMAIL PROTECTED]/msg20160.html). It works fine, I can upload a file to my server. My problem is that there is only one parameter in this example, and I need to send several parameters. The

Attachments with Axis 1.4

2007-04-10 Thread Philippe Frangioni
Hi, I'm using Axis 1.4 with Attachments. I followed Romma Sharma's code (http://www.mail-archive.com/axis-user@xml.apache.org/msg20160.html). It works fine, I can upload a file to my server. My problem is that there is only one parameter in this example, and I need to send several parameters.

Attachments Size

2007-04-03 Thread Philippe Frangioni
Hello, I use Axis 1.4 with attachments. I can upload a file to a server, but the size of the file seems to be limited to 18942 bytes. Maybe there is parameter to choose the file size limit...? - To unsubscribe, e-mail: [EMAIL

Attachments other parameters

2007-04-03 Thread Philippe Frangioni
Hello, I want to use attachments to send a file to a server, but I also want to send an object which contains a description of this file (the file is a zip file which contains a course, so for example the object may include the title, the number of chapters...). Let's call this class

Attachments and additional parameters

2007-04-02 Thread Philippe Frangioni
Hello, I want to use attachments to send a file to a server, but I also want to send an object which contains a description of this file (the file is a zip file which contains a course, so for example the object may include the title, the number of chapters...). Let's call this class

Attachments

2007-03-22 Thread Philippe Frangioni
Hello, I'm trying to upload files to my server using Axis2 with attachments. It's a simple upload, the client sends a file and the server saves it. I found some examples on the internet, but most were quite old... I'd like to get a simple example or code snippets (client side and server side

[EMAIL PROTECTED]

2006-12-18 Thread Philippe Vandenhove
[EMAIL PROTECTED]

Axis 2: BeanUtil.getOMElement is not working with hierachy

2006-12-14 Thread Philippe PINSTON
= / It seems that only properties in the top classes are taken in account to generate the XML ??? Thanks, Philippe

SimpleAxisServer load

2006-05-09 Thread Philippe Simons
I have a couple of question about using the SimpleAxisServer why the SimpleAxisServer cant be used in production? what are the limitations? can it handle multiple requests? (how much) is it stable? any information on someone using it in production is welcomed. TIA Philippe Simons

threading problem insidea Handler

2006-03-27 Thread GIBERT Philippe RD-BIZZ-SOP
... threading problem? event select loop problem? Any idea would be appreciated thx philippe De: robert lazarski [mailto:[EMAIL PROTECTED] Envoyé: jeudi 23 mars 2006 13:22À: axis-user@ws.apache.orgObjet: Re: Correlation between SOAP Request an response handlers? This worked for me back in axis 1.x

RE: Correlation between SOAP Request an response handlers?

2006-03-23 Thread GIBERT Philippe RD-BIZZ-SOP
handler could be hosted on Jonas, Jboss or Axis, i think it is mandatoryin my case to be jax-rpc compliant, right ? philippe De: robert lazarski [mailto:[EMAIL PROTECTED] Envoyé: mercredi 22 mars 2006 12:12À: axis-user@ws.apache.orgObjet: Re: Correlation between SOAP Request an response

RE: Correlation between SOAP Request an response handlers? Ip remote problem

2006-03-23 Thread GIBERT Philippe RD-BIZZ-SOP
me machine or not ..., in all cases the IP stay at null... ? something to set up in Axis engine ? philippe De: robert lazarski [mailto:[EMAIL PROTECTED] Envoyé: jeudi 23 mars 2006 13:22À: axis-user@ws.apache.orgObjet: Re: Correlation between SOAP Request an response handlers? This worked for me back i

RE: Correlation between SOAP Request an response handlers?

2006-03-22 Thread GIBERT Philippe RD-BIZZ-SOP
handler level or may i put in the chain a handler at transport level?) Any already developed handler with these requirements ? Philippe -Message d'origine- De : Greg Pelly [mailto:[EMAIL PROTECTED] Envoyé : mardi 21 mars 2006 18:26 À : axis-user@ws.apache.org Objet : RE: Correlation between

Correlation between SOAP Request an response handlers?

2006-03-21 Thread GIBERT Philippe RD-BIZZ-SOP
: - If only one handler (intercepting request Flow and just after response Flow ) can do the job ? - If the handler could be deployed globally in the Axis runtime to intercept all the running web services ? Any idea or pointer ? Thanks philippe

Web service constructor call

2005-10-17 Thread GIBERT Philippe RD-BIZZ-SOP
://www.osmoticweb.com/axis-wsdd/ philippe

RE: application scope in axis 1.2

2005-08-19 Thread GIBERT Philippe RD-BIZZ-SOP
Hi richard It works well form me .. But i have value=application .. Just the a in lowercase philippe -Message d'origine- De : richard falconer [mailto:[EMAIL PROTECTED] Envoyé : vendredi 19 août 2005 11:45 À : axis-user@ws.apache.org Objet : application scope in axis 1.2 Hi, I

TR: Really a DIIclient in Axis?

2005-07-11 Thread GIBERT Philippe RD-BIZZ-SOP
)); at the beginning of the WSC code So my question is : How to develop/code my WSC to don't know classes at compile time ? Any idea Thx Philippe

RE: Axis WS constructor problem

2005-07-04 Thread GIBERT Philippe RD-BIZZ-SOP
?) philippe Hi,I have an already developped/deployed web service in a WASP 5.0 engine that works well, called by a WSC also developpedwith WASP 5.0. The WS consummer make 3 calls , and beetwen the calls i keep some kind of session values on the WS provider side.That value is used on the server

RE: Axis WS constructor problem

2005-07-04 Thread GIBERT Philippe RD-BIZZ-SOP
hi ferruh, thx a lot , it is OK now. philippe De: Ferruh Zamangoer [mailto:[EMAIL PROTECTED] Envoyé: lundi 4 juillet 2005 14:15À: axis-user@ws.apache.orgObjet: AW: Axis WS constructor problem Hello Phillipe, I think you must set in your wsdd file the following options. parameter

Axis WS constructor problem

2005-07-01 Thread GIBERT Philippe RD-BIZZ-SOP
the WSP constructor called one time ... may I deploy with special settings in Axis ? any clue ? regards philippe Philippe Gibert +33 492945370France Telecom RD BIZZ/DIAM905, rue Albert Einstein06921 Sophia Antipolios Cedex