You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2019. It is now read-only.
I have 0.3.5 version of TeamCitySharp from nuget, and when I'm trying to createa new project, if fails:
BadRequest Error: Bad Request
HTTP: BadRequest
URL: http://xyz:8888/httpAuth/app/rest/projects/
Error has occurred during request processing (Bad Request).
Error: javax.ws.rs.WebApplicationException: javax.xml.bind.UnmarshalException
with linked exception:
[org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog.], caused by: javax.xml.bind.UnmarshalException, caused by: org.xml.sax.SAXParseException: Content is not allowed in prolog.
Not supported request. Please check URL, HTTP method and transfered data are correct.
But when I download the 0.3.3 version from github, and runned the test, it works like a charm.
We are using 9.x version of TeamCity.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi all.
I have 0.3.5 version of TeamCitySharp from nuget, and when I'm trying to createa new project, if fails:
BadRequest Error: Bad Request
HTTP: BadRequest
URL: http://xyz:8888/httpAuth/app/rest/projects/
Error has occurred during request processing (Bad Request).
Error: javax.ws.rs.WebApplicationException: javax.xml.bind.UnmarshalException
[org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog.], caused by: javax.xml.bind.UnmarshalException, caused by: org.xml.sax.SAXParseException: Content is not allowed in prolog.
Not supported request. Please check URL, HTTP method and transfered data are correct.
But when I download the 0.3.3 version from github, and runned the test, it works like a charm.
We are using 9.x version of TeamCity.
Thanks in advance.
The text was updated successfully, but these errors were encountered: