I have a webservice in my custom solution located at /webservice/webservice.asmx.
This URL I can access without problem.
I can access the functions in the webservice like so: /webservice/webservice.asmx?op=HelloWorld
But when I invoke the function like so: /webservice/webservice.asmx?/HelloWorld I get the DW 404
How can I get around this problem?