0 Replies Latest reply on May 21, 2010 6:27 PM by treyvusa

    Could not find destination factory for transport http://schemas.xmlsoap.org

    treyvusa

      Hi all,

       

      I need to run my service in completely stand-alone environment with no internet connectivity. Even that my service is different from sample payment service I just found that I'm getting exactly the same exception when running payment service without connection to the outside world (I attached full zip of payment service Eclipse project). I'm getting runtime exception "Could not find destination factory for transport http://schemas.xmlsoap.org/soap/http"

       

      Here is the full stack trace:

       

      17:42:59,566 | ERROR | 0: FileComponent | DefaultErrorHandler | rg.apache.camel.processor.Logger  248 |

      Failed delivery for exchangeId: bd573c10-0ad7-4352-b590-d30d8e117e7f.

      Exhausted after delivery attempt: 1 caught:

      java.lang.RuntimeException: Could not find destination factory for transport http://schemas.xmlsoap.org/soap/http

       

      at org.apache.cxf.binding.soap.SoapTransportFactory.getDestination(SoapTransportFactory.java:76)

      at org.apache.cxf.endpoint.ServerImpl.initDestination(ServerImpl.java:90)

      at org.apache.cxf.endpoint.ServerImpl.

      I added it but it didn't make any difference.

       

      Any ideas greatly appreciated.

      Thanks,

      Alex

       

      Edited by: treyvusa on May 21, 2010 10:25 PM