No announcements
Found 1493548 threads
-
0 Votes
passing dataset from webserver
The best practice is to not pass datasets between web services and clients.Answered | 2 Replies | 3752 Views | Created by Medusa_vlk - Tuesday, July 29, 2008 1:22 PM | Last reply by John Saunders - Tuesday, August 5, 2008 1:48 AM -
0 Votes
Uploading Dataset to WebService
I've got a client that builds the dataset, utlizing the webservice's dataset classes, then calles the method to pass the dataset to the ...Answered | 2 Replies | 4009 Views | Created by fhhowdy - Wednesday, July 16, 2008 3:24 PM | Last reply by Lucian Baciu - Wednesday, August 20, 2008 8:35 AM -
0 Votes
Is it possible to hold a Dataset in WebService?
Layer and then III. layer) fills a datatable properly and after that I can return this datatable by calling GetTable() method from Typed Dataset (in III. layer) to ...Answered | 7 Replies | 2817 Views | Created by Jahnsen Christof - Thursday, July 8, 2010 9:08 PM | Last reply by Fafafaalex - Friday, July 16, 2010 10:02 AM -
0 Votes
passing datasets between client app and webservice
that lets say I can pass the modifed dataset back to the service but will I have to create a link between the dataset and the table that will get updated via an ...Answered | 7 Replies | 63 Views | Created by Anonymous - Monday, May 20, 2013 1:20 PM | Last reply by Anonymous - Wednesday, May 22, 2013 9:51 AM -
0 Votes
Consume XML webservice into a dataset
Sorry i'm getting confused now because VS2008 stores the webservice replies/requests as objects and I cannot use them with ReadXML (it gives me an overload error).Answered | 6 Replies | 6264 Views | Created by Beanze - Wednesday, June 10, 2009 7:37 PM | Last reply by Beanze - Friday, June 12, 2009 6:30 AM -
0 Votes
Pass dataset or datatable between executables?
Except using files or registry values, another way is to use Socket Communication between applications.Answered | 10 Replies | 6232 Views | Created by Lindsay Miles - Thursday, August 21, 2008 5:56 PM | Last reply by Mou_kolkata - Tuesday, May 14, 2013 6:42 PM -
0 Votes
Characters in a string lost between a webservice and the client
Hi, Am new to Webservices so didn't know about that.Answered | 2 Replies | 4174 Views | Created by mkj0 - Tuesday, April 14, 2009 5:54 AM | Last reply by mkj0 - Thursday, April 16, 2009 6:02 AM -
1 Votes
Help: Cant Pass MultivalueParameters between datasets
[Month] on 1 from [cube] Now in your main query you want to pass in the parameters value.Answered | 4 Replies | 3454 Views | Created by Dsantiba - Thursday, April 29, 2010 4:48 PM | Last reply by Dsantiba - Wednesday, May 12, 2010 9:22 PM -
0 Votes
representing dataset after receiving from webservice
Hello all, In my webservice, in a webmethod named emData, I am extracting some data from a sql server database and arranging those data ...Answered | 1 Replies | 4062 Views | Created by ImNobody - Sunday, May 25, 2008 2:44 PM | Last reply by AnanthR - Monday, May 26, 2008 11:29 PM -
0 Votes
representing dataset after receiving from webservice
not strictly an ASMX question, in fact this is more of a Winform question since you don't have any problems getting your DataSet which is where the web service comes into play.Answered | 1 Replies | 3232 Views | Created by ImNobody - Sunday, May 25, 2008 2:44 PM | Last reply by ranamauro - Friday, May 30, 2008 2:15 PM -
1 Votes
WebService in App
Hi Afro Please refer following Link:- http://www.c-sharpcorner.com/UploadFile/99bb20/data-binding-through-xml-in-metro-style-app/ This ...Answered | 5 Replies | 1856 Views | Created by afroDeluXe - Tuesday, October 2, 2012 3:42 PM | Last reply by afroDeluXe - Tuesday, October 9, 2012 8:11 AM -
0 Votes
Pass parameter between store apps
you can add anything behind the protocol; so for example: myapp:///myparameterstring in the OnLauch in the app.xaml.cs you can use this to ...Answered | 2 Replies | 881 Views | Created by zhuzhihua - Friday, November 29, 2013 8:17 AM | Last reply by zhuzhihua - Monday, December 2, 2013 6:03 AM -
0 Votes
UWP Apps and SOAP WebServices
If the web service is running correctly, then you can check to the client.Answered | 3 Replies | 1862 Views | Created by n.delenyan - Tuesday, October 13, 2015 4:35 PM | Last reply by Grady_Dong - Monday, October 19, 2015 7:47 AM -
0 Votes
Passing generics between service and clients
In general, you need to specify which types of objects you want to pass to a method that receives a parameter of type System.Object (or a generic collection, like ArrayList), using the Known ...Answered | 1 Replies | 3984 Views | Created by stratoblue - Sunday, March 29, 2009 2:32 AM | Last reply by Carlos Figueira - Sunday, March 29, 2009 4:55 AM -
2 Votes
Passing Large dataset through WCF service.
Yes, you can fast remote a large dataset!Answered | 3 Replies | 5458 Views | Created by satishjjadhav - Friday, October 9, 2009 11:58 AM | Last reply by msdn_msg - Wednesday, October 14, 2009 8:44 PM -
2 Votes
Logic App to call On premise webservices
Hi, This is a wcf webservice.Answered | 4 Replies | 3769 Views | Created by DeepthiAdith - Thursday, August 20, 2015 10:23 AM | Last reply by Stephen Cairns - Friday, March 10, 2017 5:21 PM -
0 Votes
Developing a webservice client offline
Visual studio uses a program called wsdl.exe to generate code for a webservice.Answered | 1 Replies | 3917 Views | Created by ChristianFromAustria - Monday, July 28, 2008 8:56 AM | Last reply by AbdElRaheim - Tuesday, July 29, 2008 6:08 AM -
4 Votes
how to pass value between projects dynamically in c#?
data between existing projects.Answered | 21 Replies | 15002 Views | Created by Jim6123 - Monday, June 27, 2011 6:35 AM | Last reply by Jim6123 - Wednesday, July 6, 2011 2:09 AM -
1 Votes
what is the difference between dll and webservice
Hello Arulraj, Kindly find the difference between dll and webservices below: 1.Answered | 3 Replies | 7494 Views | Created by Arulraj J - Tuesday, July 20, 2010 8:04 AM | Last reply by Arulraj J - Tuesday, July 20, 2010 1:53 PM -
0 Votes
passing row count of dataset in parameter
You mean pass the dataset count to subreport?Answered | 3 Replies | 3805 Views | Created by msbimsbi - Thursday, January 17, 2013 1:24 PM | Last reply by Sachi_SG - Thursday, January 17, 2013 1:58 PM - Items 1 to 20 of 1493548 Next ›
No announcements