|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Can you have more then one client handler - using client-config.wsdd
This is nice. I don't think this will work for me because I don't web
client; I have a ejb client. But I think I got the idea. Thanks, Parikh, Pratik Message From: GERGE MCKINNEY [mailto:ghmck (AT) shaw (DOT) ca] Sent: Thursday, December 08, 2005 5:49 PM To: axis-user (AT) ws (DOT) apache.org Subject: Re: RE: Can you have more then one client handler - using client-config.wsdd The following is a sanitized (client identification info removed ) version of the file we use, with a few comments. It has two handlers outgoing and one incoming. Hope this helps. <?xml version="1.0" encoding="UTF-8"?> <!-- George McKinney This file defines the handlers used by the SAP client. It is here ( in the root of /src ) so that the build will add it to the jar. This version can be overridden by putting a revised version into WEB-INF/classes. <deployment name="AxisClient" xmlns="" xmlns:java=""> <handler name="log" type="java:com.xxx.LogHandler"/> <handler name="ucp" type="java:com.xxxUcpHandler"/> <globalConfiguration> <requestFlow> <handler type="ucp"/> <handler type="log"/> </requestFlow> <responseFlow> <handler type="log"/> </responseFlow> </globalConfiguration> <transport name="http" pivot=""/> <transport name="local" pivot=""/> <transport name="java" pivot=""/ </deployment> Message From: "Parikh,Pratik" <Pratik.Parikh (AT) cerner (DOT) com> Date: Thursday, December 8, 2005 11:56 am Subject: RE: Can you have more then one client handler > Is there a example for this??? > Thanks, Parikh, Pratik > > Message From: Guy Rixon [gtr (AT) ast (DOT) cam.ac.uk] > Sent: Thursday, December 08, 2005 1:56 AM To: axis-user (AT) ws (DOT) apache.org Subject: RE: Can you have more then one client handler > You could try combining them into a handler chain. You could then assignthe chain to handle the request. > Wed, 7 Dec 2005, Parikh,Pratik wrote: > Can anyone reply to this?????? > > Thanks, Parikh, Pratik > > From: Parikh,Pratik [Pratik.Parikh (AT) cerner (DOT) com] Sent: Wednesday, December 07, 2005 10:02 AM To: axis-user (AT) ws (DOT) apache.org Subject: Can you have more then one client handler > > > Hi Everyone, > I have two handler in my client stub, one for logging out messages to MQ and second is for CommonsHTTPSender. Now the problem I am > running into is that it only allow me to have one handler. Is there > anyway I can run both, please let me know? > Thanks, Pratik > CNFIDENTIALITY NTICE > This message and any included attachments are from Cerner Corporation and are intended only for the addressee. The information contained in > this message is confidential and may constitute inside or non-public > information under international, federal, or state securities laws. > Unauthorized forwarding, printing, copying, distribution, or use of > such information is strictly prohibited and may be unlawful. If you > are not the addressee, please promptly delete this message and notify the sender of the delivery error by e-mail or you may call Cerner's > corporate offices in Kansas City, Missouri, U.S.A at (+1) > (816)221-1024. -- > > > Guy Rixon gtr (AT) ast (DOT) cam.ac.uk Institute of Astronomy Tel: +44-1223-337542 Madingley Road, Cambridge, UK, CB3 0HA Fax: +44-1223-337523 > CNFIDENTIALITY NTICE > This message and any included attachments are from Cerner Corporation and are intended only for the addressee. The information contained in this message is confidential and may constitute inside or non-public information under international, federal, or state securities laws. Unauthorized forwarding, printing, copying, distribution, or use of such information is strictly prohibited and may be unlawful. If you are not the addressee, please promptly delete this message and notify the sender of the delivery error by e-mail or you may call Cerner's corporate offices in Kansas City, Missouri, U.S.A at (+1) (816)221-1024. -- > CNFIDENTIALITY NTICE This message and any included attachments are from Cerner Corporation and are intended only for the addressee. The information contained in this message is confidential and may constitute inside or non-public information under international, federal, or state securities laws. Unauthorized forwarding, printing, copying, distribution, or use of such information is strictly prohibited and may be unlawful. If you are not the addressee, please promptly delete this message and notify the sender of the delivery error by e-mail or you may call Cerner's corporate offices in Kansas City, Missouri, U.S.A at (+1) (816)221-1024. -- |
![]() |
| Viewing: Web Development Archives > Mailing Lists > Apache > Can you have more then one client handler - using client-config.wsdd |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|