RE: AW: [AXIS2] : SSL implementaion not available

2011-02-13 Thread Martin Gainty
your axis service needs to engage Rampart module full implementation details for securing axis services and generating secure client stubs available at http://axis.apache.org/axis2/java/rampart/ Martin Gainty __ Verzicht und Vertraulichkeitanmerku

[Axis2] Unexpected END_ELEMENT event

2011-02-13 Thread Gordon Ross
I'm using axis2 v1.5.4, with Java V1.5.0 I'm having problems calling a service from a client I've written. I created and compiled the Java stub code fine from the vendor supplied WSDL. When I call the service, I get errors saying: [java] 3050 [main] DEBUG org.apache.axiom.om.util.OMXMLStr

Re: [Axis2] Unexpected END_ELEMENT event

2011-02-13 Thread Andreas Veithen
I think that this is caused by AXIOM-63 [1]. Andreas [1] https://issues.apache.org/jira/browse/AXIOM-63 On Sun, Feb 13, 2011 at 21:11, Gordon Ross wrote: > I'm using axis2 v1.5.4, with Java V1.5.0 > > I'm having problems calling a service from a client I've written. > > I created and compiled t

RE: [Axis2] Unexpected END_ELEMENT event

2011-02-13 Thread Gordon Ross
Good: It's not something I've done wrong :-) Bad: No fix yet :-( Thanks for the reply. GTG From: Andreas Veithen [andreas.veit...@gmail.com] Sent: 13 February 2011 20:25 To: java-user@axis.apache.org Subject: Re: [Axis2] Unexpected END_ELEMENT event I thi