Advertisement
Guest User

Untitled

a guest
Feb 18th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.10 KB | None | 0 0
  1. <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
  2.    <s:Body>
  3.       <s:Fault>
  4.          <faultcode xmlns:a="http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher">a:DeserializationFailed</faultcode>
  5.          <faultstring xml:lang="en-GB">The formatter threw an exception while trying to deserialize the message: Error in deserializing body of request message for operation 'GetPolicyEnquiry'. End element 'XmlRequest' from namespace 'http://tempuri.org/' expected. Found element 'RequestData' from namespace ''. Line 7, position 26.</faultstring>
  6.          <detail>
  7.             <ExceptionDetail xmlns="http://schemas.datacontract.org/2004/07/System.ServiceModel" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  8.                <HelpLink i:nil="true"/>
  9.                <InnerException>
  10.                   <HelpLink i:nil="true"/>
  11.                   <InnerException i:nil="true"/>
  12.                   <Message>End element 'XmlRequest' from namespace 'http://tempuri.org/' expected. Found element 'RequestData' from namespace ''. Line 7, position 26.</Message>
  13.                   <StackTrace>at System.Xml.XmlExceptionHelper.ThrowXmlException(XmlDictionaryReader reader, String res, String arg1, String arg2, String arg3)
  14.    at System.Xml.XmlExceptionHelper.ThrowEndElementExpected(XmlDictionaryReader reader, String localName, String ns)
  15.    at System.Xml.XmlBaseReader.ReadEndElement()
  16.    at System.Xml.XmlBaseReader.ReadElementContentAsString()
  17.    at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeParameters(XmlDictionaryReader reader, PartInfo[] parts, Object[] parameters)
  18.    at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(XmlDictionaryReader reader, Object[] parameters)
  19.    at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters)</StackTrace>
  20.                   <Type>System.Xml.XmlException</Type>
  21.                </InnerException>
  22.                <Message>The formatter threw an exception while trying to deserialize the message: Error in deserializing body of request message for operation 'GetPolicyEnquiry'. End element 'XmlRequest' from namespace 'http://tempuri.org/' expected. Found element 'RequestData' from namespace ''. Line 7, position 26.</Message>
  23.                <StackTrace>at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters)
  24.    at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc&amp; rpc)
  25.    at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc)
  26.    at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc)
  27.    at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage11(MessageRpc&amp; rpc)
  28.    at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)</StackTrace>
  29.                <Type>System.ServiceModel.Dispatcher.NetDispatcherFaultException</Type>
  30.             </ExceptionDetail>
  31.          </detail>
  32.       </s:Fault>
  33.    </s:Body>
  34. </s:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement