Skip to Content
0
Former Member
Jan 11, 2008 at 04:40 AM

JAR required for Webservices

79 Views

Hi all,

I am trying to create a deployable proxy project using the webservice i created.

I selected JAX-RPC interfaces checkbox when creating the project.

I added the following JAR files to the project. My class path is now:

<?xml version="1.0" encoding="UTF-8"?>

<classpath>

<classpathentry kind="src" path="src"/>

<classpathentry kind="var" path="JRE_LIB" sourcepath="JRE_SRC"/>

<classpathentry kind="src" path="/SayHiBeanProject"/>

<classpathentry exported="true" kind="var" path="SAP_LOGGING_LIB_HOME/lib/logging.jar"/>

<classpathentry exported="true" kind="var" path="SAP_LOGGING_LIB_HOME/lib/loggingStandard.jar"/>

<classpathentry kind="lib" path="C:/usr/sap/F50/JC30/j2ee/cluster/server0/bin/services/webservices/webservices.jar"/>

<classpathentry kind="lib" path="C:/Program Files/SAP/IDE/IDE70/eclipse/plugins/com.sap.ep.unitTest_7.00/sapxmltoolkit.jar"/>

<classpathentry kind="lib" path="C:/Program Files/SAP/IDE/IDE70/eclipse/plugins/com.sap.engine.webservices_2.0.0/lib/webservices_api.jar"/>

<classpathentry kind="lib" path="C:/Program Files/SAP/IDE/IDE70/eclipse/plugins/com.sap.engine.webservices_2.0.0/lib/boot.jar"/>

<classpathentry kind="lib" path="C:/Program Files/SAP/IDE/IDE70/eclipse/plugins/com.sap.engine.webservices_2.0.0/lib/iq-lib.jar"/>

<classpathentry kind="lib" path="C:/Program Files/SAP/IDE/IDE70/eclipse/plugins/com.sap.engine.webservices_2.0.0/lib/tc_sec_wssec_lib.jar"/>

<classpathentry kind="lib" path="C:/Program Files/SAP/IDE/IDE70/eclipse/plugins/com.sap.engine.webservices_2.0.0/lib/util.jar"/>

<classpathentry kind="lib" path="C:/Program Files/SAP/IDE/IDE70/eclipse/plugins/com.sap.engine.webservices_2.0.0/lib/webservices.jar"/>

<classpathentry kind="lib" path="C:/Program Files/SAP/IDE/IDE70/eclipse/plugins/com.sap.engine.webservices_2.0.0/lib/webservices_lib.jar"/>

<classpathentry kind="lib" path="C:/Documents and Settings/XXXXX/Desktop/jaxrpc-api.jar/jaxrpc-api.jar"/>

<classpathentry kind="output" path="bin"/>

</classpath>

I get an incomplete classpath error: This compilation unit indirectly references the missing type javax.xml.namespace.QName (typically some required class file is referencing a type outside the classpath)

The last one jaxrpc-api.jar, I downloaded from somewhere on the net which removed many incomplete classpath errors. Isnt there 1 Jar provided by Sun for web services that takes care of all these? Anycase do help me if you can to locate the missing jar.

Thanks!!

Prem