Axis1.4 WebServic Issue in WL10.3 - AXIS error Could not generate WSDL
I am working on web services and facing some issues in the deployment of Axis webservices in Weblogic Server. Actually I can deploy it without failure, but while invoking it could not generate the wsdl.
while giving the url like
http://localhost:7002/EvasService/services/EVASServicePort
It Shows
And now... Some Services
* EVASServicePort (wsdl)
o createAdmin
o updateProfile
o deletePremierUser
That means the deployment was ok
But while invoking
http://localhost:7002/EvasService/services/EVASServicePort?wsdl
The error displayed in the browser is like :
AXIS error
Could not generate WSDL!
There is no SOAP service at this location
I had checked the configuration of xml files(server-config-wsdd and web.xml) and service classes inside war and ensured everything is fine.
My Axis Version : 1.4
Application Server : Weblogic 10.3
I am running behind on this issue for last two weeks....Pls help me ...
Thanks & Regards,
Ziyad