@Test
public void testBasicConnection() throws Exception {
Pizza port = getPort();
OrderPizzaType req = new OrderPizzaType();
ToppingsListType t = new ToppingsListType();
t.getTopping().add("test");
req.setToppings(t);
CallerIDHeaderType header = new CallerIDHeaderType();
header.setName("mao");
header.setPhoneNumber("108");