// Streaming
enableStreaming(port);
doubleIt = new DoubleIt3();
doubleIt.setNumberToDouble(25);
port.doubleIt3(doubleIt, "12345".getBytes());
// This should fail, as the service requires that the Attachments must be encrypted
portQName = new QName(NAMESPACE, "DoubleItEncryptedAttachmentsPort2");
port = service.getPort(portQName, DoubleItSwaPortType.class);
updateAddressPort(port, PORT);