1 Reply Latest reply on Mar 15, 2011 4:09 PM by mlabrot

    BindingOperationInfo exception while routing between webservices

    tjain2011

      getting the exception

      java.lang.IllegalArgumentException: BindingOperationInfo must be specified

       

      I have set the following but still no go...

       

      exchange.getOut().setHeader(CxfConstants.OPERATION_NAMESPACE,"http://Company.com/pehz/wsdl/purchase_order_service.v1_0");

      exchange.getOut().setHeader(CxfConstants.OPERATION_NAME, "releasePurchaseOrder");

      exchange.getOut().setBody(in.getBody());

       

      do i have to create an object of BindingOperationInfo. and set some properties.

       

      how to fix this?