Hello,
i wrote a small webapplikation to display some small webservice results.
but on the first call i got these error
javax.xml.ws.WebServiceException: Cannot create SAAJ factory instance.
org.apache.cxf.jaxws.binding.soap.SOAPBindingImpl.getSOAPFactory(SOAPBindingImpl.java:118)
org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:151)
$Proxy142.test(Unknown Source)
de.beckercoding.prod.aec.web.MenuForm.execute(MenuForm.java:16)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
java.lang.reflect.Method.invoke(Method.java:585)
com.opensymphony.xwork2.DefaultActionInvocation.invokeAction(DefaultActionInvocation.java:404)
i'm using jboss JBoss_4_2_1_GA.
i tried to delete the jboss-saaj.jar from the default/lib folder and put the
saaj*.jar into it, but it doenst work...
any ideas?
axel
--
View this message in context:
http://www.nabble.com/Using-Client-in-WebApplication-%28JBoss%29-tf4476129.html#a12763083
Sent from the cxf-user mailing list archive at Nabble.com.