|
Well, our .NET web-frontends depend on our current WSDL, they won't
like it when I change it. Because Axis seems to discard my response
bean-mappings from the WSDD, I tried to create the Java classes from
our current WSDL with WSDL2Java. It gave me some helper classes which
contain the correct mappings. However, when I try to run my application
with these helper classes, my WebSphere (WAS 5.1) server starts
complaining about classloader problems (this seems to be a known
problem, I found a couple of posts on discussion forums regarding this
issue). So, as long as I can't define the correct mappings in my WSDD, Axis seems to be a "no go" for us. I really want to use Axis, so I hope that someone has a solution to my problems. With kind regards, Duncan Doyle Anne Thomas Manes wrote: I suggest you start with your WSDL rather than your code. |
