No announcements
Found 3191156 threads
-
0 Votes
Return "object" from wcf service
service.Answered | 3 Replies | 10776 Views | Created by swathik - Thursday, October 20, 2011 12:03 PM | Last reply by Tech01230 - Thursday, October 20, 2011 2:38 PM -
0 Votes
Return Object From Remoting VS Return Object From WCF Service
Hi basically wcf services live on their server.Answered | 5 Replies | 5067 Views | Created by Zeevi - Wednesday, June 24, 2009 5:31 PM | Last reply by frederikm - Thursday, June 25, 2009 7:01 AM -
3 Votes
Returning stream from a WCF Service to the client
And if this is true, could you pls give me an example on returning stream in 64-KB chunks from the service to the client?Answered | 19 Replies | 44571 Views | Created by ramz_g - Tuesday, November 17, 2009 11:26 AM | Last reply by P DEV - Wednesday, August 10, 2011 4:24 PM -
0 Votes
WCF service not returning a list object
Hello frends, Thanks ... found a solution to the above problem....well while generating the net tiers layers ..u should select true to WCF attributes...so it ...Answered | 3 Replies | 5930 Views | Created by silverrock7 - Wednesday, January 6, 2010 11:05 AM | Last reply by silverrock7 - Tuesday, January 12, 2010 2:53 PM -
0 Votes
WCF problem in assigning to Dataset from the service
Hi, I dont know how to pass the dataset from my Dataaccess layer to WCF service.Answered | 3 Replies | 3876 Views | Created by dumb techie - Friday, November 12, 2010 10:03 AM | Last reply by CiaranODonnell - Saturday, November 13, 2010 3:39 PM -
0 Votes
How to return "SearchResultCollection" from WCF Service.
return dic; }Answered | 14 Replies | 2026 Views | Created by Vikram96 - Monday, November 5, 2012 5:54 PM | Last reply by Shyam Kr - Tuesday, November 6, 2012 5:56 PM -
0 Votes
Bitmap problem
The rest of the code has nothing to do with this problem.Answered | 28 Replies | 5553 Views | Created by Stardust1611 - Wednesday, April 1, 2009 7:29 AM | Last reply by Stardust1611 - Saturday, April 4, 2009 7:54 AM -
0 Votes
Returning Object from WCF Service from different Namespace
http://community.irritatedvowel.com/blogs/pete_browns_blog/archive/2009/07/13/Sharing-Entities-between-WCF-and-Silverlight.aspx Thanks,Mog LiangAnswered | 2 Replies | 3625 Views | Created by Ben IME - Tuesday, December 8, 2009 6:00 PM | Last reply by Ben IME - Friday, December 11, 2009 8:04 AM -
0 Votes
Returning result of an E-SQL query to a client from a WCF service
I'm not that surprised, since I myself dislike the fact that people use wcf services as a "new" rpc technique.Answered | 6 Replies | 4035 Views | Created by Archvile - Friday, August 28, 2009 1:15 PM | Last reply by simmdan - Monday, August 31, 2009 9:13 PM -
0 Votes
Reading a response message returned by a WCF Service
Hi, refer the code in the below blog post, might give you some help about consuming the response CONSUMING WCF SERVICE FROM ...Answered | 2 Replies | 4082 Views | Created by fifo123 - Tuesday, March 20, 2012 11:39 PM | Last reply by SriramNarayanan - Wednesday, March 21, 2012 9:30 AM -
0 Votes
wcf consume services returned data
Hi Emma, Please refer to MSDN How to Consume Web Service Arrays and this blog post on table operations to SQL Server.Answered | 1 Replies | 5155 Views | Created by emma27 - Wednesday, November 16, 2011 3:50 PM | Last reply by Steef-Jan Wiggers - Wednesday, November 16, 2011 5:12 PM -
0 Votes
WCF Rest Starter Kit: Problem with self hosted service returning Message.
I did end up using the Stream as the return type from the operation.Answered | 2 Replies | 5689 Views | Created by Derek S. Smith - Friday, November 20, 2009 9:39 PM | Last reply by Derek S. Smith - Friday, November 27, 2009 1:31 PM -
1 Votes
How to return data from WCF service to populate dropdownlist
I found the solution to your problem.Answered | 12 Replies | 16800 Views | Created by matthewphilipdixon - Wednesday, April 9, 2008 8:58 PM | Last reply by Goutham_reddyc - Saturday, October 10, 2009 9:43 PM -
2 Votes
How to compress Return data from WCF service
This will help you isolate the compression/decompression code from the service and client methods, and the all this would happen out of band.Answered | 5 Replies | 9585 Views | Created by Manjunath B E - Thursday, February 9, 2012 9:03 AM | Last reply by Hiren Bharadwa - Wednesday, February 15, 2012 4:56 AM -
1 Votes
How to return XML from WCF Service and Consuming from the client
Hi Raja, In your code, you use SOAP(Simple Object Access Protocol) between WCF service and client application.Answered | 7 Replies | 42692 Views | Created by Raja.P - Monday, August 24, 2009 12:26 PM | Last reply by aSAFFSDFSDF - Thursday, September 15, 2011 8:30 AM -
1 Votes
How to return objects in XML format in WCF service
Hi George, If you want to transfer XML format data(raw XML) in WCF or ASMX webservice operations, you can define the parameter or return value ...Answered | 3 Replies | 11526 Views | Created by George Dong - Friday, October 15, 2010 3:34 AM | Last reply by Steven Cheng - MSFT - Monday, October 18, 2010 6:05 AM -
0 Votes
WCF Service Method Return Type Error
For types to communicate between client and service, we could use data contract, and there is no need to define SSRSResponse in your client side.Answered | 1 Replies | 580 Views | Created by obrienkev - Friday, August 5, 2016 3:47 PM | Last reply by Edward8520 - Monday, August 8, 2016 11:13 AM -
0 Votes
Creating a Bitmap from a Bitmap in C++
There's a piece of information we don't have here -- you have the Graphics context "g", but we don't know what Image or Bitmap that context wraps.Answered | 2 Replies | 2364 Views | Created by Jakeinc - Sunday, September 8, 2013 5:20 PM | Last reply by Jakeinc - Monday, September 9, 2013 11:00 PM -
0 Votes
WCF Web Service: changes return types on me
If I understand it correctly, your service method returns ArrayList (list of strings) and you configured service client proxy to treat collections as ArrayList.Answered | 9 Replies | 4022 Views | Created by im1dermike2 - Wednesday, April 22, 2009 4:47 PM | Last reply by Hari123 - Wednesday, April 29, 2009 3:13 PM -
3 Votes
HTTP PUT to WCF service returns 403 error
1) open iis 2) right click on your website and select properties 3) click on Configuration from the Virtual ...Answered | 5 Replies | 87659 Views | Created by JayArr - Sunday, April 26, 2009 3:41 AM | Last reply by kristie lyn bolland - Friday, January 6, 2012 7:55 PM - Items 1 to 20 of 3191156 Next ›
No announcements