RE : How to set SOAPAction header for SOAP 1.1?

2010-02-01 Thread Olivier Mengué
Thanks. My bug was really too obvious. Olivier. Message d'origine De: Doughty, Michael [mailto:michael_doug...@bmc.com] Date: dim. 31/01/2010 07 h 28 À: Apache AXIS C User List Objet : RE: How to set SOAPAction header for SOAP 1.1? It looks like you're setting the soap action

Re: SOAP Version

2010-02-01 Thread Nandika Jayawardana
You can obtain the service client struct and from that, you can get the axis2 options instance associated with the stub. The set the SOAP version to the options. svc_client = axis2_stub_get_svc_client(stub, env); options = axis2_svc_client_get_options(svc_client, env);

Re: unsubscribe

2010-02-01 Thread Andreas Veithen
You need to send a mail to axis-user-unsubscr...@ws.apache.org On Mon, Feb 1, 2010 at 07:54, amardeep singh khera amardeepsinghkh...@gmail.com wrote:

unsubscribe

2010-02-01 Thread Amol Naidu
Disclaimer * This mail, including any attachments contains confidential and privileged information for the sole use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Any

Re: unsubscribe

2010-02-01 Thread Darshana Jayasinghe
Sorry if you need to unsubscribe, you need to send the mail to this address axis-user-unsubscr...@ws.apache.org On Mon, Feb 1, 2010 at 7:35 PM, Amol Naidu amol.na...@rsystems.com wrote: Disclaimer * This mail, including any attachments contains

Re: Use of HTTP/1.0 or 1.1 in Axis 1.4

2010-02-01 Thread Chris Mannion
Yashwanth, Thank you, we discovered that the reason HTTP 1.1 and chunking was being used was because a client-config.wsdd file had been altered to use the CommonsHTTPSender rather than the default Axis HTTP handler. This was done because some MapPoint/Virtual Earth services we connect to require

Re: help needed building axis2 using NetBeans 6.8 and maven 2.2.1

2010-02-01 Thread Andreas Veithen
Josef, Please see AXIS2-3290 and AXIS2-4460. This issue has been fixed recently in the trunk. Andreas On Mon, Feb 1, 2010 at 16:35, Stadelmann Josef josef.stadelm...@axa-winterthur.ch wrote: Hi all, I’ve used subversion to catch down axis2 /trunk/java/ /tags/java/v1.5.1

AW: help needed building axis2 using NetBeans 6.8 and maven 2.2.1

2010-02-01 Thread Stadelmann Josef
Thank you Andreas, But why does under NetBeans IDE control, maven build/makes only 26 files while running maven in a vista cmd window maven builds/makes 50 files. And that is what the error says. File not found ... osn't it? Looking at the POM I do not understand why this file and others are

Re: help needed building axis2 using NetBeans 6.8 and maven 2.2.1

2010-02-01 Thread Andreas Veithen
On Mon, Feb 1, 2010 at 17:35, Stadelmann Josef josef.stadelm...@axa-winterthur.ch wrote: Thank you Andreas, But why does under NetBeans IDE control, maven build/makes only 26 files while running maven in a vista cmd window maven builds/makes 50 files. And that is what the error says. File

AW: help needed building axis2 using NetBeans 6.8 and maven 2.2.1

2010-02-01 Thread Stadelmann Josef
Andreas, The problem I am faced with is twofold. 1. When I turn oft in NetBeans IDE 6.8 under Option at the Maven tag the checkbox labeled: Skip test for any build executions not directly related to testing those resulting in forcing the maven command having a -Dmaven.test.skip=true on

doc/literal style and wsdl:part combination

2010-02-01 Thread rahul yadav
Hi All, Will it be true to say If your WSDL is a document-literal style, then wsdl:part should point to an element instead of type. And if WSDL is a rpc-enc style, then wsdl:part should point to type.

Re: help needed building axis2 using NetBeans 6.8 and maven 2.2.1

2010-02-01 Thread Andreas Veithen
On Mon, Feb 1, 2010 at 18:10, Stadelmann Josef josef.stadelm...@axa-winterthur.ch wrote: Andreas, The problem I am faced with is twofold. 1. When I turn oft in NetBeans IDE 6.8 under Option at the Maven tag the checkbox labeled: Skip test for any build executions not directly related to

Re: Axis2 JAX-WS: The service class cannot be found for this AxisService

2010-02-01 Thread Daniel Walsh
Andreas, I annotated my service class per your example and I am still getting the No annotated classes found in the jar message when I click on the link Faulty Services

Re: Axis2 JAX-WS: The service class cannot be found for this AxisService

2010-02-01 Thread Andreas Veithen
Can you show me the annotations on HelloService, HelloPortType and HelloPort? Andreas On Mon, Feb 1, 2010 at 21:12, Daniel Walsh walsh94...@gmail.com wrote: Andreas, I annotated my service class per your example and I am still getting the No annotated classes found in the jar message when I

Re: Axis2 JAX-WS: The service class cannot be found for this AxisService

2010-02-01 Thread Daniel Walsh
Andreas: The annotations generated by wsimport are: HelloService: @WebServiceClient(name = HelloService, targetNamespace = com/wb/hello, wsdlLocation = file:/C:/axis2-1.5.1/hello2/service/hello.wsdl) HelloPortType: @WebService(name = helloPortType, targetNamespace = com/wb/hello)

Axis2 clustering error

2010-02-01 Thread Shailesh Potnis
Hi: I am trying to get a better understanding of the following parameters and how to set them for Axis 2. 1.5 cluster: mcastBindAddress localMemberHost I have set mcastBindAddress to 127.0.0.1 and localMemberHost to IP address of one of the hosts in the cluster. (I tried to set

Re: Axis2 clustering error

2010-02-01 Thread Shailesh Potnis
It got resolved when I commented out the localMemberHost element. Thank You and Best Regards Sincerely Shailesh From: Shailesh Potnis potnis2...@yahoo.com To: axis-user@ws.apache.org Sent: Mon, February 1, 2010 4:58:13 PM Subject: Axis2 clustering error

Re: help needed building axis2 using NetBeans 6.8 and maven 2.2.1

2010-02-01 Thread Amila Suriarachchi
On Mon, Feb 1, 2010 at 10:05 PM, Stadelmann Josef josef.stadelm...@axa-winterthur.ch wrote: Thank you Andreas, But why does under NetBeans IDE control, maven build/makes only 26 files while running maven in a vista cmd window maven builds/makes 50 files. And that is what the error says.

Re: doc/literal style and wsdl:part combination

2010-02-01 Thread Amila Suriarachchi
On Mon, Feb 1, 2010 at 11:05 PM, rahul yadav rahulyada...@gmail.com wrote: Hi All, Will it be true to say If your WSDL is a document-literal style, then wsdl:part should point to an element instead of type. yes. see [1] R2204 and R2203. if it is rpc-literal the part should refer to a

unsubscribe

2010-02-01 Thread jack nimble
unsuscribe