http://www.perlmonks.org?node_id=376569


in reply to Re^2: WSDL Generator for SOAP::Lite?
in thread WSDL Generator for SOAP::Lite?

I have a shell script like:

#! /bin/sh + cd /usr/local/WSDLEditor + CP=lib/wsdleditor.jar:lib/dom4j-1_0.jar:lib/dtdparser-1_1_3.jar:lib/xa +lan-2_4_0.jar:lib/xercesImpl-2_1_0.jar:lib/xml-apis.jar:lib/soap-2_3. +jar:lib/uddi4j-1_0_3.jar:lib/jsse-1_0_3.jar:lib/wsdl4j-1_0.jar:lib/ja +xrpc-api-1_0.jar:lib/mail-1_3.jar:lib/activation-1_0_2.jar: + # assert JAVA_HOME environment variable if [ "$JAVA_HOME" = "" ] ; then java -mx128M -cp $CP com.capeclear.capestudio.wsdleditor.gui.Appli +cation exit 1; fi + $JAVA_HOME/bin/java -mx128M -cp $CP com.capeclear.capestudio.wsdledito +r.gui.Application exit 0;
Of course a) this will probably need to be changed for your system b) nothing to do with Perl

/J\