Advertisement
Guest User

Untitled

a guest
Aug 16th, 2018
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. 2018-08-16 12:49:58.6557 ERROR - api - Blad pobierania listy zdjec.Linia 0 System.InvalidOperationException: There is an error in XML document (2, 782932). ---> System.Xml.XmlException: Unexpected end of file has occurred. The following elements are not closed: image, item, GetProductImageListResponse, ns1:GetProductImageListResponse, SOAP-ENV:Body, SOAP-ENV:Envelope. Line 2, position 782932.
  2. at System.Xml.XmlTextReaderImpl.Throw(Exception e)
  3. at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
  4. at System.Xml.XmlTextReaderImpl.ThrowUnclosedElements()
  5. at System.Xml.XmlTextReaderImpl.ParseElementContent()
  6. at System.Xml.XmlTextReaderImpl.Read()
  7. at System.Xml.XmlTextReader.Read()
  8. at System.Xml.XmlReader.ReadString()
  9. at System.Xml.XmlTextReader.ReadString()
  10. at System.Xml.Serialization.XmlSerializationReader.ReadStringValue()
  11. at System.Xml.Serialization.XmlSerializationReader.ReadTypedPrimitive(XmlQualifiedName type, Boolean elementCanBeType)
  12. at System.Xml.Serialization.XmlSerializationReader.ReadReferencingElement(String name, String ns, Boolean elementCanBeType, String& fixupReference)
  13. at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderStWebApiSoapServer.Read3_GetProductImageListResponse()
  14. at System.Xml.Serialization.XmlSerializationReader.ReadReferencingElement(String name, String ns, Boolean elementCanBeType, String& fixupReference)
  15. at System.Xml.Serialization.XmlSerializationReader.ReadArray(String typeName, String typeNs)
  16. at System.Xml.Serialization.XmlSerializationReader.ReadReferencingElement(String name, String ns, Boolean elementCanBeType, String& fixupReference)
  17. at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderStWebApiSoapServer.Read73_GetProductImageListResponse()
  18. at Microsoft.Xml.Serialization.GeneratedAssembly.ArrayOfObjectSerializer7.Deserialize(XmlSerializationReader reader)
  19. at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
  20. --- End of inner exception stack trace ---
  21. at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
  22. at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
  23. at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
  24. at Sote.Product.StWebApiSoapServer.GetProductImageList(GetProductImageList GetProductImageList1) in C:\xxxx\xxxxx\xxxxx\xxxx\xxx\xxx\Web References\Product\Reference.cs:line 1061
  25. at Sote.api.GetImageProductList(String soteId) in C:\xxx\xxxx\xx\xxx\xx\xx\xx.cs:line 3492
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement