Re: How can I get the full path of the destination endpoint of a soap message in the handler

2004-11-22 Thread Dacheng
it works, thanks a lot,Tony. dacheng - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 22, 2004 9:39 AM Subject: Re: How can I get the full path of the destination endpoint of a soap message in the handler > You can get th

How can I get the full path of the destination endpoint of a soap message in the handler

2004-11-20 Thread Dacheng
://129.234.4.11/testWebservice) of a Web service in a handler? Thank you in advance!!! Dacheng

Re: How to get the int returned from the service

2004-11-17 Thread Dacheng
Thank you very much, that is exactly what I want. dacheng - Original Message - From: "Greg Michalopoulos" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 17, 2004 3:51 PM Subject: RE: How to get the int returned from the service > Call.i

How to get the int returned from the service

2004-11-17 Thread Dacheng
Hi, I am new in AXIS. I tried to invoke a service which would return a int back. But when I tried to use 'int a= (int)call.invoke(new Object[]{})' to get the result. the complier told me int is not an object. So could anyone tell me what I should do? Thank you in advance. Dacheng

Re: Switching communication direction between client and server

2004-10-24 Thread Dacheng
I think you can generate a proxy Web service for the client and move some actions of client to that service. So after the client invoke the proxy service the proxy service will do the job you wants the client to do and finally return the result back to the client. - Original Message - From

Re: How to publish two class with one WSDL?

2004-10-21 Thread Dacheng
Thank you for your example. They are very useful. :-) Thanks again Sincerely Dacheng - Original Message - From: "Adrian Perez Jorge" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 21, 2004 4:05 PM Subject: Re: How to publish two class with

Re: How to publish two class with one WSDL?

2004-10-21 Thread Dacheng
Can you do me a favor to give me an example? Cheers Dacheng - Original Message - From: "Adrian Perez Jorge" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 21, 2004 9:34 AM Subject: Re: How to publish two class with one WSDL? > > Hi,

How to publish two class with one WSDL?

2004-10-20 Thread Dacheng
Hi, every fellow: I met a new problem. I implemented two classes A and B. I want to publish them as a Web service, that is, I want to use a single WSDL file to describe these two class. Could anyone please tell me how to achieve that? Thank you in advance Dacheng

Re: HashMap problem

2004-10-20 Thread Dacheng
Hi, every fellow: I met a new problem. I implemented two classes A and B. I want to publish them as a Web service, that is, I want to use a single WSDL file to describe these two class. Could anyone please tell me how to achieve that? Thank you in advance Dacheng

Where is the session id or object stored in the Client side.

2004-10-07 Thread Dacheng
. Can anybody help me? Thanks in advance Dacheng

Re: How to set handler on the client when the client is a Web service

2004-10-06 Thread Dacheng
dler configs for different services. > > > Raul > > Dacheng wrote: > > >Hi, everybody: > > > >I have learned how to set handler on the client side. But can anybody can > >tell me how to deploy a handler on the client when the client is within a > >Web serv

How to set handler on the client when the client is a Web service

2004-10-06 Thread Dacheng
client. How can I deploy a handler to process the request from B to C before it is sent out? Cheers Dacheng