English 中文(简体)
提交4010×ml翻译后收到的网络服务
原标题:Error received after submitting translated 4010 xml to legacy webservice

Good Afternoon.

我向国家派出了270人,并收到271人,然后将271人改为4010人版本,以便遗产网络服务能够吸收数据。 网上服务公司正在使用dbml和LINQ,将电文翻译成一系列课程,在数据库进行翻译并更新客户之后,即代表数据库。 然而,我正在发现一个错误,说:

The adapter failed to transmit message going to send port "SendEDI" with URL "http://biz05/WriteEligibilityResponse/service.svc". It will be retransmitted after the retry interval specified for this Send Port. Details:"System.ServiceModel.FaultException: a:InternalServiceFaultAn attempt was made to remove a relationship between a X12_NM1 and a X12_271_2120C. However, one of the relationship s foreign keys (X12_271_2120C.X12_NM1_Id) cannot be set to null.An attempt was made to remove a relationship between a X12_NM1 and a X12_271_2120C. However, one of the relationship s foreign keys (X12_271_2120C.X12_NM1_Id) cannot be set to null. at EligibilityLookup.Service.ResponseToSQL.WriteResponse(Message message)

在SyncInvokeWriteResponse(目标,目标[],目标[])

at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs)

at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc)

at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc)

at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc)

at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)System.InvalidOperationException

at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfClient`2.RequestCallback(IAsyncResult result)".

考虑到我不能改变准则(我不能把客户作为管理淡化的一部分,重建项目第2阶段的前端)是否有办法解决这一问题? 我已经删除了该要素地图中的5010至4010链接,如果我把全部271个数据集输入遗留系统,我也不关心。

最佳回答

Just googling the error came up with this: http://blogs.msdn.com/b/bethmassi/archive/2007/10/02/linq-to-sql-and-one-to-many-relationships.aspx

如果你能够改变林克模式,那么你似乎必须把数据绘制到你发给网络服务的4010份文件中,以便数据在X12_271_2120C地图的X12_NM1中填满。 页: 1

问题回答

暂无回答




相关问题
IIS 6.0 hangs when serving a web-service

I am having issues with one of our web-services. It works fine on my development machine (win XP) whether I host it as a separate application or using cassini from Visual studio. Once I deploy on the ...

ASP.net web services

I am using a web service which sets the Thread.CurrentPrincipal object while logging in and soon later when another webmethod of the same web service accesses Thread.CurrentPrincipal, its different/...

Unity Container Disposing and XML Web Service

I am registering some wrapers over un-managed objects in container. How can I dispose of them at the end of the container s lifetime? Please bear in mind I have an XML Web service.

SharePoint : web service permission error

I have a sharepoint site, and I am calling a standard sharepoint web service. I create the web service request like this : wsDws.Url = this.SiteAddress + @"/_vti_bin/Dws.asmx"; When I use ...

热门标签