Return-Path: Delivered-To: apmail-xml-cocoon-users-archive@xml.apache.org Received: (qmail 98187 invoked by uid 500); 4 Jul 2001 13:24:11 -0000 Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-users@xml.apache.org Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 98044 invoked from network); 4 Jul 2001 13:24:06 -0000 Sender: michael@atmiralis.de Message-ID: <3B4318C1.C1CA42D5@atmiralis.de> Date: Wed, 04 Jul 2001 15:23:13 +0200 From: Michael Bierenfeld Organization: Atmiralis X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.13 i686) X-Accept-Language: en MIME-Version: 1.0 To: cocoon-users@xml.apache.org Subject: Re: PDF File creation Question References: <3B42C949.D75F5C49@atmiralis.de> <3B42CB2B.C71757A1@denic.de> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N > Hi Michael, > > download the SOAP taglib, it has an example of that. The sample is > called DocHandler and it can not only save fop-generated PDFs, but also > print and fax them and put them into an archive. > > Ulrich > > -- > Ulrich Mayring > DENIC eG, Systementwicklung > OK, thanks done. Samples are working like a charme. I think I can use it. But when starting the SOAPService DocHandler example I receive : org.xml.sax.SAXParseException: White space is required between the public identifier and the system identifier. ?-) Dou you know anything about this problem. Regards Michael �hm .... here is deploy-DocHandler.sh #!/bin/sh JAVA_HOME=/usr/lib/java SOAP=/usr/local/soap-2_0/lib/soap.jar XERCES=/usr/local/cocoon-1.8.2/lib/xerces_1_2.jar DEPLOY=/home/global/Projekte/XmlStandard/fop/soap/samples/SOAPService/deploy.xml SOAP_SERVER=http://thor.atmiralis.de/soap/servlet/rpcrouter CLASSPATH=${SOAP}:${XERCES} export JAVA_HOME CLASSPATH ${JAVA_HOME}/bin/java org.apache.soap.server.ServiceManagerClient ${SOAP_SERVER} deploy ${DEPLOY} --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. To unsubscribe, e-mail: For additional commands, e-mail: