stack72 / TeamCitySharp

No Longer Maintained - please use https://github.com/mavezeau/TeamCitySharp
Other
200 stars 165 forks source link

Create project fail for TeamCitySharp v.0.3.5 #93

Open banarualexandru opened 9 years ago

banarualexandru commented 9 years ago

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

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.