Hi,
We are moving our server from on prem to azure servers. i am trying to process test ebay order, getting below error.
Can you please help why this happens.
An error occurred while processing Amazon/eBay orders: There was no endpoint listening at https://api.channeladvisor.com/ChannelAdvisorAPI/v6/OrderService.asmx that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.
There was no endpoint listening at https://api.channeladvisor.com/ChannelAdvisorAPI/v6/ShippingService.asmx that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.
Server stack trace:
at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream()
at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout)
at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, TimeSpan timeout)
at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at Order.Proxy.Console.ShippingService.ShippingServiceSoap.Ping(PingRequest request)
at Order.Proxy.Console.ChannelAdvisor.ChannelAdvisorOrderProcessor.TestPing() in C:\azp\_work\nhs-thirdpartyorderproxy\nhs-thirdpartyorderproxy\source\Order.Proxy.Console\ChannelAdvisor\ChannelAdvisorOrderProcessor.cs:line 71