Advertisement
Guest User

Untitled

a guest
Aug 16th, 2018
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. 2018-08-16 18:17:55.3987 ERROR - api - Blad pobierania listy zdjec.System.InvalidOperationException: There is an error in XML document (2, 679). ---> System.Net.WebException: The operation has timed out.
  2. at System.Net.ConnectStream.Read(Byte[] buffer, Int32 offset, Int32 size)
  3. at System.IO.StreamReader.ReadBuffer(Char[] userBuffer, Int32 userOffset, Int32 desiredChars, Boolean& readToUserBuffer)
  4. at System.IO.StreamReader.Read(Char[] buffer, Int32 index, Int32 count)
  5. at System.Xml.XmlTextReaderImpl.ReadData()
  6. at System.Xml.XmlTextReaderImpl.ParseText(Int32& startPos, Int32& endPos, Int32& outOrChars)
  7. at System.Xml.XmlTextReaderImpl.ParseText()
  8. at System.Xml.XmlTextReaderImpl.ParseElementContent()
  9. at System.Xml.XmlTextReaderImpl.Read()
  10. at System.Xml.XmlTextReader.Read()
  11. at System.Xml.XmlReader.ReadStartElement()
  12. at System.Xml.Serialization.XmlSerializationReader.ReadStringValue()
  13. at System.Xml.Serialization.XmlSerializationReader.ReadTypedPrimitive(XmlQualifiedName type, Boolean elementCanBeType)
  14. at System.Xml.Serialization.XmlSerializationReader.ReadReferencingElement(String name, String ns, Boolean elementCanBeType, String& fixupReference)
  15. at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderStWebApiSoapServer.Read3_GetProductImageListResponse()
  16. at System.Xml.Serialization.XmlSerializationReader.ReadReferencingElement(String name, String ns, Boolean elementCanBeType, String& fixupReference)
  17. at System.Xml.Serialization.XmlSerializationReader.ReadArray(String typeName, String typeNs)
  18. at System.Xml.Serialization.XmlSerializationReader.ReadReferencingElement(String name, String ns, Boolean elementCanBeType, String& fixupReference)
  19. at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderStWebApiSoapServer.Read73_GetProductImageListResponse()
  20. at Microsoft.Xml.Serialization.GeneratedAssembly.ArrayOfObjectSerializer7.Deserialize(XmlSerializationReader reader)
  21. at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
  22. --- End of inner exception stack trace ---
  23. at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
  24. at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
  25. at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
  26. at Sote.Product.StWebApiSoapServer.GetProductImageList(GetProductImageList GetProductImageList1)
  27. at Sote.api.GetImageProductList(String soteId)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement