aspose file tools
The moose likes Web Services and the fly likes Jython WL 9.2 WebSvc Client? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Jython WL 9.2 WebSvc Client?" Watch "Jython WL 9.2 WebSvc Client?" New topic
Author

Jython WL 9.2 WebSvc Client?

Neil Pointer
Greenhorn

Joined: Dec 30, 2010
Posts: 3
I'm trying to use The Grinder to test my WL 9.2 websvc and their example JAX-RPC script seems to be missing something.

A j2se tester using websvc cli, weblogic and webservicesclient jars works just fine, so same jars are added to the jython execution.

But the jython script errors like this:
java.lang.ClassCastException: weblogic.xml.stax.XMLStreamInputFactory
at javax.xml.stream.XMLInputFactory.newInstance(XMLInputFactory.java:136)


The weblogic XMLStreamInputFactory extends XMLInputFactory, so that shouldn't be it.

I have also added these settings to make sure all's well, but all's unwell:


Any hints would be appreciated. Thanks.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Jython WL 9.2 WebSvc Client?
 
Similar Threads
Remote Debugging the Oracle Weblogic 10.3.3
WLSERVER ANT TASK
Could not find weblogic.appc. Make sure you have it in your classpath
Problem Calling https web service
Add classpath programatically