R
Roberto Perez via .NET 247
Hello all and thank you in advance.
We have several old applications in Cobol, Centura, etc that needs to be converted to .NET
In order to save time our plan is to create web services and call them creating DLLs using C++ to be used by the old applications.
We have the simple "HELLO WORLD" web service and the DLL in C++ calling that service. Everything looks fine, our old applications are using that DLL but still is missing something because we are reading woofy characters and not the sentence that we want.
I'll appreciate any comment or suggestion to solve this matter.
Thank you all.
We have several old applications in Cobol, Centura, etc that needs to be converted to .NET
In order to save time our plan is to create web services and call them creating DLLs using C++ to be used by the old applications.
We have the simple "HELLO WORLD" web service and the DLL in C++ calling that service. Everything looks fine, our old applications are using that DLL but still is missing something because we are reading woofy characters and not the sentence that we want.
I'll appreciate any comment or suggestion to solve this matter.
Thank you all.