No announcements
Found 2904335 threads
-
0 Votes
Passing xml string to REST WCF service with additional parameters
(string request, string LogonID, string Key); The request string parameter is supposed to be xml. Here is an example of the input, there ...Answered | 1 Replies | 2174 Views | Created by spark29er - Wednesday, July 29, 2015 5:41 PM | Last reply by Grady_Dong - Thursday, July 30, 2015 5:53 AM -
3 Votes
Passing to WCF Rest Service
I am looking to pass anything to a WCF REST service where it is not part of the URL. And an image is a prime example. I am wanting to ...Answered | 31 Replies | 6258 Views | Created by NeedSomeAnswers - Tuesday, March 27, 2012 5:32 PM | Last reply by NeedSomeAnswers - Thursday, April 5, 2012 1:29 PM -
1 Votes
Passing string parameters to a windows service
http://stackoverflow.com/questions/4618098/send-string-commands-or-bytes-to-a-windows-service-when-running Please remember to mark the replies as answers ...Answered | 2 Replies | 4390 Views | Created by timr2431 - Monday, June 6, 2011 6:37 PM | Last reply by timr2431 - Friday, June 17, 2011 2:44 PM -
0 Votes
problem passing parameters to wcf service
Well, I tried the same thing by passing a class as a parameter to my WCF method and then created a proxy and when I am trying to invoke ...Discussion | 1 Replies | 3659 Views | Created by huzan - Saturday, August 29, 2009 3:22 AM | Last reply by TalkToPravin - Saturday, August 29, 2009 4:20 AM -
0 Votes
WCF Service with REST
Hi, I am creating a WCF service with protocol as REST.I have Message contract in my service.I need to insert some value ... -
0 Votes
Receiving errors passing parameters into wcf service
refer to: http://www.codeproject.com/Questions/676159/Calling-WCF-REST-Service-usingAnswered | 1 Replies | 691 Views | Created by Goalie35 - Monday, December 8, 2014 7:33 PM | Last reply by Shawn Zhao - Tuesday, December 9, 2014 8:45 AM -
2 Votes
Return XML Enocded string data - WCF REST
I am working in REST WCF Service, can you please help me on the following I have a Method which return object of Type string , ...Answered | 12 Replies | 13373 Views | Created by Saurabh Sondhi - Thursday, August 6, 2009 8:50 PM | Last reply by bqutelim - Thursday, August 18, 2016 3:47 PM -
0 Votes
WCF Workflow Service: passing multiple parameters
Hi, I think that pass multiple parameters with argument class is better than passing multiple parameters.Unanswered | 2 Replies | 2318 Views | Created by Dmitry Nogin - Thursday, July 18, 2013 8:44 PM | Last reply by Dmitry Nogin - Thursday, July 25, 2013 4:36 PM -
1 Votes
WCF Rest Service
>What the difference betwwen the wcf rest service and web api? For the difference betwwen the WCF Rest Service and Web API, ...Answered | 2 Replies | 654 Views | Created by Andrewsys - Wednesday, April 29, 2015 3:08 PM | Last reply by Andrewsys - Friday, May 1, 2015 2:03 AM -
0 Votes
what are REST services on WCF?
Hi, WCF REST, actually provides Plain-Old-Xml (POX), result when the WCF service is browsed. In correct word it can be explained ...Unanswered | 4 Replies | 4123 Views | Created by GurunGuns - Wednesday, May 19, 2010 8:51 AM | Last reply by GurunGuns - Thursday, June 3, 2010 10:46 AM -
0 Votes
Consuming WCF REST Service with multiple parameters WITHOUT DataContract
Hi everyone ! I need to call my WCF REST Service with multiple parameters with the POST method, but I can't create ...Answered | 6 Replies | 23924 Views | Created by Spixy - Friday, March 9, 2012 1:24 PM | Last reply by Sachin Gangarde - Monday, October 1, 2012 1:41 PM -
0 Votes
Passing parameters Window Service
Hi, please read this article, on how to pass parameters to a windows service, through the command line:Answered | 1 Replies | 3317 Views | Created by skkannan1978 - Wednesday, October 1, 2008 5:39 AM | Last reply by Ilija Injac - Wednesday, October 1, 2008 9:12 AM -
0 Votes
WCF + REST + POST + XML
If you want to send XML, why are you using a request format of json in your service contract?Please mark posts as answers/helpful if it answers your question. Senior ...Answered | 2 Replies | 8076 Views | Created by Gustavo Bergamo - Friday, June 10, 2011 4:20 PM | Last reply by Tito.Net - Saturday, June 11, 2011 8:55 AM -
0 Votes
SSRS report not passing all parameters to the WCF service
Hi, I am facing similar problem when I try to use WCF service in SSRS. I am paasing 4 parameters from SSRS to WCF ...Answered | 4 Replies | 7350 Views | Created by BabbuP - Wednesday, August 17, 2011 4:22 PM | Last reply by vpai - Monday, July 30, 2012 10:49 PM -
0 Votes
How to convert WCF Service to WCF REST-full service
http://www.codeproject.com/Articles/590627/Converting-SOAP-based-WCF-Service-to-RESTful-Desig Besides, you could also have a look at Creating WCF ...Answered | 1 Replies | 8514 Views | Created by Pragnyadipta - Friday, October 10, 2014 4:11 PM | Last reply by Shawn Zhao - Monday, October 13, 2014 9:04 AM -
1 Votes
STS - Passing additional request parameters
How can I extend my RST to include extra information? Having client creating SAML token seems a bit complex for my scenario. MPAnswered | 3 Replies | 4930 Views | Created by Maulik Patel - Tuesday, March 9, 2010 11:39 PM | Last reply by Dominick Baier - Wednesday, March 10, 2010 9:01 PM -
0 Votes
wcf rest service
, clients will be accessing your service with a different architectural style (calls, serialization like JSON, etc.). REST uses some common HTTP ...Answered | 1 Replies | 1762 Views | Created by Professo - Thursday, July 25, 2013 4:09 AM | Last reply by Amy Peng - Friday, July 26, 2013 2:17 AM -
0 Votes
Additional permission required when passing MSBuild parameters
members, they are fine. I'm not sure if passing MSBuild parameters actually need that permission (I can't understand why, and if so, I'd ...Answered | 2 Replies | 4764 Views | Created by Hamed Irchi - Monday, February 25, 2008 1:11 PM | Last reply by Hamed Irchi - Thursday, February 28, 2008 11:42 AM -
0 Votes
ReST Service with XML Output
I'm new to ReST services but have kinda gotten the hang of them. I have worked with it recently to output JSON data for consumption on an internal page. ...Answered | 3 Replies | 1290 Views | Created by maddtechwf1 - Tuesday, October 30, 2012 1:25 PM | Last reply by Otomii Lu - Wednesday, October 31, 2012 2:57 AM -
0 Votes
WCF Rest Service
Hi, I am trying to create a generic UI for WCF REST Service. Is there anyway I can get all the methods of a WCF REST ...Unanswered | 2 Replies | 1547 Views | Created by shiras - Tuesday, June 26, 2012 12:37 PM | Last reply by shiras - Tuesday, June 26, 2012 1:54 PM - Items 1 to 20 of 2904335 Next ›
No announcements