Groups | Blog | Home


Archived Months
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 > dotnet web services > august 2005 > threads for august 15 - 21, 2005

Filter by week: 1 2 3 4 5

How do you send a Connection: Close header?
Posted by ChadH at 8/19/2005 9:02:39 AM
How do you send a Connection: Close header? We have a .Net application that runs on a server. It has a reference to a ..Net web service. We want to force the connection to close because the web service is behind a load balancer as there are multiple boxes processing this service. Because...more >>


Http Connection Pooling
Posted by Tejpal at 8/18/2005 2:31:24 PM
Hi Guys, I have made a web service to accept applicant information and then generate account number in the web method and gives back Account number to applicant. I want to control the traffic to the web service. Particularly i want to do http connection pooling, menaing i dont want to let ...more >>

WSDL with SSL and certificate
Posted by Eric at 8/18/2005 12:00:00 AM
Hello, This is a development question. How I can connect with VS.NET to a WSDL on a server, which has SSL and client certificate enabled? When I add the URL to VS.NET, VS throws an error (no connection). For calling the WS, I have no troubles. Thanks Eric ...more >>

Consuming a PHP Webservice
Posted by Carlos Lozano at 8/17/2005 11:16:05 AM
Hi, as a background I have an Windows application developed with VS 2003 (c#) that needs to transfer securely data to a MySQL database located on a Linux server. I have created a PHP webservice that will receive an xml file with all the data to update an encrypted database. This way all ...more >>

Adding Web Reference Error
Posted by amv at 8/17/2005 10:10:05 AM
Last week I added several Web References to my Project. All worked correctly. This week I try to add a Web Reference and get the following error. There was an error downloading 'http://myServer/_vti_bin/Lists.asmx'. The request failed with the error message: -- <html><head><title>Error</tit...more >>

Updating Web References in .NET 2003
Posted by el_sid at 8/17/2005 9:52:48 AM
Our developers have experienced a problem with updating Web References in Visual Studio.NET 2003. Normally, when a web service class (.asmx) is created, updating the Web Reference will utilise the disco file to update the Corresponding proxy file and reflect the changes made to the w...more >>

howto create a virtual directory from an existing directory?
Posted by Frank Jeseit at 8/17/2005 12:00:00 AM
Hi, I have a directory with a webservice project that is not published in IIS. Therefore I'm not able to open the project in VS.NET (2003). My goal is to create a virtual directory in IIS from my directory. But after this the project is still not available in the web project selection of ...more >>

WSDLReader:Access is denied error when running a WS CLIENT which uses the MS SOAP Toolkit
Posted by sahan malagi at 8/16/2005 2:07:20 PM
Hello, I am new to webservices and I am trying to get a simple Webservice client in VB (Using Microsoft SOAP Toolkit) to access a webservice on a public site. I get the following error message when I run my webservice client... Runtime Error '-2147024809 (80070057) WSDLReader: Loading of the...more >>



Why use WebService rather than Remoting?
Posted by Michael at 8/16/2005 11:53:08 AM
I'm writng a smart client app which will be used 90% within a LAN and 10% across the Internet though the Internet use may increase over time. I've set off using remoting but have noticed Microsoft suggesting in a number of places that we should use Web Services in preference most of the time ...more >>

question and cross platform
Posted by Joe at 8/16/2005 9:18:08 AM
Dear all, I write a web service and deploy it on ms server 2003. If i want the method inside the web service to be used by other people who are using Java or .Net. Can i perform that?...more >>

Soap Based XML webservice creation
Posted by Sai at 8/16/2005 7:10:01 AM
I am new to this area,please bear with me for this basic question. :) I have an xml schema file xyz.xsd file with me,That contains request and response xml schema ,how can I proceed to create a soap based xml webservice?? Thanks in advance. Sai ...more >>

Office Web Services Toolkit No Results From Search
Posted by Bridenbecker at 8/15/2005 6:11:14 PM
I'm having problems similar to the Peter on getting the toolkit to process my WSDL file. It just does nothing. It complains when it does not find the file, but the "Search" never gives back any results. I do not have the import complexity that Peter had. I have tried to verify that it is a...more >>

Access raw XML in webservice method?
Posted by Christoph Wienands at 8/15/2005 8:05:24 AM
Hi everybody, I'm stuck with a stuppid problem that I didn't anticipate. I have a web method that received two de3serialized objects as parameters. The web service was auto-generated from a WSDL file. What I didn't consider initially is that I have to log the oroginal XML of each parameter ...more >>

web service performance issue
Posted by hilel_d at 8/15/2005 4:11:02 AM
I noticed that each call to a web service method creates a new instance of the web service class by calling its constructor. As I was not aware of that at the time the code was written I included in the constructor an initialization procedure that prepared the data for all the web service me...more >>

can a Web Service retrieve data in background?
Posted by Asus at 8/15/2005 2:41:02 AM
Hello, I'm new to Web Services. I'm trying to develop a Web Service that retrieves some data out of a database and sends them to the client as a DataSet when a method is invoked. My question is: Is it possible to run another method on the Web Service automatically to refresh the data? That m...more >>


DevelopmentNow Blog