RE: @OneWay interpretation and HTTP binding

2012-08-07 Thread COURTAULT Francois
: COURTAULT Francois [mailto:francois.courta...@gemalto.com] Gesendet: Dienstag, 31. Juli 2012 14:21 An: java-user@axis.apache.org<mailto:java-user@axis.apache.org> Betreff: RE: @OneWay interpretation and HTTP binding Hello Josef, I already know that. My goal is not to test the behavior

RE: @OneWay interpretation and HTTP binding

2012-07-31 Thread COURTAULT Francois
od has executed, but this time just without any result because it is a one way service. Josef Von: COURTAULT Francois [mailto:francois.courta...@gemalto.com] Gesendet: Montag, 30. Juli 2012 17:56 An: java-user@axis.apache.org<mailto:java-user@axis.apache.org> Betreff: @OneWay interpreta

@OneWay interpretation and HTTP binding

2012-07-30 Thread COURTAULT Francois
Hello guys, I have read the JSR 181 spec and the @OneWay is not clear for me. Just want to have your interpretation In the spec, it is said that: "Indicates that the given web method has only an input message and no output. Typically, a oneway method returns the thread of control to the call

RE: Any advice in order to properly set a axis2 client classpath

2012-03-16 Thread COURTAULT Francois
...@gmail.com] Sent: jeudi 15 mars 2012 14:52 To: java-user@axis.apache.org Subject: Re: Any advice in order to properly set a axis2 client classpath On Thu, Mar 15, 2012 at 10:38 AM, COURTAULT Francois wrote: > Yes I know it could be a possible solution that I have used. > But I want to know e

RE: Any advice in order to properly set a axis2 client classpath

2012-03-15 Thread COURTAULT Francois
log4j-over-slf4j and logback. James -Original Message- From: COURTAULT Francois [mailto:francois.courta...@gemalto.com] Sent: 15 March 2012 12:49 To: java-user@axis.apache.org Subject: RE: Any advice in order to properly set a axis2 client classpath Hello, Ok my goal is to be able to

RE: Any advice in order to properly set a axis2 client classpath

2012-03-15 Thread COURTAULT Francois
this information ? Best Regards. -Original Message- From: robert lazarski [mailto:robertlazar...@gmail.com] Sent: jeudi 15 mars 2012 13:20 To: java-user@axis.apache.org Subject: Re: Any advice in order to properly set a axis2 client classpath On Thu, Mar 15, 2012 at 8:18 AM, COURTAULT Fra

RE: Any advice in order to properly set a axis2 client classpath

2012-03-15 Thread COURTAULT Francois
Any answer or advice ? From: COURTAULT Francois [mailto:francois.courta...@gemalto.com] Sent: vendredi 9 mars 2012 16:23 To: java-user@axis.apache.org Subject: Any advice in order to properly set a axis2 client classpath Importance: High Hello, Is there any official doc in order to setup

Any advice in order to properly set a axis2 client classpath

2012-03-09 Thread COURTAULT Francois
Hello, Is there any official doc in order to setup properly an axis2 client classpath ? Minimum classpath ? What the purpose of each jars in the /lib directory ? Best Regards.

RE: Completly lost

2012-02-01 Thread COURTAULT Francois
don't need the server policy file at all on the client side. I do this: client.engageModule("rampart"); options.setProperty(RampartMessageData.KEY_RAMPART_POLICY, null); where client is the ServiceClient. HTH James From: COURTAULT Francois [mailto:francois.courta...@gemalto.com]

RE: Policy not supported: is it a bug ?

2012-01-30 Thread COURTAULT Francois
frame ? Best Regards. From: Sagara Gunathunga [mailto:sagara.gunathu...@gmail.com] Sent: samedi 28 janvier 2012 05:35 To: java-user@axis.apache.org Subject: Re: Policy not supported: is it a bug ? On Fri, Jan 27, 2012 at 9:55 PM, COURTAULT Francois mailto:francois.courta...@gemalto.com>

RE: Policy not supported: is it a bug ?

2012-01-27 Thread COURTAULT Francois
[mailto:andreas.veit...@gmail.com] Sent: jeudi 26 janvier 2012 21:49 To: java-user@axis.apache.org Subject: Re: Policy not supported: is it a bug ? Can you test this with Axis2 and Rampart 1.6.2-SNAPSHOT? Andreas On Thu, Jan 26, 2012 at 16:30, COURTAULT Francois wrote: > Hello everybody, > &g

Axis 2 and WSS

2010-05-31 Thread COURTAULT Francois
Hello everybody, Does Axis 2 support WSS ? If yes which version ? Best Regards.

Axis 2 client with secured (wss) web services hosted in Weblogic server

2010-05-03 Thread COURTAULT Francois
Hello, Any chance to get it works, using wss Username Token policy? As anyone tries this kind of configuration and succeeds? Best Regards.

RE: Try to write an Axis2 v1.5.1 client that invokes a Weblogic v10.3.1 Web Service

2010-04-08 Thread COURTAULT Francois
First: thanks for trying to help me. But, the problem is that my Web Services is not hosted in TC (Tomcat) server but in Weblogic server ! So is there a way to know what happens with the error I got ? Best Regards. From: Martin Gainty [mailto:mgai...@hotmail.com

Try to write an Axis2 v1.5.1 client that invokes a Weblogic v10.3.1 Web Service

2010-04-07 Thread COURTAULT Francois
Hello, I have made little progress on this subject. I have looked at rampart samples. The one that is close to my use-case is the Tomcat sample (UT over transport). So I have modified, a little bit, the policy of this sample in order to use plain text Username token (see attached the policy I ha

Try to write an Axis2 v1.5.1 client that invokes a Weblogic v10.3.1 Web Service

2010-04-06 Thread COURTAULT Francois
Hello everybody, I have tried to write a sample Axis2 client that talks to a Web Service hosted in Weblogic v10.3.1 which has security policy activated (policy:Wssp1.2-2007-Https-UsernameToken-Plain.xml) but I failed. Any idea for writing such client? BR. -