When using the following AxUpdatePortal command:
AxUpdatePortal -UpdateAll -Websiteurl http://MyEpServer/Sites/DynamicsAx
I get following error:
<head><title>Document Moved</title></head>
<body><h1>Object Moved</h1>This document may be found <a HREF="myepserver/.../EPDeploymentService.asmx">here</a></body>
--.
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.Dynamics.Framework.Deployment.Services.EPDeploymentService.DeployWebComponent(String treeNodePath, String virtualServer, String webSite)
at AxUpdatePortal.Program.UpdateWebComponent(String operationName, String treenodePath, String webSiteUrl)
at AxUpdatePortal.Program.Main(String[] args)
I've never run into this problem before when using AxUpdatePortal.