one. Can one kindly
guide me through where and what the reason might be?
regards,
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
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
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
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
. How can I achieve this, any clue or tutorial
please?
Regards,
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