We have been working with a SOAP\JMS service. The service was developed with the Java first approach and our WSDL was generated with the CXF utilities. We extended the generated WSDL with the extensions indicated in the SOAP over JMS 1.1 standard (un-adopted). We have also generated client code from the WSDL with the SOAP\JMS extensions.
We deployed our service to JBoss 6 which we configured to use ActiveMQ. The problem that we are having right now is that we cannot get our client to run correctly without adding an additional SOAP\HTTP binding to the WSDL and a SOAP\HTTP endpoint for that binding. Can someone provide help with this? Thanks
