Dear all, I'm trying to implement a COM object written in VB as a SOAP Service. I'm using jakarta-tomcat-3.2.2 and the Apache SOAP-2_2 implementation. I want to access the Com Object with my java client. The java clients takes a string as argument sends it to the COM object and the COM object will return another string. I've followed the example in the soap-2_2\samples\com directory (wrote a XML deployment descriptor, registered the dll) but I get the following error : The procedure entry point __lc_collate_cp could not be located in the dynamic link library MSVCRTD.dll Does anyone have an idea what this means and/or how I can solve this. Your help is greatly appreciated With kind regards, Jeroen Frissaer