Click here to Skip to main content
15,888,461 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: JQuery with DataList Pin
Ali Al Omairi(Abu AlHassan)15-Feb-12 23:06
professionalAli Al Omairi(Abu AlHassan)15-Feb-12 23:06 
QuestionSending mail using SMTP Pin
Elizabeth Rani14-Feb-12 19:34
Elizabeth Rani14-Feb-12 19:34 
AnswerRe: Sending mail using SMTP Pin
Bernhard Hiller14-Feb-12 21:05
Bernhard Hiller14-Feb-12 21:05 
GeneralRe: Sending mail using SMTP Pin
Elizabeth Rani14-Feb-12 21:56
Elizabeth Rani14-Feb-12 21:56 
AnswerRe: Sending mail using SMTP Pin
antish120-Feb-12 6:02
antish120-Feb-12 6:02 
QuestionWCF on IIS 6 Pin
Satish_S14-Feb-12 19:06
Satish_S14-Feb-12 19:06 
AnswerRe: WCF on IIS 6 Pin
Keith Barrow14-Feb-12 21:38
professionalKeith Barrow14-Feb-12 21:38 
GeneralRe: WCF on IIS 6 Pin
Satish_S14-Feb-12 23:43
Satish_S14-Feb-12 23:43 
Yes i am accessing client on the same machine.
sorry typo error when composing a message but my REST client is having the following URL

http://localhost/Service/service.msc

Even i tried from different machine with the following
http://172.29.xxx.xx/Service/service.msc

In both scenarios i am getting the following page saying my service living but not able to post a request.

You have created a service.

To test this service, you will need to create a client and use it to call the service. You can do this using the svcutil.exe tool from the command line with the following syntax:


svcutil.exe http://development.co.in/DWebServices/CDataService.svc?wsdl

This will generate a configuration file and a code file that contains the client class. Add the two files to your client application and use the generated client class to call the Service. For example:

C#

class Test
{
    static void Main()
    {
        CDataServiceClient client = new CDataServiceClient();

        // Use the 'client' variable to call operations on the service.

        // Always close the client.
        client.Close();
    }
}

Visual Basic

Class Test
    Shared Sub Main()
        Dim client As CDataServiceClient = New CDataServiceClient()
        ' Use the 'client' variable to call operations on the service.

        ' Always close the client.
        client.Close()
    End Sub
End Class


when i try to access its method by the following

http://172.29.xxx.xx/Service/service.msc/methodcall
[method :POST]

{

"json format inputs"
}

modified 15-Feb-12 5:52am.

Questionproblem with building an image webservice Pin
kareem olamilekan14-Feb-12 16:07
kareem olamilekan14-Feb-12 16:07 
AnswerRe: problem with building an image webservice Pin
Bernhard Hiller14-Feb-12 21:08
Bernhard Hiller14-Feb-12 21:08 
GeneralRe: problem with building an image webservice Pin
kareem olamilekan15-Feb-12 4:39
kareem olamilekan15-Feb-12 4:39 
QuestionHow to get INPUT value with this ENCTYPE="multipart/form-data" Pin
hifiger200414-Feb-12 0:46
hifiger200414-Feb-12 0:46 
Questionwithdraw money from PayPal Pin
farogh haider14-Feb-12 0:39
farogh haider14-Feb-12 0:39 
QuestionTLS Enabled Pin
padmanabhan N13-Feb-12 5:31
padmanabhan N13-Feb-12 5:31 
AnswerRe: TLS Enabled Pin
Not Active13-Feb-12 8:00
mentorNot Active13-Feb-12 8:00 
QuestionCould not find part of the path..... error Pin
Jassim Rahma12-Feb-12 22:48
Jassim Rahma12-Feb-12 22:48 
AnswerRe: Could not find part of the path..... error Pin
thatraja13-Feb-12 5:45
professionalthatraja13-Feb-12 5:45 
Questioniwanna get share trading application project using c# with ASP.NET Pin
fayazbaba12-Feb-12 21:15
fayazbaba12-Feb-12 21:15 
AnswerRe: iwanna get share trading application project using c# with ASP.NET Pin
Abhinav S12-Feb-12 21:32
Abhinav S12-Feb-12 21:32 
AnswerRe: iwanna get share trading application project using c# with ASP.NET Pin
Richard MacCutchan12-Feb-12 21:53
mveRichard MacCutchan12-Feb-12 21:53 
QuestionIf column not found in table or columns is added,how to handle it asp.net Pin
Member 322226412-Feb-12 18:42
Member 322226412-Feb-12 18:42 
AnswerRe: If column not found in table or columns is added,how to handle it asp.net Pin
Blue_Boy12-Feb-12 21:33
Blue_Boy12-Feb-12 21:33 
AnswerRe: If column not found in table or columns is added,how to handle it asp.net Pin
antish120-Feb-12 6:06
antish120-Feb-12 6:06 
Questionstoring bread crumb state after postback Pin
uglyeyes12-Feb-12 17:45
uglyeyes12-Feb-12 17:45 
AnswerRe: storing bread crumb state after postback Pin
Rahul Rajat Singh15-Feb-12 20:25
professionalRahul Rajat Singh15-Feb-12 20:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.