I write since I have a soap web service client, it was working perfectly until a new version of the service I was consuming was uploaded, they passed me the new wsdl and with ecplise I made the corresponding classes for the communication, the problem is that now when I try to communicate I get the following error:
AxisFault
faultCode: {http://xml.apache.org/axis/}HTTP
faultSubcode:
faultString: (301)Movido permanentemente
faultActor:
faultNode:
faultDetail:
{}:return code: 301
{http://xml.apache.org/axis/}HttpErrorCode:301
(301)Movido permanentemente
The strange thing is that I can access the wsdl from the link so I do not understand what the problem would be, I would appreciate it if someone can give me some guidance.