Microsoft
Software
Hardware
Network
Question : WCF standalone Http service with query string problem
Hi I am very new to WCF. I need to create a WCF service to return a value based on the query string passed in. I am testing in a browser yet it doesn't work.
For example, I have a method in the service contract called "TestMethod":
and it's defined as:
public string TestMethod()
{
return "you said: " + HttpContext.Current.Reques
t.QueryStr
ing["MyPar
am"];
}
I would like to be able to call this method from a browser like this:
http://localhost/Service.s
vc?MyParam
=hello
and the xml would return the string.
Answer : WCF standalone Http service with query string problem
Is the code being executed? If not then check the value for
@ServiceHost Service.
http://msdn.micros
oft.com/en
-us/librar
y/aa751792
.aspx
http:
//msdn.mic
rosoft.com
/en-us/lib
rary/aa967
286.aspx
Random Solutions
Can not create outlook data file
UML Reverse Engineer Visual Studio 2008 and Visio 2007
Load picture into image using a recordset
After_Update Event not firing
How can I increase the size of the C drive on a new Dell server
Cannot resolve the collation conflict between "SQL_Latin1_General_CP1_CI<wbr />_AS" and "Latin1_General_CI_AS" in the equal to operation
The SQL Server cannot obtain a LOCK resource at this time
Autodiscover
Paging File Settings
How do I find the names of all printers installed on a computer?