How to test a Elgg web service

Hi,

I have a web service with ten parameters. All of them are optional except one.

 

To test my api, I have created a html form which contains auth_token,methd and all other remaining params. This works fine when I give values for all fields. But if I remove any one of them, then the value of next param replaces the removed one. i.e, If i remove the 5th param, then when my php function is called, the value for sixth param comes as the value for fifth param. it goes on until 9th param. And last param has null.

 

What am I missing? Is there any tutrial on how to test web services?

Beginning Developers

Beginning Developers

This space is for newcomers, who wish to build a new plugin or to customize an existing one to their liking