When using PAYLAOD format to invoke the CXF Endpoint Service,
DefaultSEIPort.http-conduit  doesnot seem to be injected! Replacing conduit
name to *.* also does not help! Please help. 

In logs, I see it as 

[d #0 - JmsConsumer[toSAPQueue]] ConfigurerImpl                 DEBUG Could
not find a definition for bean with id
{http://camel.apache.org/cxf/jaxws/dispatch}DefaultSEIPort.http-conduit - no
injection will be performed.
[d #0 - JmsConsumer[toSAPQueue]] HTTPConduit                    DEBUG
Conduit
'{http://camel.apache.org/cxf/jaxws/dispatch}DefaultSEIPort.http-conduit'
has been (re)configured for plain http.
 

*ENDPOINT* 
<cxf:cxfEndpoint id=&quot;toWSEndPoint&quot; 
                   address=&quot;http://${host}:${port}/Ping&quot; 
                     bus=&quot;&lt;b>rmBUS"> 

        <cxf:properties>
            <entry key="dataFormat" value="PAYLOAD"/>
        </cxf:properties>
</cxf:cxfEndpoint>

*CONDUIT*
<http-conf:conduit 
name="{http://camel.apache.org/cxf/jaxws/dispatch}DefaultSEIPort.http-conduit";>
         <http-conf:client Connection="Keep-Alive" 
                      MaxRetransmits="3" 
                      AllowChunking="false" />

     <http-conf:authorization>  
        <security:UserName>user</security:UserName>
        <security:Password>pwd</security:Password>
     </http-conf:authorization>  
 </http-conf:conduit>  



--
View this message in context: 
http://cxf.547215.n5.nabble.com/No-injection-for-DefaultSEIPort-http-conduit-tp5718716.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to