M a java developer and new to ifbyphone. Dont know where to start with as I got to work with this. Basically my queries are Is this like web service thing to consume ??
How do I start with this ?? I just need to test how exactly it works so that I need to implement this in my java application later.
The NetGet and Post Call Actions are ways to send call information to your application using GET or POST.
If you are trying to send data into our system to initiate a call or send an sms, your application should create that url from your data, then hit that url. The xml response on the test panel shows you what your application should expect to receive as a response.
How you integrate this with your java application depends on what your app is trying to accomplish.