Because in the documentation example is not written very well, I’ve tried like this:
$catInfo = $proxy->call($sessionId,'category.info', 5, 'german');
but this returns the info of category 5 for the default store.
The proper call is:
hope that helps someone.