I attempt to execute the JUnit Test Case generated by WSDL2Java and I receive the following error:
 
java.lang.NoClassDefFoundError: ReportHandlerServiceTestCase (wrong name: localhost/axis/services/ReportHandlerServicePort/ReportHandlerServiceTestCase)
I have deployed the service into axis successfully and am able to successfully use a client to send a request SOAPEnvelope and return a response appropriately.
 
I am trying to use TCPMon and JUnit to now see if the service actually does anything meaningful (Other than produce the envelopes great) and I cannot get either to work. TCPMon says "Waiting for ConnectiON" and never stops saying that no matter how many times I run the service on port 8080.
 
JUnit gives me that aforementioned error.
 
Would anybody be willing to help me? Thanks,
James Crosson
 

Reply via email to