Re: WARN Please initialize the log4j system properly

2009-07-24 Thread Shasta Willson
On Fri, Jul 24, 2009 at 3:20 PM, Carmelo wrote: > Hi, > i've used axis2 wsdl2java tool to create a client from an application > i've deployed. > I get this error when i try to run the client: > log4j:WARN No appenders could be found for logger > (org.apache.axis2.description.AxisService). > log4j:W

Next question...

2009-06-23 Thread Shasta Willson
Can someone tell me what .jar would contain org.apache.axis2.jaxws.framework.JAXWSDeployer I can't find it on the jar search engines I usually use. I'm getting a ClassNotFound in my logs, followed by an NPE without an obvious source a little later. I'm guessing something isn't getting initializ

Re: SSL : setting up truststore (and keystore?)

2009-06-23 Thread Shasta Willson
omething else in the process. I found this very useful tool during my research : http://dreamingthings.blogspot.com/2006/12/no-more-unable-to-find-valid.html I could have avoided three days waiting for the service-owner to send a certificate, had I known about it. Hope that helps someone else s

SSL : setting up truststore (and keystore?)

2009-06-23 Thread Shasta Willson
I have an SSL secured web service to consume. It also uses a usertoken/password in the SOAP header, which I'm doing with Rampart, but I don't think that's relevant to my question. I'd like to understand how to go from "have a certificate" to trustStore (and/or KeyStore?) properly configured. Cur

Re: Attaching XML to response

2009-06-10 Thread Shasta Willson
On Wed, Jun 10, 2009 at 10:54 AM, Marc Lefebvre wrote: > Not quite.   I want to insert it in the response on the server side BEFORE > its sent to the Client.    Is there any examples out there that can show how > to do this? I don't have an example, but I'm also not sure how what I suggested can

Re: Attaching XML to response

2009-06-10 Thread Shasta Willson
On Wed, Jun 10, 2009 at 10:32 AM, Marc Lefebvre wrote: > My webservice has a block of XML in a string, and I was wondering how do > I insert it into the response that comes back from Axis.  If I send it > in the string coming back, it becomes surrounded CDATA element.  I want > it to be inline with

Re: OpenVMS Axis2 port difference?

2009-06-03 Thread Shasta Willson
On Wed, Jun 3, 2009 at 9:25 AM, Caristi, Joe wrote: > This may be a version mismatch between jars.  Check the versions of the jars > on your classpath in both places. Yes, it looks like you're spot-on. The port to OpenVMS is based on a slightly older Axis2, iiuc, but it looks like I can substit

OpenVMS Axis2 port difference?

2009-06-02 Thread Shasta Willson
I have some web service classes written and packaged into .jars on a Vista box. Copied those .jar files up to an OpenVMS server with the Axis2 port installed and classpath set to point at the relevant lib/*.jar files. When I run the code on Vista it's fine, but on OpenVMS I get this error: Excep

OpenVMS / Axis2 / Java / Web Service

2009-05-29 Thread Shasta Willson
I'm trying to get a web service client running on OpenVMS, using the Axis2 port. I'm trying to determine if the wsdl2java tool is supported -- I presume it is but there's no .com equivalent to the .bat or .sh files. Can anyone give me a pointer to a tutorial, or even reassurance that it's a suppo