¡@

Home 

2014/10/16 ¤W¤È 12:04:56

jquery Programming Glossary: loggingtest

400 Bad Request HTTP Response using a WCF POST via JQuery

http://stackoverflow.com/questions/3146329/400-bad-request-http-response-using-a-wcf-post-via-jquery

the POST from the javascript function jqueryPost var url LoggingTest .post url message test message This is how I'm accepting the.. OperationContract WebInvoke Method POST UriTemplate LoggingTest BodyStyle WebMessageBodyStyle.Bare void LoggingTest string message.. LoggingTest BodyStyle WebMessageBodyStyle.Bare void LoggingTest string message And the implementation public void LoggingTest..

400 Bad Request HTTP Response using a WCF POST via JQuery

http://stackoverflow.com/questions/3146329/400-bad-request-http-response-using-a-wcf-post-via-jquery

my JQuery POST to be accepted by the WCF Service. Here's the POST from the javascript function jqueryPost var url LoggingTest .post url message test message This is how I'm accepting the POST via an Interface OperationContract WebInvoke Method POST.. test message This is how I'm accepting the POST via an Interface OperationContract WebInvoke Method POST UriTemplate LoggingTest BodyStyle WebMessageBodyStyle.Bare void LoggingTest string message And the implementation public void LoggingTest string.. an Interface OperationContract WebInvoke Method POST UriTemplate LoggingTest BodyStyle WebMessageBodyStyle.Bare void LoggingTest string message And the implementation public void LoggingTest string message log.Debug message null When I call the function..