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 > december 2007 > threads for december 29 - 31, 2007

Filter by week: 1 2 3 4 5

VS2008 - Calling web service from Windows service
Posted by CSharpner at 12/31/2007 10:37:52 AM
What happened to the "Add Web Reference" option in Visual Studio 2008 when right-clicking a Windows Service project? It's in VS2K5, but not in VS2K8. Anyone know the right way to do this? I need a Windows Service to call a Web Service....more >>

Connection strings
Posted by Simon at 12/29/2007 10:35:35 PM
I have problems with connection strings. I have added new connection string to Web.config: <connectionStrings> <add name="ConnStr" connectionString="xxxxxxxxxxxxxxx"/> </connectionStrings> Bu when I want to access the data with: coll = ConfigurationManager.ConnectionStri...more >>

Connection strings?
Posted by Simon at 12/29/2007 10:30:10 PM
I have created new web service and inserted connection strings to web.config file: <connectionStrings> <add name="ConnStr" connectionString="XXXXXXXX"/> </connectionStrings> When I try to read this connection string: coll = ConfigurationManager.ConnectionStrings; ...more >>

xml error in webservice SOAP response ?
Posted by Jurjen de Groot at 12/29/2007 3:29:00 PM
[Sorry for the cross-post, I was to fast clicking send...] I'm 'consuming' a webservice written by a 3rd party wich uses Borland Soap Server. This all works fine, using the WSDL i've generated a Webservice and all works fine,.... well almost. There are some 'webmethods' wich return a exceptio...more >>



DevelopmentNow Blog