You use any trade classes or implement the API with 100% own sources?
I wrote a trade lib. Maybe I could include the API there. But you would have to use the rest of the lib then, too...
There are no "trade classes" available. The official API is simply a collection of JSON calls and return values with very simple php based examples. You pretty much have no other choice but to write your own java classes to implement the API.
This in itself is not that frightening though, the java boilerplate code is pretty trivial. There is a SHA512 signature of the post data which is just about the only unusual thing going on. It might be that I have a bug there, but with these unspecific error messages I can't know for sure. It might also be that I am specifying the currency pair incorrectly, using the wrong decimal point in the amount and price fields, or incorrect nonce parameter (which, incidently, is completely undocumented!).
-Michael