2 Replies Latest reply on Mar 12, 2008 12:40 PM by ryan4rag

    JBoss Web Service Help

    ryan4rag

      I am using the webservice_consumer1 example and modified it a little bit to use my own webservice. Everytime I run the test I get the following error.

      java.lang.UnsupportedOperationException: SOAP UI Client Service not found under name 'jboss.esb:service=SoapUIClientService'. This service must be deployed before this action can be used.
       at org.jboss.soa.esb.actions.soap.SoapUIInvoker.buildRequest(SoapUIInvoker.java:74)
       at org.jboss.soa.esb.actions.soap.SOAPClient.process(SOAPClient.java:386)
       at org.jboss.soa.esb.listeners.message.ActionProcessingPipeline.process(ActionProcessingPipeline.java:316)
       at org.jboss.soa.esb.listeners.message.MessageAwareListener$TransactionalRunner.run(MessageAwareListener.java:566)
       at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
       at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
       at java.lang.Thread.run(Thread.java:595)
      Caused by: javax.management.InstanceNotFoundException: jboss.esb:service=SoapUIClientService
       at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1010)
       at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:804)
       at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
       at org.jboss.soa.esb.actions.soap.SoapUIInvoker.buildRequest(SoapUIInvoker.java:72)
       ... 6 more
      


      I checked my JMX console and the jboss.esb:service=SoapUIClientService is deployed and running. Not sure whats going on.

      Any ideas?