Hi, I deployed my compiled classes to axis and on pointing the browser
to http://localhost:8085/axis/services/SASPort?wsdl
I am able to view the wsdl for the deployed service. I assumed that the service
has been deployed properly and tried testing it out by running my client but it
fails to receive any response. On running the SOAP montitor I was able to see
that there was only a request and no reply. For debugging purposes I have log4j
setup but it seems like the operation is not invoked. Any ideas? Thanks, Jeevak |