Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Livelink webservice (LiveServices) and czech language
Stepan_Bouda_(sbouda_-_(deleted))
Hi,I have problem passing last names for users with czech characters to LL webservices (users.asmx).Users is created correctly but last name is trim of czech characters.CODE in C#: UGDInfo uinfo = new UGDInfo();uinfo.firstName="Zden?k";uinfo.lastName = "K???";users.CreateUser(this.getSession2(), "manualMikeTreti", "", upi, new LLValueData(), uinfo, "DefaultGroup", "");After calling this user is created succesfuly but his lastname is Krun not K???.This issue is with all string with czech characters.Any suggestion to solve this? Livelink use UTF-8 encoding, DB too, Liveservices are set to use UTF-8 too. My code should use UTF-8 to, but I'm not sure if it is so...Thanks in advance...
Find more posts tagged with
Comments
There are no comments yet