404: Not Found
Error Message
System.Net.WebException: The request failed with HTTP status 404: Not Found.
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.EndInvoke(IAsyncResult asyncResult)
at Aras.ConversionFramework.Proxy.ConversionService.EndConvert(IAsyncResult asyncResult) in d:\Builds\Daily\5779\RELS9-3\Innovator\CompilableCode\_CommonFiles\ConversionService\ConversionService.vb:line 78
at Aras.Server.Core.InvokeStandardConverter.ConvertCallback(IAsyncResult ar) in d:\Builds\Daily\5779\RELS9-3\Innovator\Server\src\Core\InternalMethods\InvokeStandardConverter.vb:line 85
at System.Web.Services.Protocols.WebClientAsyncResult.Complete()
at System.Web.Services.Protocols.WebClientProtocol.ProcessAsyncResponseStreamResult(WebClientAsyncResult client, IAsyncResult asyncResult)
at System.Web.Services.Protocols.WebClientProtocol.ReadAsyncResponseStream(WebClientAsyncResult client) at System.Web.Services.Protocols.WebClientProtocol.ReadAsyncResponse(WebClientAsyncResult client)
Solution
Confirm that the Conversion Server URL is correct in Aras Innovator.
This URL depends on where the Conversion Server was installed on the website with the Aras Innovator installer. For example, the default URL is the following:
- When the Conversion Server was installed with the Aras Innovator instance: http://serverName/InnovatorServer/ConversionServer/ConversionService.asmx
- When only the Conversion Server was installed: http://serverName/ConversionServer/ConversionService.asmx
where, serverName is the Aras Innovator domain name.