WSSConfig Migration 1.6.18 -> 2.1.0

2015-07-10 Thread Stephen.CTR.Chappell
In my ongoing quest to upgrade legacy code, I've noticed a slimming down of what's held in WSSConfig objects. That's fine, but I'm having trouble figuring out where things have moved, or if the things I'm looking for are necessary/relevant anymore. Here's a couple of specific cases: 1. At one p

RE: PARSER_ERROR

2015-07-10 Thread Colin Chalmers
Hi Colm Thanks for your response, below is the full stack trace. I tried to download the wsdl then parse it from a file which gave a slightly different error in that certain imports were not good. I'm a bit lost as I can access all the links via a browser but not using the code :-( Any hints

namespace issue with CXF wsdl2java: undefined simple or complex type

2015-07-10 Thread Markus.Mueller
Hello everybody We want to migrate our software to Apache CXF. We use have to use 3rd party wsdl/xsd files as is. Currently we face the following error when compiling the Œsample.wsdl¹ file with Œwsdl2java¹. undefined simple or complex type ŒqueryRow' undefined simple type Œtype' See the exact c

Re: PARSER_ERROR

2015-07-10 Thread Colm O hEigeartaigh
What's the full stack trace? If it's just a problem in parsing the WSDL you could write a unit test to try grabbing the WSDL with CXF to narrow the problem down a bit. Colm. On Fri, Jul 10, 2015 at 7:28 AM, Colin Chalmers < colin.chalm...@simplex-it.nl> wrote: > Hi all, > > > > I am trying to in