Hi,
We have a customer that uses the Dynamicweb NAV Connector and we want to get to solutions up and running, each having a different connector but to the same NAV Company.
The ideal way would be to offer two different web-services, so the logic does not interfere with each other, but when we try to change the NavEndpoint to another webservice, we get the following error.
Any ideas how to fix this?
System.ServiceModel.FaultException: Parameter request in method Process in service DWWebService2 is null!
Server stack trace:
at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
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 Dynamicweb.DataIntegration.Integration.ERPIntegration.ErpServiceCaller.SendRequest(DynamicwebServiceClient client, String secret, String requestText)
at Dynamicweb.DataIntegration.Integration.ERPIntegration.ErpServiceCaller.GetDataFromRequestString(String endpoint, String secret, String requestXML)