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 > august 2005 > threads for august 8 - 14, 2005

Filter by week: 1 2 3 4 5

too many arguments in public function?
Posted by DC Gringo at 8/11/2005 4:55:59 PM
I have a simple function within a web method. It works fine with one parameter, but gives me a compile error when I try to add a second: "Too many arguments to 'Public Function FewsArticles(OrgID As String) As String'." Here's the client calling code: Dim sFeed As String = oWs.FewsAr...more >>

Client & Server on Same System
Posted by rob at 8/11/2005 3:58:09 PM
I want to create an application that can be used both for a server-client model as well as a standalong application. The idea is to write a general server-client application. The standalong then just has both components on the same system. Now the question is if this is a good approach or if thi...more >>

how to dynamically access the Web services at run time
Posted by Sheila at 8/11/2005 7:18:02 AM
Hi, I published a web service and tested working fine when calling this web service from a windows application. The web service reference URL is defined in web service properties. Now I want the application to dynamically access the Webservices at run time. I tried changing the web service ...more >>

Help - N Tier Architecture ?
Posted by Silent Ocean at 8/10/2005 8:20:29 PM
Hi 1. I am in process of designing N-Tier Application using ASP.NET. Can anyone guide me the right material or microsoft guidelines document which I can used in designing the N-Tier application. 2. I would also like to know whether to use Web Services or .Net Remoting in designing N-Tier...more >>

The underlying connection was closed: The remote name could not be resolved.
Posted by hazz at 8/10/2005 11:14:04 AM
Dim ws As New GetInfoByZIP.USZip works great if I have an internet connection on my dev machine. As soon as I lose or disable my internet connection I get "The underlying connection was closed: The remote name could not be = resolved." It isn't as simple as just checking to see if ws is...more >>

Dataset Binary Serialization vs Compression
Posted by Matt at 8/10/2005 7:47:16 AM
I have a web service that currently returns a dataset. Depending on the data being returned its size will be in megabytes (XML Document could be possibly 100 or more megabytes). To speed up the data transfer I'm looking at two options: 1. One is compress the XML generated by the Dataset ...more >>

dinamic reference to WS
Posted by Javier at 8/10/2005 3:25:02 AM
Hello: I want to create a class that i could use to call a web service without adding the web reference from Visual Studio. That's because the url to the ..asmx o wsdl document will be given by te user at runtime. How can i code this? Is it too complex? Any information, code snippets or links...more >>

Web Services & Active Directory
Posted by Demetri at 8/9/2005 4:35:01 PM
Hello, My company has charged me with creating a web service that will validate a user and return the user's roles via Active Directory. The requirement is that the web service must return data to any consumer. This means the consumer may be a Java app or any app on any platform. Now, m...more >>



Grabbing the client IP address in a .asmx file
Posted by Maziar Aflatoun at 8/9/2005 9:08:39 AM
Hi, I need to grab the ip address of the computer making the call to my Web Service. In my .asmx I tried System.Web.HttpRequest.UserHostName and it doesn't work. Does anyone know how I can grab the IP/Host address of the client making the connection to my web service? Thx Maz. ...more >>

web service redirect to web page
Posted by Stu at 8/9/2005 6:16:01 AM
Hi, I have a client who wants to send me a soap packet with user id and password in the soap header and after ive authenticated redirected automatically to a web page Can this be done without some client page or using javascript...more >>

Setting Login and PW for web serviice
Posted by MR at 8/9/2005 12:00:00 AM
i have a web service proxy derived from SoapHttpClientProtocol. The web service requires authentication with a login and password. Where and how do i set these parameters? thanks m ...more >>

capture TimeZone of DateTime passed to web service?
Posted by asanford at 8/8/2005 11:00:03 AM
I want to create a web service that allows the caller to pass a DateTime to the web service (that is, create a web method such as void MyWebMethod(DateTime dt).) However, I want to be able to capture the TimeZone of the caller as well - but I don't want the interface to specify an xs:string...more >>

.vsdisco file
Posted by Hiran de Silva at 8/8/2005 12:00:00 AM
Using VS.NET 2003 When I do New > Project > VB Projects > ASP.NET Web Services VS creates the files it should, except myProject.vsdisco What am I doing wrong? Thanks, Hiran ...more >>


DevelopmentNow Blog