I have a page where I have a button that invokes a web service which works fine however when I try to get it to pass a parameter on the path it does not seem to add it.
I have added the parameter in my data section and I have added the parameter to the invoking in the button event but still no parameter added to my call.
I’m probably missing something obvious …