RE: Axis and wss4j debugging

2007-08-07 Thread Hillel Seltzer
That was it. Thanks! ---Hillel On Tue, 7 Aug 2007 12:53:36 -0400, Walker, Jeff wrote > > Notice it uses 'pivot' instead of 'class'. Also see how it starts > with "java:" Hope this helps! -jeff > - To unsubscribe, e-mail: [E

RE: Axis and wss4j debugging

2007-08-07 Thread Walker, Jeff
so see how it starts with "java:" Hope this helps! -jeff -Original Message- From: Hillel Seltzer [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 07, 2007 11:55 AM To: axis-user@ws.apache.org Subject: RE: Axis and wss4j debugging No, the handler is for sure on my class path, and it

RE: Axis and wss4j debugging

2007-08-07 Thread Hillel Seltzer
No, the handler is for sure on my class path, and it is found when I put it in the wsdd. The problem is that the wsdd is somehow messing up the transport. Let's forget about the wss4j handler and just worry about getting the client to connect using a wsdd so that it should get a "missing security

RE: Axis and wss4j debugging

2007-08-07 Thread Walker, Jeff
al Message- From: Hillel Seltzer [mailto:[EMAIL PROTECTED] Sent: Monday, August 06, 2007 5:54 PM To: axis-user@ws.apache.org Subject: RE: Axis and wss4j debugging Thanks. This is a problem in the wsdd and not wss4j. I tried your solution with the WSDoAllSender handler, and the result is

RE: Axis and wss4j debugging

2007-08-06 Thread Hillel Seltzer
Thanks. This is a problem in the wsdd and not wss4j. I tried your solution with the WSDoAllSender handler, and the result is: - Enter: AxisClient::invoke - Enter: AxisClient::invoke - EngineHandler: null - EngineHandler: null - org.apache.axis.i18n.resource::handleGetObject(NoJAXRPCHandler00) -

RE: Axis and wss4j debugging

2007-08-06 Thread Walker, Jeff
You'll need the QName WSDoAllSender belongs too to get it right, I think. Hope it helps, -jeff -Original Message- From: Hillel Seltzer [mailto:[EMAIL PROTECTED] Sent: Monday, August 06, 2007 4:56 PM To: axis-user@ws.apache.org Subject: RE: Axis and wss4j debugging Continuing the saga

RE: Axis and wss4j debugging

2007-08-06 Thread Hillel Seltzer
Continuing the saga of using axis with wss4j, I seem to have hit a roadblock with getting the wsdd file to work. The web service I am trying to contact uses https, and I am using stubs generated by WSDL2Java. If I do not use a wsdd file, then all of the connections seem to work properly, I jus

RE: Axis and wss4j debugging

2007-08-03 Thread Hillel Seltzer
>From the looks of things, the service is not even trying to actually connect across the network. I set my transparent firewall to log any connection attempts between the machine I am using and the remote service address, and it does not see any connections when I run the client program. The debu

RE: Axis and wss4j debugging

2007-08-03 Thread Walker, Jeff
back. -jeff -Original Message- From: Hillel Seltzer [mailto:[EMAIL PROTECTED] Sent: Friday, August 03, 2007 4:19 PM To: axis-user@ws.apache.org Subject: RE: Axis and wss4j debugging Tried that, but nothing connected to tcpmon. Is there anything that would force axis to dump to stdout b

RE: Axis and wss4j debugging

2007-08-03 Thread Hillel Seltzer
Tried that, but nothing connected to tcpmon. Is there anything that would force axis to dump to stdout before attempting the remote connection? Thanks. ---Hillel On Fri, 3 Aug 2007 15:48:18 -0400, Walker, Jeff wrote > If I remember correctly, > edit the XXX_ServiceLocator.java class that was gen

RE: Axis and wss4j debugging

2007-08-03 Thread Walker, Jeff
s.apache.org Subject: RE: Axis and wss4j debugging How do you get the web service based on a WSDL to a remote server to point at the tcpmon monitor instead? On Fri, 3 Aug 2007 15:33:45 -0400, Walker, Jeff wrote > Yeah, > Try tcpmon to see the actual request and response coming

RE: Axis and wss4j debugging

2007-08-03 Thread Hillel Seltzer
How do you get the web service based on a WSDL to a remote server to point at the tcpmon monitor instead? On Fri, 3 Aug 2007 15:33:45 -0400, Walker, Jeff wrote > Yeah, > Try tcpmon to see the actual request and response coming back. > Run this: > %>java org.apache.axis.utils.tcpmon > I use Axis 1

RE: Axis and wss4j debugging

2007-08-03 Thread Walker, Jeff
Yeah, Try tcpmon to see the actual request and response coming back. Run this: %>java org.apache.axis.utils.tcpmon I use Axis 1.3, but I'm fairly sure Axis 1.4 has the tcpmon Java class in it as well. -jeff -Original Message- From: Hillel Seltzer [mailto:[EMAIL PROTECTED] Sent: Friday,