* @throws java.net.MalformedURLException
*/
public CamtureConnection(final String serverAddress)
throws MalformedURLException {
service = new StreamControlService(
new URL("http", serverAddress,
-1, STREAMS_WSDL_FILE), STREAMSSERVICENAME);
port = service.getPort(STREAMSPORTNAME, StreamRequestPortType.class);
((BindingProvider) port).getRequestContext().put(
BindingProvider.ENDPOINT_ADDRESS_PROPERTY,