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 2005 > threads for september 22 - 28, 2005

Filter by week: 1 2 3 4 5

Contract-First development
Posted by Henrik_Gøttig at 9/28/2005 3:23:42 PM
Hi group. I am using VS2005 RC1. I can't figure out how to get started doing Contract-First web services development. I am aware of the thinktecture tool WSCF, which does what I need. I am aware that Indigo supports the contract first paradigm, unfortunately it is not an option at the cu...more >>


Webservice using strong-named arrays: Generating XML document failed
Posted by Roland Dick at 9/28/2005 9:41:38 AM
Hi, I'm desperate with a webservice and a consuming WinForms-client. It used to work well, but all of a sudden (= I don't know what I changed really :) I get an exception "Generating the XML document failed" ("Beim Generieren des XML-Dokuments ist ein Fehler aufgetreten"). My code method...more >>

Timeout value at the client proxy
Posted by A.M-SG at 9/28/2005 8:36:35 AM
Hi, How can I increase the HTTP Timeout value at the client side? Thank you, Alan ...more >>

The default IIS invoke method page doesn't call SoapExtentions
Posted by A.M-SG at 9/28/2005 8:22:01 AM
Hi, I have a web service with two soap extensions enabled on it. When I run the default IIS method invoke page, the invoke button bypasses all my soap extensions. But when I call the web method through another proxy, it works fine. Why this is happening? Any help woul...more >>

Form Posting Problem
Posted by Curtis at 9/27/2005 5:11:33 PM
I have an application that is doing some web scraping and needs to submit certain information to a web form. Is there a method in VB.net or the .Net framework to POST form data with key/value parameters because the only method i can find require me to build my own variable string to pass to th...more >>

The data at the root level is invalid exception
Posted by MR at 9/27/2005 12:00:00 AM
I get the following Exception "The data at the root level is invalid. Line 1, position 642" whenever I try to deserialize an incoming SOAP message. The incoming message is formed well and its length is 642 bytes ( I have appended it to the end of this message). I suspect that the reason may h...more >>

AuthHeaderValue in Compact Framework
Posted by Davie at 9/26/2005 10:31:37 PM
I am experiencing a problem with AuthHeaderValue. I have implemented web services which use authentication through AuthHeaderValue. This works perfectly for any Windows application but it fails for a Pocket Pc or Smartphone app. The code is the same, the thing compiles, but I always get a...more >>

How to pass user credentials from a windows app to a web service?
Posted by webserviceUser189 at 9/26/2005 9:40:02 PM
Hi, I'm trying to authenticate the user based on the credentials that I get from the client app, but I'm getting empty string as user name. Can somebody tell me if I'm doing anything wrong here. Thanks in advance! Here is what I'm doing: In the windows app, I've set the current securi...more >>



Namespace Best Practices
Posted by steve at 9/26/2005 2:09:02 PM
Can someone point me to some information on namespace best practices? Questions I have are as follows: 1) Should I use .NET namespaces or URL, URI and URN's? Ie mycompany.mydivision.myapp vs http://www.mycompany.com/division/app? 2) Should I use namespace prefixes? I thought I read somethi...more >>

Having Trouble with File TimeStamp Conversion
Posted by Joseph Geretz at 9/26/2005 11:13:45 AM
I'm transferring a file from server to workstation, using Web Service Extensions and DIME. Along with the file, which travels as a DIME attachment, I'm also sending along metadata information about the file as it exists on the server. The metadata also travels as a DIME attachment in XML for...more >>

Calling a webservice at runtime
Posted by Ash at 9/23/2005 9:14:29 AM
I am passing the webservicename, method to be executed and the parameters for that method from a page to an intermediate webservice function which in turn needs to instantiate the webservicename passed execute the method based on the parameters passed and return the value. Does anyone know how...more >>

How to find Web services on the local machine
Posted by Kishore Gopalan at 9/22/2005 5:48:03 AM
Hi, I need to write a windows application, where I have to list all the Web services on the local IIS. Is there any API or code I can use to get a list of all the Web Services on local machine. Thanks. Kishore...more >>


DevelopmentNow Blog