WebInvoke - Indicates a service operation is logically an invoke operation and that it can be called by the REST programming model
Questions tagged [webinvoke]
48 questions
0
votes
1 answer
Invoke an application using webservice
I'm trying to write a web service on my server windows server2008 to invoke some applications on my server. I user system.diagnostics.process class to invoke exe files. It works fine on server itself, but when i use the webservice over a different…

Tolga Evcimen
- 7,112
- 11
- 58
- 91
0
votes
2 answers
Not able to access any mothod with the attribute [WebInvoke] in WCF Restful services
I am not able to access any method with the attribute [webinvoke] in a RESTful WCF service.
My code is like this:
[OperationContract]
[WebInvoke(Method = "Post", UriTemplate = "Comosite/{composite}", ResponseFormat =…

user1335978
- 193
- 4
- 13
-1
votes
1 answer
Special Character in WCF
I am using SHA-1 to encrypt password and send it to service as follows.
The following password is being encrypted.
Client Side
HttpGetCommand.cs
public class HttpGetCommand : AbstractHttpCommand
where TResult : class
{
…

casillas
- 16,351
- 19
- 115
- 215