RE: call.invoke( env ) - how to pass parameters?

2004-03-12 Thread GANDHIRAJAN,AYYAPPAN (HP-India,ex2)
I guess u r trying to access a remote method, which accepts a parameter. If I am wrong, please ignore my mail. SOAPEnvelope env = new SOAPEnvelope(); Object[] paramValue = new Object[]{"myMessage"}; RPCElement re = new RPCEle

RE: How to make client using SSL

2004-03-02 Thread GANDHIRAJAN,AYYAPPAN (HP-India,ex2)
password. Not sure what method of authentication the service was implementing but if it was Basic-Auth use the stub methods setUsername and setPassoword with valid credentials to be authorized to use the web service. Cheers, Greg > -Original Message----- > From: GANDHIRAJAN,AYYAPPA

RE: How to make client using SSL

2004-02-29 Thread GANDHIRAJAN,AYYAPPAN (HP-India,ex2)
Hi Greg, Did you get a chance to work with two way SSL? If so, could u please tell me steps involved? I have tried once to use two way SSL, but I ended up with error message saying "401: Unauthorized user". Thanks in advance. regards, Ayyappan Gandhirajan -Original Message- From: Greg

Who is the culprit?

2004-02-27 Thread GANDHIRAJAN,AYYAPPAN (HP-India,ex2)
Hi folks, I am facing a severe performance problem while using "Axis" along with "Apache xml security". Basically I am trying to develop a proxy, which does the following things: - 1) Intercepts the incoming message 2) Authneticates the client 3) Invokes another axis soap service by making ne

Weblogic soap client

2004-02-18 Thread GANDHIRAJAN,AYYAPPAN (HP-India,ex2)
Hi there, I am trying to invoke a soap service with an attachment using a weblogic soap client. But I consitently failed to invoke the service. The exception that i got is given below. Can some one help me on this? Thanks & regards, Ayyappan Gandhirajan - InvocationTargetException: java.lang.

RE: SSLHandshakeException

2004-02-17 Thread GANDHIRAJAN,AYYAPPAN (HP-India,ex2)
Did you mention where you have the trust store in the client side?   Thanks & regards, Ayyappan Gandhirajan [GANDHIRAJAN,AYYAPPAN (HP-India,ex2)]  -Original Message-From: jagannath [mailto:[EMAIL PROTECTED]Sent: Tuesday, February 17, 2004 3:00 PMTo: [EMAIL PROTECTED]Sub

Invoke Axis attachments using weblogic client

2004-02-16 Thread GANDHIRAJAN,AYYAPPAN (HP-India,ex2)
Hi every one, I apologise if this question is not related to this group. I have been trying to access an Axis attachment service using weblogic JAX-RPC soap client. While sending DataHandler as one of its parameter, weblogic soap client considers this as an attachment and sends it outside the SOA

RE: concurrent call.invoke problem

2004-02-15 Thread GANDHIRAJAN,AYYAPPAN (HP-India,ex2)
quot; to reduce the amount of the object creation. By default Axis set the scope to "Request" which cause the object creation to increase. Of course I am not sure if this is root of your problem. Just a thought.   Regards, Tony."GANDHIRAJAN,AYYAPPAN (HP-India,ex2)&q

concurrent call.invoke problem

2004-02-14 Thread GANDHIRAJAN,AYYAPPAN (HP-India,ex2)
Hi guys, I have already posted this question. Could you please throw some light on this. I have deployed a simple "Hello world" soap service in axis in weblogic 8.1. And I have tried to invoke it using 5 concurrent clients for 10 times each. Surprisingly, the invocation time for each transaction

Performance issue

2004-02-13 Thread GANDHIRAJAN,AYYAPPAN (HP-India,ex2)
Hi gurus, I have deployed a simple "Hello world" soap service in axis in weblogic 8.1. And I have tried to invoke it using 5 concurrent clients for 10 times each. Surprisingly, the invocation time has increased to more than 3 times. Average time for invocation for 1 client for 10 times ---> ~50 m

RE: InvocationTargetException

2004-02-08 Thread GANDHIRAJAN,AYYAPPAN (HP-India,ex2)
Title: setting cookie property in Call Hi Rommel,   Can you please post your service and the client source code?   Thanks & regards, Ayyappan Gandhirajan Senior Software Engineer, NSP BU, HP Services - Offshore, Office: 91.80.225.1554 Ext 1472 Direct:

RE: soap sample/attachments problem

2004-02-03 Thread GANDHIRAJAN,AYYAPPAN (HP-India,ex2)
HI santa,   Please remove the namespace (xmlns:ns1="urn:EchoAttachmentsService") in your wsdd file and see if it works. Thanks & regards, Ayyappan Gandhirajan Senior Software Engineer, E-Mail: [EMAIL PROTECTED]

Response message

2003-12-14 Thread GANDHIRAJAN,AYYAPPAN (HP-India,ex2)
Hi folks, I am very new to Axis and am trying to Axis as an interceptor for incoming webservice request. I know that JAX-RPC has got a 'handleResponse' method using which the response XML message can be viewed. Is Axis having a similar method or a way to receive the response message? Thanks & re

Problem in creating envelope with DataHandler object

2003-12-05 Thread GANDHIRAJAN,AYYAPPAN (HP-India,ex2)
Hi folks, Do you see any problem in the attached code? My intension is to create an envelope with body element containing DataHandler object. I have been consistently getting the Null pointer exception. My set up is like this. 1) Axis - 1.1RC2 2) mail.jar 1.3 3) activation.jar - ??? And my clas

Problem with attachment

2003-12-04 Thread GANDHIRAJAN,AYYAPPAN (HP-India,ex2)
Hi folks, I have been facing a problem while using soap RPC attachment. Let me summarize as follows: 1) Create a header 2) Create a body that contains information about an operation. The operation or method takes javax.activation.DataHandler as an input 3) Create envelope by combining header and