@Ignore
public void testList() throws Exception {
URL wsdl = getClass().getResource("/wsdl/any.wsdl");
assertNotNull(wsdl);
SOAPService ss = new SOAPService(wsdl, serviceName);
Greeter port = ss.getSoapPort();
List<org.apache.hello_world_soap_http.any_types.SayHi1.Port> list =
new ArrayList<org.apache.hello_world_soap_http.any_types.SayHi1.Port>();
org.apache.hello_world_soap_http.any_types.SayHi1.Port port1 =
new org.apache.hello_world_soap_http.any_types.SayHi1.Port();
port1.setRequestType("hello");