| Author |
Axis Webservice Client running on JBoss server error
|
Michael Smeets
Greenhorn
Joined: Jun 29, 2006
Posts: 1
|
|
Hi all, I've got the following problem. I have an application running on a JBoss 4.03 server that should consume a webservice from the internet. The stubs are built using Axis' wsdl2java and the app deploys. Invoking the app remote to make it call the webservice gives me ClassCastException with a org.jboss class, while the code never calls for one! Rewriting everything to use all org.jboss classes (instead of the org.apache classes) gives me an IllegalArgument on creating a QName with a null localpart! Really confused here.... I know JBoss has its own Axis implementation but I also know it should be possible to run Axis anyway. But not for me.... Any help is appreciated! Cheers
|
 |
 |
|
|
subject: Axis Webservice Client running on JBoss server error
|
|
|