Calling .NET web service functions via HTTP GET/POST



Hi,

I know you can call the WS methods using HTTP GET/POST, simply by
providing the method name in the URL and appending the parameters as
the method requires.

However, we would like to use this call method to invoke the
Beginxxx/Endxxx functions that are generated for each method. Is this
possible? Using the plain Begin-function-name in the URL did not work
(although using POST/GET is enabled and works for the 'sync' calls).

Thanks,
Ron Peleg,
Creo

.