Can be compiled and run on the command line as follows:

Compile with:

javac -cp .:./axis.jar:./saaj.jar:./jaxrpc.jar SendToNumber.java

Run with:

java -cp .:./wsdl4j-1.5.1.jar:./commons-logging-1.0.4.jar:./commons-discovery-0.2.jar:./axis.jar:./saaj.jar:./jaxrpc.jar:./log4j-1.2.8.jar SendToNumber <your phone number> <message body>

<phone number> needs a leading '1'

<message body> must be quoted if it has spaces in it, e.g.,
'Test message one'
