Dear all:

 I user JWSDP(JAVA Web Service Development Pack)with tomcat to develop web service.
 I encounter a difficult problem.

 # Web Service provider)
   All things go well

#Client Side)=> the program to call web service.
  I write a client side program to call web service method. 
  When I use ant to run it,every thing is correct,but I write a jsp/servlet page to 
call the program,the method always return null.
  I don't konw what happened ? There is no error in compile,I just can't invoke web 
service method by servlet.

[WEB--INF]
˘u˘wclasses
˘x  ˘|˘wAuthenticate.class  =>my servlet progrqam         
˘x                
˘u˘wlib
         |__ssloss-client.jar  => generate by ant jar-client
  

Reply via email to