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 > august 2007 > threads for august 1 - 7, 2007

Filter by week: 1 2 3 4 5

asp.net 2.0 and sql 2005 Express aspnetdb.mdf
Posted by DB at 8/7/2007 7:10:02 PM
I have a web application that I have a dilema in trying to publish it to my isp. The problem stands as is... the database is created in the default aspnetdb.mdf file on my local machine and I can not create a database using the same name (I guess for security reasons) on the shared hosting ser...more >>


Need some help reading instructions
Posted by Gustaf at 8/7/2007 5:05:55 PM
I found what appears to be the solution to my problem in this old thread: http://groups.google.se/group/microsoft.public.dotnet.framework.aspnet.webservices/browse_thread/thread/147cb18619cc937/ Dan Rogers of Microsoft writes: [...] share the assembly that you use on the client and on th...more >>

can't access a webservice setup as a file share in IIS
Posted by hs at 8/7/2007 1:22:09 PM
Hi all I'm having a few setup problems. If the IIS/home directory tab of my webservice is "a directory located on this computer" everythings okay. However, if I change the home directory/tab to "a share located on another computer" it no longer works. I know i'm connecting to this c...more >>

Publish HelloWorld Web Service Site from Visual Studio Express 200
Posted by Peter at 8/3/2007 5:28:02 AM
Hi folks, I experienced problem to depoly the HelloWorld web service from the Visual Studio Express 2005 to IIS 6. The following is my workflow: step-1: in Studio 2005, created the HelloWorld web service step-2: under websites folder, my application is as below: folder ws1...more >>

Stream from vb.net Webservice to java client
Posted by Filipe Marcelino at 8/3/2007 3:14:02 AM
hi, i have a webservice written in vb.net with this method: <WebMethod()> _ Public Function GetBinaryFile() As Byte() 'Open a file stream. Dim pobjFileStream As System.IO.FileStream = New System.IO.FileStream("C:\Inetpub\wwwroot \WebService1\DPackSetup2003.exe", IO...more >>

Start, Stop, Console
Posted by valentin tihomirov at 8/2/2007 10:02:11 PM
The Web services are nice but they are hard to debug -- I need to observe the trace messages in the console (I do not like to have a special debug application to see the output window.) Additionally, I do not undesrtand the lifetime cycle -- when the service starts and stops. I would like to c...more >>

Web Services client software has substantial delay on startup
Posted by David J. Berman at 8/2/2007 6:26:01 AM
Hello, I'm using Visual Studio .NET 2005 with .NET framework v2.0, Windows 2003 Server. As a consultant I am developing client software on the above platform for several different clients. All software that I'm creating that makes any web services calls whatsoever have a substantial client...more >>

Returning custom type
Posted by Robbo at 8/1/2007 8:33:01 PM
Hi, I am creating a webservice which will be consumed by a 3rd party, non dotnet client. I want to return a custom datatype from my webservice. It's a relatively simple Customer object which just contains strings. eg: [WebMethod] public Customer GetCustomer(int custId) { retu...more >>



General questions about WebServices
Posted by AlBruAn at 8/1/2007 3:22:05 PM
By way of introduction, I have an application utilizing three AJAX CascadingDropDown lists whose contents are served up by one of three WebMethods. The first two of these three dropdowns are for Entity Type and Entity Groups. The Entity Group gets populated based on the Entity Type selecte...more >>

What <Field Name> does webservice accept?
Posted by raydio NO[at]SPAM gmail.com at 8/1/2007 1:51:49 AM
Hi. This is probably a daft question, but for the life of me I am unable to find out what fields a webservice accepts. The service is wss Lists.UpdateListItems How do I find out what <Field Name=""> it or any other service accepts? Example xml sent: <Method ID="1" Cmd="New"> <Field...more >>


DevelopmentNow Blog