i've been trying to integrate my cobol program in web service (ASP.NET). I've tried to call it using
I converted the cobol programs to dll files..
I know there is a sample in "http://www.dotnetheaven.com/uploadfile/rickmalek/vb2cobol01302006022323am/vb2cobol.aspx?login=true&user=Ronald_yoh" but i know nothing about the repository and stuff so when I compiled I got the error.. I;m using net express 3.1
any helps?
Thanks
Bechir BejaouiPosted Nov 28, 2008, 7:10 PM
Ronald SuhartaPosted Nov 26, 2008, 5:04 PM
If I;m passing a string value to dll cobol and when it returns back that string value i got a weird funny character.
do you know about "CLASS COBOL-STRING AS "System.String" in cobol?
Bechir BejaouiPosted Nov 26, 2008, 4:22 PM
Ronald SuhartaPosted Nov 24, 2008, 7:02 PM
basically i want the cobol program return a string value to ASP.net. but I'm having an error with accessing beyond out of memory.
please help..
Bechir BejaouiPosted Nov 24, 2008, 6:21 PM