I am new to the list. In fact, I am new to SOAP... My compliments to the xml-soap developers as I acheived my goal of making a Java client to a .NET web service within a few hours of downloading xml-soap.
While trying to implement my code; I was overwhelmed by the lack of javadocs in some cases. The problem is probably my ignorance, but in some cases I had to go read the code and then read more info about XML and SOAP. This may sound stupid, but I put a bit of javadocs in org.apache.soap.Constants. I have attached the new file in case you are interested in adding my javadocs. I figure that it may prevent another newbie from wondering what they are looking at. - jeremiah --- Constants.java diff $ cvs diff Constants.java Index: Constants.java =================================================================== RCS file: /home/cvspublic/xml-soap/java/src/org/apache/soap/Constants.java,v retrieving revision 1.26 diff -r1.26 Constants.java 63a64,69 > * <p> > * The constants defined within this class are used extensively by the > * SOAP source; but there are also some useful contants to end-users. > * The namespace URI's, for example, are public and will likely be used > * while creating a client or server. > * </p> 71a78,80 > /** > * The XMLNS namespace prefix. > */ 72a82,84 > /** > * The SOAP namespace prefix. > */ 73a86,88 > /** > * The SOAP Envelope namespace prefix. > */ 74a90,92 > /** > * The SOAP Encoding namespace prefix. > */ 75a94,96 > /** > * The XML Schema Instance namespace prefix. > */ 76a98,100 > /** > * The XML Schema Definition namespace prefix. > */ 79a104,106 > /** > * The current XMLNS namespace URI. > */ 81a109,111 > /** > * The current SOAP envelope namespace URI. > */ 83a114,116 > /** > * The current SOAP encoding namespace URI. > */ 86c119,122 < --- > > /** > * The 1999 XML Schema Instance namespace. > */ 88a125,127 > /** > * The 1999 XML Schema Definition namespace; the XML Schema schema. > */ 90a130,132 > /** > * The 2000 XML Schema Instance namespace. > */ 92a135,137 > /** > * The 2000 XML Schema Definition namespace; the XML Schema schema. > */ 94a140,142 > /** > * The 2001 XML Schema Instance namespace. > */ 96a145,147 > /** > * The 2001 XML Schema Definition namespace; the XML Schema schema. > */ 98a150,152 > /** > * The current XML Schema Instance namespace. > */ 100a155,157 > /** > * The current XML Schema Definition namespace; the XML Schema schema. > */ -- __________________________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup Single & ready to mingle? lavalife.com: Where singles click. Free to Search! http://www.lavalife.com/mailcom.epl?a=2116
Constants.java
Description: Binary data
-- To unsubscribe, e-mail: <mailto:soap-dev-unsubscribe@;xml.apache.org> For additional commands, e-mail: <mailto:soap-dev-help@;xml.apache.org>