Re: [AXIS2] Redirecting a response from axis2 handler to client

2011-02-04 Thread Sardar Hussain
Thank you Deepal, but how can I access that at the client side? I did this earlier but I could not get meaningful data from that. Like I want to abort and also deliver some specific integer value like 5 in response to the client.As I want to add something extra as well like my custom message in

Re: [AXIS2] Redirecting a response from axis2 handler to client

2011-02-04 Thread Deepal Jayasinghe
You can simply throw an exception inside your handler, or you can return Invocation.ABORT as the return value Deepal > Hi, > > I have a custom module deployed on *axis2* server side. While the > client request goes to that *handler* in an inflow, i want it should > create one error response in t

[AXIS2] Redirecting a response from axis2 handler to client

2011-02-04 Thread Sardar Hussain
Hi, I have a custom module deployed on axis2 server side. While the client  request goes to that handler in an inflow, i want it should create one error response in that handler and send back to client without doing any further processing or forwarding the client request to the Web Service. Ho

Re: org.apache.rampart.RampartException: Encryption token missing error

2011-02-04 Thread Thilina Mahesh Buddhika
Hi, You can include them in the client side policy using the RampartConfig assertion. More about these assertions can be found here[1]. Please take a look at policy files of samples which are available in the Rampart binary distribution. Thanks, Thilina [1] - http://axis.apache.org/axis2/java/r

org.apache.rampart.RampartException: Encryption token missing error

2011-02-04 Thread Devdatta Lele
Hi, I am creating a simple client program in java to talk with the Server that has the WS security enabled. I am new to Axis2, Rampart. the developer who implemented the WS security on server gave me a wsdl file and told me that the he used the Rampart module for security. So first of all, I dow

Re: [AXIS2] : Null Pointer Exception in Stub

2011-02-04 Thread aashish
hi Martin, thanks..tried that, but this didn't work for me. :( what is WS-Addressing and how do i enable/disable it ? From: Martin Gainty To: [email protected] Cc: [email protected] Sent: Wed, 2 February, 2011 7:38:56 PM Subject: RE: [AXIS2] : Nul

AXIOM Issue 28

2011-02-04 Thread Fernando Cesar Silva
Hi, There is an issue about Axiom, AXIOM-28, that is assigned for Andreas Veithen. I saw that this bug will be fixed just on Axiom 1.2.12. Is that correct? I’m experiencing some problems when I try to use the method, “AXIOMUtil.stringToOM(SomeString)”, to convert a XML content to a OMElement,

Questionable values with nillable / minOccurs

2011-02-04 Thread JOVANOVIC Nenad
Hi all, while testing a web service with different variations (regarding "nillable" and "minOccurs") of input and output parameters, I discovered a few cases where the SOAP response or the Java input object passed by Axis appears to be wrong (or at least questionable). For the complete table, s

Sporadic web service call failures - how to debug?

2011-02-04 Thread Peter Kullmann
Hi, we have some problems with an axis 1.4 setup where a remote client application calls a web service on our server through https. Sometimes a call doesn't seem to come through, ie times out on the client. On the server we see nothing of the call, neither in the apache web server which is handl