Hi there
We have deployed secure and insecure services within tomcat using cxf 2.1.3. There are two connectors defined in server.xml. the jaxws:endpoint configuration looks like this: <jaxws:endpoint xmlns:e="http://webservices.test/zsoa/egi/financialtransaction/financialtransactionmediummanager_v1" xmlns:s="http://webservices.test/zsoa/egi/financialtransaction/financialtransactionmediummanager_v1" id="FinancialTransactionMediumManagerService_v1_0" implementor="#financialTransactionMediumManagerInterfaceV10Impl" address="https://b0d0ft02.ch.test:43443/zsoapci/financialtransaction/FinancialTransactionMediumManager-v1" wsdlLocation="WEB-INF/wsdl/FinancialTransactionMediumManager_v1/FinancialTransactionMediumManager-v1.wsdl" endpointName="e:SOAPoHTTPEndpoint" serviceName="s:FinancialTransactionMediumManagerService_v1_0"> Which results into the following log: INFO: Setting the server's publish address to be https://b0d0ft02.ch.test:43443/zsoapci/financialtransaction/FinancialTransactionMediumManager-v1 When we send a request to this url, we get the following exception: Apr 13, 2010 4:25:46 PM org.apache.cxf.transport.servlet.ServletController invoke WARNING: Can't find the request for https://b0d0ft02.ch.test:43443/zsoapci/financialtransaction/FinancialTransactionMediumManager-v1's Observer Do you have any ideas? Thanks Oliver
