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
Thanks Sagara, I am very happy about your response. Thanks What I do not understand is: I have built axis2-1.6.1 from sources using maven-2.2.1 and once with maven-3.0.4 always from JDK 1.6.0_22. WITH SUCCESS. There was no claim from maven that a certain feature can not be compiled or from sur

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 wrote: > Thanks Sagara, > > I am very happy about your response. Thanks > > What I do not understand is: I have buil

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 severa

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 no

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: Timestamp Signature jack security.properties

[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. H

[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 Is that correct? If so, how come this is not documen

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." To: java-user@axis.apache.org Date: 04/10/2012 02:27 PM Subject:[axis2] standa

customizing WSDL

2012-04-10 Thread Trenton D. Adams
Hi Guys, I'm using Axis2 1.6.x. I've customized my WSDL, and put the file in META-INF/ of my service AAR. That's all peachy, and the web service returns my custom WSDL, but it doesn't actually change the results of the web service call. For example, I have a return from a POJO method, which

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" > Komu: > Datum: 10.04.2012 08:57 > Předmět: AW: how to invoke web service without generating a client > >Leos, > >I think w