request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework SDK documentation and inspect the server trace logs.mscorlib Server stack trace: at System.ServiceModel.Channels.ServiceChannel.ThrowIfFaultUnderstood(Message reply, MessageFault fault, String action, MessageVersion version, FaultConverter faultConverter) 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 System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at DCEPLServer.SBO.IDCSBOServiceAppl.AddSBOData(DataSet ds) at DCEPLServer.SBO.DCSBOServiceApplClient.AddSBOData(DataSet ds) at DCEPLServer.BLL.WorkflowTransation.IsSyncSBO(String MasretTable, Int32 DocEntry, String ip, String port, String& tip) at DCEPLServer.BLL.WorkflowTransation.UpdateWorkflowNode(String SessionID, DataSet source, Int32 ID, Int32 TaskID, Int32 DocEntry, Int32 NodeCode, Int32 WFID, String UserCode, String WFName, String remarks, String Memo, String ApproStatus, Int32 BackNode, Int32 BackSortNum, String TblName, String& Msg) at DCEPLServer.Controllers.v1Controller.UpdateAppro(JObject obj)HandleReturnMessage 1.0ZhongD Studio 1.0oBusinessPartnersSELECT Code as CardCode,[FullName] as CardName,[Name] as CardForeignName,0 as CardType,GroupCode,CreditLine AS CreditLimit ,LegalPerson AS U_frID,License as U_yyID,YwyCode as SalesPersonCode, Phone1,Phone2,Fax,Email as EmailAddress,CntctPrsn as ContactPerson,Cellular ,GroupNum as PayTermsGrpCode,ListNum as PriceListNum,ShipType as ShippingType From T_Customer Where Code=@Code@Code:CAddressesSELECT 0 AS AddressType,'付款方' as AddressName,CustAddress as Street From T_Customer WHERE Code=@Code union all SELECT 1 AS AddressType,'收货方' as AddressName,[Address] as Street From T_Customer WHERE Code=@Code@Code:CContactEmployeesSELECT CntctPrsn as 'Name' From T_Customer WHERE Code=@Code@Code:C