public void testSendingToDynamicEndpointForPlainBeanWithPropertyAndXPathExpressionParamameter() throws Exception {
// now lets make a request on this endpoint
DefaultServiceMixClient client = new DefaultServiceMixClient(jbi);
DocumentFragment epr = URIResolver.createWSAEPR("bean:plainBean");
ServiceEndpoint se = client.getContext().resolveEndpointReference(epr);
assertNotNull("We should find a service endpoint!", se);
InOnly exchange = client.createInOnlyExchange();
exchange.setEndpoint(se);
exchange.setOperation(new QName("methodWithPropertyParameterAndXPath"));