I have managed to have the testcase make a webservice call that was
generated via the RAD WSDL2Java.
The libraries in RAD installation were generating runtime errors that
would cause the JVM to crash from ClassNotFoundException.
A colleague tried using the AST (Application Server Toolkit) from IBM
and it was able to successfully work with no dependance
on RAD.
The libs required from AST were :
./installedChannels/channel.hamanager.jar
./installedChannels/channel.http.jar
./installedChannels/channel.httptunnel.jar
./installedChannels/channel.jfap.jar
./installedChannels/channel.mqfap.jar
./installedChannels/channel.soap.jar
./installedChannels/channel.ssl.jar
./installedChannels/channel.tcp.jar
./installedChannels/channel.webcontainer.jar
./runtimes/ibm-jaxrpc-client.jar
./runtimes/xercesImpl.jar
./runtimes/xml-apis.jar
The java.ext.dir needs to be overriden as well :
-Djava.ext.dirs=${basedir}/libs/runtimes:${basedir}/libs/
installedChannels
The only issues I have now is a de-serialization one because when it
casts the object it is not using the full package name,
which gives me a NoSuchMethodError. Tho if I place a breakpoint in the
generated code and inspect the line where the cast
is and use the full package name it runs no problem.
Probably a WSDL to java issue.
On Jan 9, 11:09 am, "Bobby Quinne" <[EMAIL PROTECTED]> wrote:
> >Just to point out something... wsdl2java is not even part of RAD!
>
> My current theory is that they really are becoming one and the same.
> You only use RAD if you development on WAS. The distinction will be
> non-existent before long lMHO.
>
> >I assume then that you have also isolated the jars required to make that
> >generated code work in another IDE?
>
> The jars and license in the path definition seem to be all thats
> required to make the code generation portion function. As stated above,
> runtime is a different story.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CTJUG Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/CTJUG-Forum
For the ctjug home page see http://www.ctjug.org.za
-~----------~----~----~----~------~----~------~--~---