Re: SOAP fault not working in axis2c 1.4

2008-06-03 Thread Dinesh Premalal
Hi Naveen, On Tue, Jun 3, 2008 at 11:57 AM, naveen bhat [EMAIL PROTECTED] wrote: Hi Dinesh, I hope the problem description in my previous mail was precise. Kindly let me know if you need more details.Let me know how can i solve the problem regarding SOAP fault. Sorry I was

Re: SOAP fault not working in axis2c 1.4

2008-06-03 Thread naveen bhat
Hi Dinesh, I hope the problem description in my previous mail was precise. Kindly let me know if you need more details.Let me know how can i solve the problem regarding SOAP fault. Thanks in advance, Navin Bhat On Sun, Jun 1, 2008 at 10:41 PM, naveen bhat [EMAIL PROTECTED] wrote:

Re: SOAP fault not working in axis2c 1.4

2008-06-03 Thread Dinesh Premalal
Hi Naveen, naveen bhat [EMAIL PROTECTED] writes: Hi Dinesh, I hope the problem description in my previous mail was precise. Kindly let me know if you need more details.Let me know how can i solve the problem regarding SOAP fault. I think there was a bug in Axis2/C

Re: SOAP fault not working in axis2c 1.4

2008-06-03 Thread Dinesh Premalal
Hi Naveen, Dinesh Premalal [EMAIL PROTECTED] writes: I think there was a bug in Axis2/C 1.4.0 release. However it seems fixed in the current svn head. Could you please test against svn head ? please comment axis2_msg_ctx_set_no_content (new_msg_ctx, env, AXIS2_FALSE); in

Re: SOAP fault not working in axis2c 1.4

2008-06-03 Thread Samisa Abeysinghe
Dinesh Premalal wrote: Hi Naveen, Dinesh Premalal [EMAIL PROTECTED] writes: I think there was a bug in Axis2/C 1.4.0 release. However it seems fixed in the current svn head. Could you please test against svn head ? please comment axis2_msg_ctx_set_no_content (new_msg_ctx, env,

Axis2 with JMS Transport

2008-06-03 Thread adisesha
Hi Anthony, I tried setting JNDI using MQ explorer, resulted in same error. Can you please give sample Axis2 client? to check if it really works or not. If it is a problem in Axis2 then how will it work with other providers? I don't have any option other than waiting for Axis2 users

getting the signing key alias from within a service business logic

2008-06-03 Thread Shlomi Aflalo
Hi, I have a service with ws-security policy and I want to get, from within the service business logic, the alias of the key which was used for signing the message. I tried reading it from the MessageContext (msgCtx.getProperty(WSHandlerConstants.RECV_RESULTS)), but didn't find it there (or I

Axis 2 Callback - SSL, XMLBeans, over the internet

2008-06-03 Thread Mohan Radhakrishnan
Hi, I am using an SSL client, XMLBeans binding and a client that the server cannot connect to over the internet. The steps are 1. Client connects to service using SSL and receives sync. response. 2. We have a service URL on the client also. When the server tries to call this

Re: Axis2 w/ HttpClient

2008-06-03 Thread Jeff Garrett
Problem is solved. It can be done using an HTTP header. If anyone comes across this needing the solution, put the following line of code just before sending the request using the HttpClient, substitute the variables for your info. PostMethod post = new PostMethod(URL); post.setRequestEntity(new

ServiceClient Port Location Versus Options.setTo(EndpointReference)

2008-06-03 Thread jaybytez
I am doing Stubless Web Service Invocation, using the ServiceClient. I use the Options to setup information like timeout and also to set where the web service request should be sent using the Options.setTo(EndpointReference). Then I use the AxisService.createClientSideAxisService to create an

AMQP support via JMS transport using Apache Qpid

2008-06-03 Thread Rajith Attapattu
Hi All, Suran has got Apache Qpid working under JMS transport and had a few questions for me. Instead of answering him individually I wrote up the following in case anybody else has questions. I have tested the following with Axis2 1.4 release and should work well with the up comming Synapse

Axis2 Exclude packages

2008-06-03 Thread David Ojeda
Hello, I am trying to move from axis to axis-2. When using wsdl2java, I have not been able to find the exclude package functionality of axis in axis2. There is a command-line option -ep that excludes packages but what it actually does is deleting the corresponding directories after it

org.apache.axis2.deployment.DeploymentException: A ClassNotFoundException error occurred

2008-06-03 Thread nathan maurer
Hi, I am attempting to deploy an extended skeleton service created in Eclipse Europa using the Axis2 1.4 wsdl2java tool and recently started seeing this error whenever I attempt to deploy the service on Axis2 hosted on Weblogic 10 on Solaris. This was not the case until just recently, the

Re: Configuring SSL on Axis2

2008-06-03 Thread Jeff Greif
Just a guess, but it appears that you do not have a JCE provider on your classpath, or that one that is on the classpath is not the one requested in some configuration properties file. Jeff On Tue, Jun 3, 2008 at 12:26 AM, prashants b [EMAIL PROTECTED] wrote: Hi, I am configuring SSL on Axis2

Rampart, Addressing mustUndestand

2008-06-03 Thread George Stanchev
Hi, I have observed the following behavior with Axis2 1.3 and corresponding Rampart and Addressing modules enganged. When a response message [1] is received that contains some WSA headers with @mustUnderstand=1, Axis2 throws an AxisFault [2] even though they have been processed by the

Axis2 1.4 - problem running wsdl2code in multi-level maven proje=

2008-06-03 Thread greg . lee-shoy
cts [SEC=3DUNCLASSIFIED] MIME-Version: 1.0 Message-ID: [EMAIL PROTECTED] ntrelink.gov.au From: [EMAIL PROTECTED] Date: Tue, 3 Jun 2008 17:40:55 +1000 Content-Type: multipart/mixed; boundary=3D=3D_mixed 002A2C20CA25745D_=3D= **

Axis2 1.4 - problem running wsdl2code in multi-level maven projects [SEC=UNCLASSIFIED]

2008-06-03 Thread greg . lee-shoy
Hi, Our team is currently using Axis2 version 1.3, and looking at upgrading to version 1.4. We've encountered a problem when using the 1.4 version of the wsdl2code maven plugin in maven projects that have parent-child relationships. When generating Java code from wsdl at the level of the

Re: Axis2 Exclude packages

2008-06-03 Thread David Ojeda
I forgot to mention that I am using axis2 1.4. Also, I am using xmlbeans instead of adb. On Tuesday 03 June 2008 09:44:21 am David Ojeda wrote: Hello, I am trying to move from axis to axis-2. When using wsdl2java, I have not been able to find the exclude package functionality of axis in

Re: Axis2 Exclude packages

2008-06-03 Thread Amila Suriarachchi
On Tue, Jun 3, 2008 at 7:44 PM, David Ojeda [EMAIL PROTECTED] wrote: Hello, I am trying to move from axis to axis-2. When using wsdl2java, I have not been able to find the exclude package functionality of axis in axis2. There is a command-line option -ep that excludes packages but what it