Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Package javax.xml.rpc does not exist

Status
Not open for further replies.

lumstar

Technical User
Jan 29, 2002
177
CA
Hi there,

I am new to Java Web Services. I am trying to write a client to connect to a .net webservice i already have deployed. I have generated the stubs for the web service but am having trouble making a call.

I have jwsdp 1.6, jdk 1.5.

My classpath =
.;
C:\jwsdp-1.6\jaxrpc\lib\jaxrpc-api.jar;
C:\jwsdp-1.6\jaxrpc\lib\jaxrpc-ri.jar;
c:\jwsdp-1.6\jaxrpc\lib\jaxrpc-api.jar;
c:\jwsdp-1.6\jaxrpc\lib\jaxrpc-impl.jar;
c:\jwsdp-1.6\jaxrpc\lib\jaxrpc-spi.jar;
c:\jwsdp-1.6\jwsdp-shared\lib\jax-qname.jar;

My path =
C:\Java\jwsdp-1.6\jwsdp-shared\bin;
C:\jwsdp-1.6\apache-ant\bin;
C:\Java\jdk1.5.0_04\bin;

I have tried the advice of existing posts on the java.sun.com developer forum but to no avail. Any help would be appreciated.

Thanks in advance,

Lumstar
 
I assume you're experiencing any kind of ClassNotFOundException.

In the JWSDP Release Notes there is list of JARs required to run specific WSDP component. You should ensure that all libs mentioned there under JAX-RPC section are in your classpath.

Cheers,

Dian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top