2 Replies Latest reply on Jul 9, 2013 10:44 PM by willem.jiang

    HTTP response '401: Unauthorized' Error

    tganesh5

      Hi,

       

      I got the error the below  in log file:

       

      org.apache.cxf.transport.http.HTTPException: HTTP response '401: Unauthorized' when communicating with ....

       

      the below code is using in camel route for user name,password.

       

       

      <properties>

              <property key="http.authUsername" value="username"/>

              <property key="http.authPassword" value="password"/>

         </properties>

       

       

      Regards,

      Ganesh