RE: Error installing Axis2.war in Jboss

2009-06-16 Thread David Meiklejohn
Hi rishi, I had a bit of fun with this myself. In the end we have steered away from JBoss so I don't have much help other than this advice. >From what I found there is two ways around it. The first is quick (and >dirty?). Just delete xml-apis-1.3.04.jar and xercesImpl-2.8.1.jar (or their >appl

RE: what is the best way to generate java code when the wsdl is changed?

2009-05-27 Thread David Meiklejohn
org Subject: Re: what is the best way to generate java code when the wsdl is changed? Hi David Your idea sounds new to me. But how do you configure the axis2plug to generate interface rather than the skeleton class? There's not much options with the plugin in eclipse. Thanks Chang David Me

RE: what is the best way to generate java code when the wsdl is changed?

2009-05-26 Thread David Meiklejohn
Hi, Let me know if I am misunderstanding your problem. I believe what you are doing is generating from the WSDL with standard settings so Axis2 is generating files with a XSkeleton.java where you put your implementation. If that is the case I would set up the Axis2 plugin to create an interface

[Axis2] Retrieve client certificate info used in connection to web service

2009-05-13 Thread David Meiklejohn
Hello, I am attempting to figure out if it is possible to retrieve certificate information that was sent by the client as part of a web service request. The catch is it isn't using WS Security, it is simply HTTP authentication with the certificate. What I am trying to achieve is basically this

Enumeration with "Factory" value causes compilation failure

2008-02-08 Thread David Meiklejohn
rom my xsd: Regards, David Meiklejohn

RE: mistake in this simple wsdl

2008-01-31 Thread David Meiklejohn
f the parent objects correctly. Eg not putting the "responseMsg" into the "to" and then that into the "fromtmResponse" object correctly. David Meiklejohn -- Product Developer iseek Communications Pty Ltd Excellence in business data solutions ph 1300 661 668 fax 130

RE: Logging SOAP messages

2008-01-29 Thread David Meiklejohn
ality; saving the XML messages sent/received to a specified log file? David Meiklejohn -- -Original Message- From: Kraus, David [mailto:[EMAIL PROTECTED] Sent: Wednesday, 30 January 2008 11:43 AM To: axis-user@ws.apache.org Subject: RE: Logging SOAP messages Try using the TcpTrace to

Logging SOAP messages

2008-01-29 Thread David Meiklejohn
Hi, Out of curiosity, is there a simple way to turn on logging of SOAP messages in/out of Axis2 web services? Do I have to install a module to do this, and if so, is there a recommended module? Thanks David Meiklejohn