if (this.service == null) {
throw new IllegalArgumentException("ServletServiceTransformer has no service set.");
}
this.getXMLConsumer().endDocument();
SaxBuffer saxBuffer = this.endSAXRecording();
try {
XMLUtils.toOutputStream(this.getUrlConnection().getOutputStream(), saxBuffer);
URLConnectionUtils.toSax(this.getUrlConnection(), this.getXMLConsumer());
} catch (IOException e) {