Debugging standalone application
Posted: Fri Apr 16, 2010 6:31 pm
I have a project that I'm building a standalone application for. Everything works great in the IDE, but when I build it, some things don't work. For example, I use the following command to call a web service:
put URL ("http://mysite.com/services/12345) into theWebPageContent
My service never gets called though. The value of theWebPageContent is empty and my logs on the server never show a call. So, I have a couple of questions
1. Is there any logging or other way to debug the standalone app? I'm wondering if this is resulting in an error or something that I'm not hearing about
2. Is there any specific library or anything that you need to call a URL that I'm missing?
put URL ("http://mysite.com/services/12345) into theWebPageContent
My service never gets called though. The value of theWebPageContent is empty and my logs on the server never show a call. So, I have a couple of questions
1. Is there any logging or other way to debug the standalone app? I'm wondering if this is resulting in an error or something that I'm not hearing about
2. Is there any specific library or anything that you need to call a URL that I'm missing?