The web service runs okay. I am in the process of writing a class to publish information about how to invoke the web service to a UDDI Registry.
The environment is Windows Xp,
TomCat 4.1.30 and Axis.
The class to "publish" the pertinent information is compiled and run from an
Ant Script. List below is the classpath information:
<pathelement location="C:\jwsdp-1.3\jaxr\lib\jaxr-api.jar"/>
<pathelement location="C:\code\Java\Web Services Registration\Fibonacci\build\classes"/>
<pathelement location="C:\jwsdp-1.3\jaxr\lib\jaxr-impl.jar"/>
<pathelement location="C:\jwsdp-1.3\jaxb\lib\jaxb-api.jar"/>
<pathelement location="C:\jwsdp-1.3\jaxb\lib\jaxb-impl.jar"/>
<pathelement location="C:\jwsdp-1.3\jaxb\lib\jaxb-libs.jar"/>
<pathelement location="C:\jwsdp-1.3\jwsdp-shared\lib\relaxngDatatype.jar"/>
<pathelement location="C:\jwsdp-1.3\jwsdp-shared\lib\namespace.jar"/>
<pathelement location="C:\jwsdp-1.3\jwsdp-shared\lib\activation.jar"/>
<pathelement location="C:\jwsdp-1.3\jwsdp-shared\lib\mail.jar"/>
<pathelement location="C:\jwsdp-1.3\jwsdp-shared\lib\.jar"/>
<pathelement location="C:\code\Axis\axis-1_1\lib\axis.jar"/>
<pathelement location="C:\code\Axis\axis-1_1\lib\commons-logging.jar"/>
<pathelement location="C:\code\Axis\axis-1_1\lib\commons-discovery.jar"/>
<pathelement location="C:\code\Axis\axis-1_1\lib\saaj.jar"/>
<pathelement location="C:\jwsdp-1.3\saaj\lib\saaj-api.jar"/>
<pathelement location="C:\jwsdp-1.3\saaj\lib\saaj-impl.jar.jar"/>
<pathelement location="C:\jwsdp-1.3\jaxp\lib\endorsed\jaxp-api.jar"/>
<pathelement location="C:\jwsdp-1.3\jaxp\lib\endorsed\sax.jar"/>
<pathelement location="C:\jwsdp-1.3\jaxp\lib\endorsed\dom.jar"/>
<pathelement location="C:\jwsdp-1.3\jaxp\lib\endorsed\xercesImpl.jar"/>
<pathelement location="C:\jwsdp-1.3\jaxp\lib\endorsed\xalan.jar"/>
<pathelement location="C:\code\XML\Xerces 2.6.2\xerces-2_6_2\resolver.jar"/>
<pathelement location="C:\code\XML\Xerces 2.6.2\xerces-2_6_2\xml-apis.jar"/>
<pathelement location="C:\code\XML\Xerces 2.6.2\xerces-2_6_2\xmlParserAPIs.jar"/>
<pathelement location="C:\code\XML\Xerces 2.6.2\xercex-2_6_2\xercesImpl.jar"/>
Most everything comes from jwsdp-1.3.