QName serviceName, String portName)
throws WSDLException, IOException {
EndpointReferenceType ref = EndpointReferenceUtils
.getEndpointReference(wsdlUrl, serviceName, portName);
ClientTransport transport =
factory.createClientTransport(ref, new TestClientBinding(bus, ref));
return transport;
}