|
Heya,
I've deployed a simple service using the command
java org.apache.axis.client.AdminClient -llocal:///AdminService
deploy.wsdd
and it runs fine if i use the command
java com.bp.webService.ReportsDescriptionServiceClient -llocal://
(where ReportsDescriptionServiceClient is a client that merely calls the
service and writes the result to screen)
however, if i navigate to the location
then it is claimed that the service cannot be found
(ReportsDescription is the service name as specified in the
deploy.wsdd).
After undeploying, I tried deploying the service again using the
command
java org.apache.axis.client.AdminClient
-lhttp://localhost:8080/axis/services/AdminService deploy.wsdd
this time i could locate the wsdl file without problem (using the url as
above ) but when i tried to run the service using the command
java com.bp.webService.ReportsDescriptionServiceClient
-lhttp://localhost:8080/axis/servlet/AxisServlet
I received a java.lang.reflect.InvocationTargetException!
Any help/guidence would be awesome-
and if anyones got time- whats the effect of using -llocal:// as opposed to
the full servlet address? |
Title: WELCOME to [EMAIL PROTECTED]
- java.lang.reflect.InvocationTargetException Ghenadie Dumanov
- RE: java.lang.reflect.InvocationTargetException Venkat Dokiparthi
- java.lang.reflect.InvocationTargetException Nightingale, Martin
- java.lang.reflect.InvocationTargetException Nightingale, Martin
- java.lang.reflect.InvocationTargetException Iv�n Escobedo
- RE: java.lang.reflect.InvocationTargetException Vidyanand Murunikkara
- RE: java.lang.reflect.InvocationTargetException Iv�n Escobedo
- java.lang.reflect.InvocationTargetException Agarwal, Naresh
- java.lang.reflect.InvocationTargetException Harsh Nagpal
- java.lang.reflect.InvocationTargetException Srinivas Vemula
- Re: java.lang.reflect.InvocationTargetExcep... Thorsten Jungblut
- java.lang.reflect.InvocationTargetException Daniel Olmedilla
- Re: java.lang.reflect.InvocationTargetExcep... Rafe Colburn
- Re: java.lang.reflect.InvocationTargetE... Daniel Olmedilla
