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 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