Re: How To Use TCPMonitor?

2004-04-18 Thread Mei Wu
Thanks, I see, tweak the generated (using wsdl2java) ServiceLocator will do. Mei- Original Message - From: "Nelson Minar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, April 18, 2004 8:28 AM Subject: Re: How To Use TCPMonitor? > >Can tcpmonitor work on services deployed usin

Re: How To Use TCPMonitor?

2004-04-17 Thread Mei Wu
Hello, Can tcpmonitor work on services deployed using wsdd, but not a jws as in the sample shown in the link below ? I tried to change the port to the tcpmonitor's local port, however, it is not recognized as a valid service, since the uri of the service is only recognized as a key to locate the

Re: where are the xml-Security api docs v 1.4?

2004-03-26 Thread Mei Wu
isn't it in the src/doc? I think I downloaded the source bundle and doc is in there. - Original Message - From: "pacow" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 26, 2004 4:43 PM Subject: where are the xml-Security api docs v 1.4? > where can i find the xml-Security

Re: Questions Regarding Security example ClientSigningHandler

2004-03-26 Thread Mei Wu
dd and server-config.wsdd (they should > be where you deployed from, i think); they save the state > of your axis server. you can remove directives from them manually to undeploy > stuff. > > Mei Wu wrote: > > > yeah, undeploy doesn't work for me either, I renamed the >

Re: Questions Regarding Security example ClientSigningHandler

2004-03-25 Thread Mei Wu
undeploy.wsdd > is not working. > > also, any ideas as to why it filters some clients but not others? it only > filters examples that > came with the Axis binary, not Clients i have created on my own... ??? > > thanks, > -peter > > Mei Wu wrote: > > > looks

Re: Questions Regarding Security example ClientSigningHandler

2004-03-25 Thread Mei Wu
looks to me like you have an mismatched xml security library, have you checked which version Axis supports? I believe I am use 1.4... - Original Message - From: "pacow" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 25, 2004 10:06 PM Subject: Questions Regarding Security

Re: Architecture for integration System

2004-03-25 Thread Mei Wu
On Thursday 25 March 2004 04:39 am, Dorner, Thomas wrote: Your second solution is a bit like JCA, we used it in our integration, i.e., built generic connector to the backend system, however our main backpane is JMS. We had problems with the explosion of metadata that the connectors require(conne

Re: Need help signing a SOAP Request with a Digital Signature

2004-03-25 Thread Mei Wu
it looks > like there may be some version inconsistencies with java 1.4+. > > thanks, > -peter > > Mei Wu wrote: > > > Hey, the sample.security package has a simple way although it is not a wsdl > > generated client stubs, but I think you can deploy the ClientHandl

Re: AdminClient throws NoClassDefFoundError

2004-03-23 Thread Mei Wu
hey, R4 isn't hard at all, but I have not started it yet myself... - Original Message - From: "Grant Hulbert" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 23, 2004 6:48 PM Subject: AdminClient throws NoClassDefFoundError > I have Axis installed on Mac OS X Panther wit

Re: Need help signing a SOAP Request with a Digital Signature

2004-03-23 Thread Mei Wu
Hey, the sample.security package has a simple way although it is not a wsdl generated client stubs, but I think you can deploy the ClientHandler to do it just as in the sample, so whether or not it is wsdl generated is not important. Mei - Original Message - From: "peter anthony cowan" <[

Re: Ws-Security ds:keyInfo for secrete key

2004-03-20 Thread Mei Wu
On Saturday 20 March 2004 06:43 pm, Mei Wu wrote: I found the problem is actually caused by a global handler (samples.security.LogHandler) that I though was undeployed. So, it might be a much simpler question: how do I undeploy such a global handler? I did : java

Ws-Security ds:keyInfo for secrete key

2004-03-20 Thread Mei Wu
Hi, I am developing a message level security framework in which secrete key is included. I am a bit confused about how to create a ds:KeyInfo for such a secrete key, since if I follow WS-Security to create: only, it will give me an AxisFault : "Didn't get a key"