Hello, I have a web service that provides interface to a parallel computing library. That parallel computing library has several functions which get called from the web service. I recently redesigned one of the functions, and I now have the following error. When the parallel computing library and the web service are compiled and liked into one .so file everything works fine. When web service is compiled as a separate library and the parallel computing library is called from the web service (and this is the way they have to be compiled in the final project) I get the following error: "<soapenv:Fault xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><faultcode>soapenv:Server</faultcode><faultstring>Failed in creating DLL</faultstring></soapenv:Fault>"
Any help would be greatly appreciated. Thank you in advance, Best regards, Nemanja Ilic --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
