Hi,

I am having problems with a call to the CMDB webservice from ServiceCenter.
I have created an script library using the WSDL2JS wizard and after that I have made another script library where I call the webservice.
The problem I got is that when some of the fields used as input in the webservice call (in my case the client that contains a spanish "Ñ"), in the request send to the webservice that non-standard characters are removed from the value of the field. I have check that with an sniffer, looking the soap request launch from Service Center to the CMDB webservice.
Like an example, if the node <Client> has the value aaaaÑbbb, the value of the node is truncated to aaaabbb in the request sent to the ws.
I have checked the sc.ini file to be sure that the language is configured as spanish and apparently is correctly configured, so it should take into account all the non-standard characteres.

Anyone has any idea about how to solve that problem?

Regards,
Jose Carlos Perez