Groups | Blog | Home


Archived Months
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > asp.net webservices > june 2005 > threads for june 22 - 28, 2005

Filter by week: 1 2 3 4 5

performance difference in Webservice -'Normal' way
Posted by DraguVaso at 6/28/2005 12:00:00 AM
Hi, I'm new to WebServices, and I'm doing some tests (with a small VB.NET-application) to know the performance-difference between a WebService and the 'normal'-way of getting data (just connecting directly with a SqlDataAdapter to the SQL Server). The WebMethod simply gives a DataSet back, an...more >>


WeblogProxy namespace
Posted by nsyforce NO[at]SPAM aol.com at 6/27/2005 8:49:48 AM
I am looking at the following article in regards to WSE2.0. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwse/html/wssecdrill.asp The very first example uses a WeblogProxy class. When I try to use this, the class is nowhere to be found. I've been searching for the prop...more >>

How can I return a binary file (image) from a web service
Posted by klj_mcsd NO[at]SPAM hotmail.com at 6/24/2005 10:49:33 AM
A url to an image file will be passed to my web service. What function can I use that will get the image and return the image in binary form? Thanks ...more >>

Benefits of WSE 2.0
Posted by YC at 6/23/2005 5:10:04 AM
Hi, Can someone tell me what's do good in the WSE 2.0? We have a distributed web application which uses web services. SSL is implemented between the WEB application and the WS facade. Does WSE 2.0 help me in a significante way? Thanks YC...more >>

Webservices and "pass through" security
Posted by Tom at 6/22/2005 9:31:38 PM
Hi, I am currently on a project where one site needs to send the user credentials to another site, through web services. Scenario: * "User 1" will authenticate to "Site A" using NTLM ("Site A" provides front-end presentation of data) * "Site A" will request confidential information abo...more >>

Web Service Versioning
Posted by Brett at 6/22/2005 8:02:18 PM
I have a .NET web service and I want to be able to version it, and continue developing on a separate version altogether. The client that accesses it is a windows service that when deployed will eventually contact the new service, so something like a copy project would work (although it hasn...more >>

Can a webservice call another webservice?
Posted by Chris Ludlow at 6/22/2005 11:41:37 AM
Hi all, I want one WebService I have, say on a server in Los Angeles, to call methods I have in a 2nd WebService on another server, say in New York. First of all, is it possible for two Web Services to interact like this? Maybe I am just trying to connect them incorrectly. What I am doing ...more >>

Reading DATA
Posted by VK at 6/22/2005 9:32:15 AM
Folks: I have a dataset returned by web service, how I go about reading this information? I don't want to bind this information to a datagrid but more like read it and display on the website. Thanks. Vani *** Sent via Developersdex http://www.developersdex.com ***...more >>



InvalidOperationException: Unable to generate a temporary class
Posted by JimM at 6/22/2005 8:15:04 AM
I have a web services on my development system (localhost), here the unit tests work. I deployed the web service to a server on our intranet, lets call it “MyServer”. When I run my unit tests using the web service on the deployed server, I receive the following error. It looks to me t...more >>


DevelopmentNow Blog