Hi,
I've seen that default WebMethods with asp.net web services are invoked with http://webservice.example.com?op=methodName.
Is there a way to change that op for another thing like cmd?
I need that for backward compatibility with an old service I have.
Thanks!