On Wed, Mar 4, 2009 at 9:13 AM, Elton Hoxha <[email protected]> wrote: > get-url = > "http://10.1.21.236:2468/GetMOSms.asmx/GetSms?originator=%p&destination=%P
You are missing one double quote at the end of the get-url parameter value ;) The line should be: get-url = "http://10.1.21.236:2468/GetMOSms.asmx/GetSms?originator=%p&destination=%P" BR, Jovan
