Hi,
I'm running the example found at:
http://jbws.dyndns.org/mediawiki/index.php?title=Native_WS-ReliableMessag...
I'm able to deploy the WS, but when I try to run the sample client:
http://jbws.dyndns.org/mediawiki/index.php?title=Native_WS-ReliableMessag...
I get the following exception:
anonymous wrote : Exception in thread "main" java.lang.ClassCastException: $Proxy25 cannot be cast to org.jboss.ws.core.StubExt
at the line:
((StubExt)proxy).setConfigName("Standard Anonymous WSRM Client", "META-INF/wsrm-jaxws-client-config.xml");
|
FYI, when I run the client with this line commented out, I get a fault from the service that I'm not using WS-RM:
anonymous wrote : Exception in thread "main" javax.xml.ws.soap.SOAPFaultException: java.lang.IllegalStateException: RM handler was not able to find WS-RM message in the payload
So the service seems to be configured fine, but I am unable to get the client to add WS-RM appropriately.
Any ideas?
I'm using:
-jboss-4.2.3.GA
-jbossws-native-3.0.2.GA
Thanks in advance!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4168364#4168364
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4168364