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 > april 2006 > threads for april 15 - 21, 2006

Filter by week: 1 2 3 4 5

WebReference Question
Posted by Rob Schieber at 4/21/2006 1:25:52 PM
Hi, I'm trying to add a web reference to my ASP.net project. Is there a way to tell VS.Net not to generate the proxy types and instead use a specific interface? For example, if I have a class "Person", and a webservice that returns "Person" i want VS.net to use that same person class and ...more >>

Generate .vb/.cs class file from a .dll/.COMPILED file of a web se
Posted by nowwebserviceha at 4/21/2006 11:16:02 AM
Hi, Its a web service(.asmx) precompiled dll. I used wsdl tool, but that only generates wrapper code. I have access to .asmx file which links to the dll (no code inside it). I need to look in what the service is doing, its methods, code written for each method etc. thnx ...more >>

Http to windows service
Posted by markoueis NO[at]SPAM hotmail.com at 4/20/2006 11:47:16 AM
I want to have clients accross the internet send information to my Windows Service (all the way to the main business appdomain) as fast as possible and with the least ammount of processing (serializing, ports etc.). Also, i want to code this as easily as possible (webservices?). What's the best ...more >>

HELP:Using dlls with Visual 2005 Web Services?
Posted by rino65 at 4/20/2006 12:40:03 AM
I have just converted a 2003 webservice to 2005. It used a dll created in C++ however now when running the web service I get the error that it could not load the specified dll. It seems like a path issue. With the 2003 both the Web Service Dll and the other dll resided in the bin directory. ...more >>

VS2005 App Calling WebService built with VS2003 Issue
Posted by Craig at 4/19/2006 9:50:02 AM
Hi All, One of our customers wrote an application in Visual Studio 2005 and is trying to use our webservices that was built with Visual Studio 2003. He reports that the call to the method always times out. If he uses the same code in Visual Studio 2003 it works fine (it's a simple sign-in...more >>

slow web services
Posted by BonaM at 4/19/2006 5:20:02 AM
Hi, I'am a running web service on IIS 6.0 and asp.net 2.0. Every time the first request to the service takes about 15 seconds to give a response. For the next 60 seconds the response returns in about 3 seconds, but after that 60 seconds period it takes again that 15 seconds delay to load. This ...more >>

Certification questions
Posted by Johhy at 4/19/2006 12:00:00 AM
Hi, I recently took the web services certification test, and afterward I looked at some braindump-question to see what the correct answer was. However, I still don't know the correct answer and hope you can help me :) Here are 5 questions I want to know if I answered them correctly: /Jonny...more >>

Accessing an https webservice error as
Posted by ShilpaM at 4/18/2006 11:13:02 PM
Hai, I am trying to access an java https webservice in c#,i have wrriten coding for everything to handle the security but i am getting error as Response of Type text/html expected text/xml,why am getting this error Regards shilpa...more >>



minOccurs="1" for webmethod array parameter
Posted by NoNickname at 4/18/2006 4:36:02 PM
Right now I'm getting this in the wsdl: <s:element minOccurs="0" maxOccurs="1" name="Items" type="tns:ArrayOfMyClass" /> I would like to get minOccurs="1" for this webmethod: [WebMethod] public string HelloWorld(MyClass[] Items) { return "Hello"; } I've ...more >>

Weird .NET folder structure?
Posted by cada0310 at 4/17/2006 8:36:01 AM
Hi there, I'm new to Web Services, and whenever I create a new soltution, VS 2005 seems to REALLY want to put my solution and my code in 2 seperate locations - making source control very angry. It seems to want to put my solution file here: C:\Documents and Settings\CA\My Documents\Visual...more >>

Using Mutex across web applications
Posted by Yair Nissan at 4/16/2006 6:16:03 PM
Hi, I've been using Mutex to synchronize files over between several windows applications. Is it also safe to use the Mutex for synchronizing between web applications ? In particular : I have several different web applications on the same server. I want all the applications to write data to...more >>


DevelopmentNow Blog