Hi need some help with the below error:
Trying to make a Web service call from a Java proxy client, generated
using apache axis and Eclipse based on wsdl file.
When trying to make a webservice call with the help of generated java proxy
file getting the below error :
Exception in thread main Axis fault
Fault code:{http://xml. Apache. Org/Axis} HTTP
Faultstring:404 not found.
Wsdl is working fine in soapui. Only issue is while trying to access the
proxy main through a standalone program
How to resolve this.