Axis2 Performance Issue

2014-11-29 Thread Sardar Hussain
one. Can one kindly guide me through where and what the reason might be? regards, Sardar Hussain

Re: [Axis2] [Rampart] ws-trust negotiation and challenge extension support

2012-02-09 Thread Sardar Hussain
How WS-SecureConversation fits in here. Similar type of tokens are supposed to be exchanged. I think Ramprt supports ws-SecureConversation. From: FILIPPO AGAZZI To: java-user@axis.apache.org Sent: Thursday, 9 February 2012, 12:03 Subject: Re: [Axis2] [Ram

[Axis2] Client Error: Unable to sendViaPost to ur

2011-02-15 Thread Sardar Hussain
engine.nesc.gla.ac.uk.GenericClient.callClient(GenericClient.java:55) Can some one kindly give me a clue how to handle this problem? Regards, Sardar Hussain

[Axis2] Axis2 SOAP Request having array of integers

2011-02-11 Thread Sardar Hussain
Hi, I have an array of integers in an Axis2 web service method, and I am using operationclient to send my soap request. My web service method is as follows public int calculateMean(int [] array) { int sum=0; for (int i=0;i

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

2011-02-04 Thread Sardar Hussain
nt     MessageContext inMsgtCtx = opClient.getMessageContext("In");     SOAPEnvelope response = inMsgtCtx.getEnvelope(); Regards, sardar hussain --- On Fri, 4/2/11, Deepal Jayasinghe wrote: From: Deepal Jayasinghe Subject: Re: [AXIS2] Redirecting a response from axis2 handler to clie

[AXIS2] Redirecting a response from axis2 handler to client

2011-02-04 Thread Sardar Hussain
. How can I achieve this, any clue or tutorial please? Regards, Sardar Hussain

[AXIS2]

2011-01-24 Thread Sardar Hussain
Hi, I want to make a dynamic client and read a WSDL of a remote service. However I note that all the tutorials available on Axis2 site do provide and explain operation client but I don't find how to get operations etc dynamically from a WSDL and then create a soap request according to the WSDL