AW: how to invoke web service without generating a client

2012-04-10 Thread Stadelmann Josef
Leos, I think what you need is to open the axis2 web pages from apache and have a look at JAX-WS - Dynamic Proxy Client! There are two client models supported by JAX-WS And one should give you what you want, full dynamic creation of a client-stub at runtime. Josef -Ursprüngliche

AW: Web Services Client

2012-04-10 Thread Stadelmann Josef
Given your axis2 web service uses only simple data types (till now) (no OMElement as parameter) you can use svcutil from Visual Studio to generate a .NET WCF 3.5/4.0 client stub. There is a utility integrated into Visual Studio 2008 and greater. Just select the menu Add ServiceReference, then

Re: [axis2-1.6.1] RequestWrapper.partName() not supported on JDK 1.6.0 but used by JAX-WS

2012-04-10 Thread Andreas Veithen
That is because the Maven build is set up so that the relevant JARs are endorsed automatically when running the unit tests. Andreas On Tue, Apr 10, 2012 at 10:06, Stadelmann Josef josef.stadelm...@axa-winterthur.ch wrote: Thanks Sagara, I am very happy about your response. Thanks What I do

AW: [axis2-1.6.1] RequestWrapper.partName() not supported on JDK 1.6.0 but used by JAX-WS

2012-04-10 Thread Stadelmann Josef
Thank you Andreas, But I feel that this is a bit too much of automatic silent maven-automatism. If I am targeting a particular end java platform, i.e. JDK 1.6.0_05 for OpenVMS and I do not know which jar's maven has automatically endorsed to keep it's unit test running, I am confident that

Re: [axis2-1.6.1] RequestWrapper.partName() not supported on JDK 1.6.0 but used by JAX-WS

2012-04-10 Thread Sagara Gunathunga
On Tue, Apr 10, 2012 at 9:26 PM, Stadelmann Josef josef.stadelm...@axa-winterthur.ch wrote: Thank you Andreas, But I feel that this is a bit too much of automatic silent maven-automatism. If I am targeting a particular end java platform, i.e. JDK 1.6.0_05 for OpenVMS and I do not know

How to choose Key Identifier Type?

2012-04-10 Thread Gabriel Millaire
Hello, I have been looking around for a way to choose the Key Identifier Type for signature using Axis2 Rampart. I seem to only be able to find the old way of doing it, through OutflowSecurity: parameter name=OutflowSecurity action itemsTimestamp Signature/items

[Axis2] Packaging Axis2 war inside ear for deployment on Weblogic 10

2012-04-10 Thread Kamal . Tom
I' am using Axis2 to develop a JAX-WS webservice in Weblogic 10.3. I added Axis2 war as a second Web Application in my ear. I copied the JAX_WS service jar with my serive into the servicejars folder in axis2/WEB_INF (Within the war). This works fine when I deploy the ear in an exploded format.

[axis2] standalone server not recommended for production?

2012-04-10 Thread Philippe A.
Hello, I just came across a jira entry where it is said the standalone server is not recommended for production. [#AXIS2-5180] how can i run a standalone axis2 server over https(SSL) - ASF JIRA https://issues.apache.org/jira/browse/AXIS2-5180 Is that correct? If so, how come this is not

Re: [axis2] standalone server not recommended for production?

2012-04-10 Thread Kamal . Tom
Thanks for the update. Just to clarify, I' am using the WAR (Web Archive) Distribution of Axis2 1.5.4. Not the Standard Binary distribution with standalone server. Thanks, Kamal From: Philippe A. futhar...@gmail.com To: java-user@axis.apache.org Date: 04/10/2012 02:27 PM Subject:

Re: AW: how to invoke web service without generating a client

2012-04-10 Thread literakl
Thank you/ Danke schon Josef, Jaime and George, I will try your suggestions. Leoš __ Od: Stadelmann Josef josef.stadelm...@axa-winterthur.ch Komu: java-user@axis.apache.org Datum: 10.04.2012 08:57 Předmět: AW: how to invoke web