container.activateComponent(http, "http");
container.start();
ServiceMixClient client = new DefaultServiceMixClient(container);
client.request(new ServiceNameEndpointResolver(new QName("urn:test", "s2")), null, null,
new StreamSource(getClass().getResourceAsStream("soap-request.xml")));
}
public void testSoapRoundtripConsumerProvider() throws Exception {