return XFireFactory.newInstance().getXFire();
}
public void testEcho() throws Exception
{
SendMessageClient stub = new SendMessageClient();
SendMessagePortType client = stub.getSendMessagePortTypeLocalEndpoint();
assertNotNull(client);
client.sendMessage("foo");