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 > september 2004 > threads for september 8 - 14, 2004

Filter by week: 1 2 3 4 5

Webserver Behaviour
Posted by Sandro at 9/14/2004 2:48:53 PM
hello all i'm just wondering if somebody has experienced the usage of the "Webserver Behaviour" which enables client-side script to invoke remote methods exposed by Web Services. http://msdn.microsoft.com/library/default.asp?url=/workshop/author/webservice/webservice_node_entry.asp any ti...more >>


Thought Experiment: M$ Products on Linux
Posted by John Bailo at 9/14/2004 1:03:35 PM
Suppose, Microsoft were to release all of its products on Linux tomorrow. On the client side, it would include M$ Office. On the server, SQL Server. What would the effect be? -- http://home.earthlink.net/~jabailo...more >>

Returned Dataset Question
Posted by David York at 9/14/2004 8:08:09 AM
I have created a web service that access a database and retrieves record then returns them as a dataset. I am having a problem coding a client application to use the dataset. Here is the relevent code: Web Service Code: Public Function Query(ByVal computername As String) As DataSet Dim co...more >>

COMException in ServerXMLHTTP40
Posted by Gavin Sullivan at 9/14/2004 3:39:04 AM
Hi, I've been trying to post some XML using the above the component but keep getting the following Exception: System.Runtime.InteropServices.COMException (0xC00CE56D) The code is: _postSystem = New MSXML2.ServerXMLHTTP40 xmlString = FetchXMLClientDetails(clie...more >>

Re: Basic Authentication ... solution seems a mystery?
Posted by Dominick Baier at 9/13/2004 11:11:37 PM
sorry that i jump on at the end of the thread - but isn't this the same as setting the credentials on the proxy`? like proxy.Credentials = new NetCredentials("user", "pass") ? --- Dominick Baier - DevelopMentor http://www.leastprivilege.com nntp://news.microsoft.com/micros...more >>

consuming a webservice form another webservice
Posted by Bamse at 9/13/2004 7:16:48 PM
Hi all, The problem is as follows: I need to authorize a user: through a WS; if a setting is on, the webservice will look in the local "database", if the setting is off it will connect to the server ip that is set in the configuration and call the same WS to check the user in the remote "databa...more >>

How to install a websevice?
Posted by Felix González at 9/13/2004 10:52:03 AM
Hi, I´ve developed a webservice, but now, how can install it in other computer? thanks ...more >>

Re: Web service deployment security
Posted by Dominick Baier at 9/13/2004 9:36:16 AM
hi, aspnet is the default - you don't have to do anything for that. regarding ssl http://msdn.microsoft.com/library/default.asp?url=/library/en-us/secmod/html/secmod30.asp --- Dominick Baier - DevelopMentor http://www.leastprivilege.com nntp://news.microsoft.com/micros...more >>



Web service deployment security
Posted by Dominick Baier at 9/13/2004 8:50:42 AM
Hi, the account under which the asp.net worker process is running has to have NTFS rights to the files/directories you are writing under iis5/5.1 this is usually a account called ASPNET under IIS6 you can configure that using app pools (the default is Network Service) IIS authenticat...more >>

Am I missing something or has MS missed the plot?
Posted by Tim Haynes at 9/13/2004 12:22:05 AM
Hello all, I'm trying to do something which I believe is very normal, standard sort of requirement. I want to secure access to a web service across the Internet using username/password on the server, then impersonate the account on that server. Option 1 - set IIS to basic authentication, w...more >>

Am I missing something or has MS missed the plot?
Posted by Dominick Baier at 9/12/2004 11:04:12 PM
Hi, you are right - Windows needs the password in plaintext to impersonate a user (having to call LogonUser, which requires a password). Thinking about it - it is the only way Windows can do it. So if you want to use the Windows infrastructure that's already there you have to combine option ...more >>

problem sending string in xml to webservice
Posted by Mikko Bothas at 9/12/2004 4:03:17 PM
I'd like to send invoice information from client program to web service and then transfer it to xml-file there. The best way to do this could be writing all the information in xml-format but to send it as a string. But then how can I create an xml-file out of this string easily? xmlreader read...more >>

XSD Datatypes
Posted by Dominick Baier at 9/12/2004 2:36:30 AM
hi, the .net tools are not really suited for that kind of approach, which is called ContractFirst. but it is possible. first you have to generate some .net types from the schema your webservice has to conform to. use the xsd.exe tool included in the sdk with the /classes switch. use the ...more >>

Web Services client and Basic Auth
Posted by Old Man at 9/10/2004 6:37:12 PM
using c# in a windows application. I am developing a webservice to run on our extranet SSL server. The company policy is that this server log everybody in. I am going to use the WSE security, but what is stoping me now is the first basic auth login handshake. The webservice works on ...more >>

An architectural question
Posted by Alexander Kaplunov at 9/10/2004 5:13:03 PM
I have a web service which accepts some data and stores that data in the database. My question is should this web service talk directly to the data access layer (DAL), which populates the database or should there be an extra layer between web service and the DAL? If there should be an extra layer...more >>

Max Parameter Length
Posted by Cole Shelton at 9/10/2004 1:37:05 AM
Hi all, I am trying to upload roughly 20-30k of binary data up to my webservice. At first, I just took my byte array and encoded it as a base64 string and passed it into my webservice. However, sometimes the data gets truncated (I'm not sure what the exact length where truncation occurs is, ...more >>

Basic Authentication ... solution seems a mystery?
Posted by Pete at 9/9/2004 9:53:01 PM
I'm cross posting from mscom.webservices.general as I have received no answer there: There has been a number of recent posts requesting how to satisfactorily enable BASIC authorization at the HTTP level but as yet no fully useful answer. I too have been trying to call an apache/axis webs...more >>


DevelopmentNow Blog