Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




UpdateIssue error - 100 is an unexpected token error

api

I am currently using version 3.6 The code to update is IssueEN issue = serviceManager.IssuesService.GetIssue(121312); issue.IssueLongDesc = "Long description"; serviceManager.IssuesService.UpdateIssue(issue);

And UpdateIssue throws the following exception. DeleteIssue gives me the same result. What am I missing?

System.Xml.XmlException: '100' is an unexpected token. The expected token is '"' or '''. Line 20, position 65. at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args) at System.Xml.XmlTextReaderImpl.ThrowUnexpectedToken(String expectedToken1, String expectedToken2) at System.Xml.XmlTextReaderImpl.ParseAttributes() at System.Xml.XmlTextReaderImpl.ParseElement() at System.Xml.XmlTextReaderImpl.ParseElementContent() at System.Xml.XmlTextReaderImpl.Read() at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace) at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc) at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace) at System.Xml.XmlDocument.Load(XmlReader reader) at System.Xml.XmlDocument.Load(Stream inStream) at CounterSoft.Gemini.Commons.Rest.Serializer.ConvertToObject[T](Stream stream) at CounterSoft.Gemini.WebServices.BaseService.GetObjectFromResponse[T](Stream stream, Int64 length) at CounterSoft.Gemini.WebServices.BaseService.ThrowResponseException(WebResponse response) at CounterSoft.Gemini.WebServices.BaseService.ProcessResponse[T](String url, Object obj, RequestType requestType) at CounterSoft.Gemini.WebServices.BaseService.GetResponse[T](String url, Object o, RequestType r) at CounterSoft.Gemini.WebServices.IssuesService.UpdateIssue(IssueEN issue)

Indu
· 1
Indu
Replies (2)
helpful
0
not helpful

Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

I checked. The verbs are set to ALL per the document. Could it be because, the dlls, i used to compile the program are 4.1.1 and the website is 3.7? Where can I get the DLLs for the 3.7 version?


Indu
· 1
Indu