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 > february 2006 > threads for february 1 - 7, 2006

Filter by week: 1 2 3 4

Asp.NET 2.0 web service and Windows 2003 Server
Posted by Bragadiru at 2/7/2006 5:24:13 PM
Hi, I can publish My Asp.NET 2.0 web service, through a WebSetup project, on a Windows XP Pro Sp2 and it works fine. When I'm trying to publish it on a Windows 2003 Server IIS 6 => when I can access the web service but it is closed after few seconds (I know 'cause I have in global.asax.c...more >>

Restrict Access to WebService to Certain Client URLs
Posted by Eeraj at 2/7/2006 8:54:27 AM
I would like to restrict access to my ASP.NET web services so that they can be accessed only by clients from specific ASP.NET based sites. Example: I want to grant access to http://mycomputer/website1 but deny access to http://mycomputer/website2. In IIS, I see that restriction by IP an...more >>

ObjectDisposedException - Ansychronous WS on CF 2.0
Posted by KJAbbott at 2/7/2006 6:39:27 AM
I have developed an application in VS 2005 for the Compact Framework. This application makes asynchronous web service calls on a timer. If the application is closed at a random time it will throw an unhandled ObjectDisposedException. The exception comes up in the debugger with no line inform...more >>

Diagnostic information for SoapHttpClientProtocol requests / respo
Posted by Jaans at 2/7/2006 1:19:00 AM
(Using the .NET Framework 2 RTM) I'm inheriting from SoapHttpClientProtocol to create a "proxy" class that interfaces with a 3rd party system using an HTTP SOAP interface. How can I trace / log / intercept / view the raw data from the request (to debug that what I send conforms to spec) a...more >>

Creating a proxy webservice for AJAX
Posted by Jeevan at 2/6/2006 11:34:09 AM
Hi , I am working on developing an ASP.NET server control that is based on AJAX and need to call a webservice on a remote domain. To avoid the security warning from IE , I created a proxy webservice in the local application that calls this remote webservice. Every thing works fine as ex...more >>

Object variable not net
Posted by netbari NO[at]SPAM hotmail.com at 2/6/2006 7:09:52 AM
I created a web-service on my local web server. I call a method from my ASP.NET app to return a dataset from the pubs db in SQL Server 7.0. I receive this error message 'object variable not set. However, this will work if I call a method with the same signature and the same code from a component...more >>

404 error accessing my webservice PLEASE HELP
Posted by xisco at 2/6/2006 12:00:00 AM
hi I can access and play with my webservice without any problems in my localhost. I am using .net 2.0 but I can not access it when I placed it in my win2003 server. also have ..net 2.0 there. on IIS I set the permissions to browse the virtual directory. So, I can browse the directory cont...more >>

Accessing Secured web service from C#.net Client
Posted by vineet.jsl NO[at]SPAM gmail.com at 2/5/2006 4:09:10 AM
Hello Everybody, i am facing some problem in accessing secured web service. i have some experience with web services but not with Secured web services. Actually what i have to do is, first, i made a windows application to access a web service. its running fine. But later, the web service prov...more >>



Warning: byte[], [XmlAttribute] and MTOM
Posted by Marc Gravell at 2/3/2006 5:03:23 PM
Apologies if this is a known issue... I don't know if this is an intentional feature change, or simply a bug... but! I recently upgraded a web service to WSE3, specifically to use MTOM in a particular call. This worked, however something else unrelated went "snap" in the process... After ...more >>

What Determines the Order of Methods in WSDL Listing?
Posted by Larry Page at 2/3/2006 3:02:21 PM
This may seem like a trivial question, but when I view the list of methods there is no discernable order. Can I define this somewhere? Some of my web services have dozens of methods and it's difficult to locate a specific one in the list. I've appended a sample in hopes it will clarify my i...more >>

HttpListener windows authentication fails for domain account
Posted by davesmith at 2/3/2006 10:37:16 AM
I have a very simple console app using an HttpListener to listen for incoming HTTP requests (see code below). My client and server machines are both in an ADS domain and I'm logged into both using my domain account. The server app is running as admin on an XPSP2 box. If I set authentication to...more >>

Hello World Web Service
Posted by John Thompson at 2/2/2006 2:07:27 PM
Hello, I recently developed the hello world web service in Visual Studio 2005. If I right-click on the Service.asmx file that is created, everything works fine in Visual Studio. After verifying this, I did a Publish Web Site for this web service. After that, I installed IIS and wanted to...more >>

Web service refuses to update
Posted by John Spiegel at 2/2/2006 9:29:27 AM
Hi all, I've made some changes to a web service and it works fine under development. When I push it to a separate QA server, the web service still runs as though the changes were never made. It acts as though it has a cached version of the old service and uses that instead. I've rechec...more >>

Web Service using SSL on a new port
Posted by Henrik Skak Pedersen at 2/1/2006 3:04:44 PM
Hi, I have created a web service which is using SSL. I already have another web service running on the same server using SSL therefore I have to use another port. But I get the following error when I try to call my web service. Is there any way to avoid this error? The underlying conn...more >>

Overriding the soapheader Namespace
Posted by Michael Peters at 2/1/2006 12:46:59 PM
I wish to change/set the namespace for a header in my web service. I have found the following code and it does not appear to work and my assumption is because I am using RPC encoding... [WebService(Namespace="http://www.mydomain.net/ns")] public class Service1 : System.Web.Services.WebServi...more >>

Errors communicating between C# client and Java (GLUE) webservice
Posted by Chris at 2/1/2006 11:44:30 AM
Hi, I seem to be having some problems connecting to webservices. I'm running a C# client connected to a Java webservice using GLUE. The difference between the two request and response pairs below is the first contains one item in the request and the second contains two. From what I can...more >>

Accessing Webservices from behind proxy server
Posted by sameer at 2/1/2006 10:57:27 AM
hi all, Description of my .net application: Desktop application using webservices over the internet to communicate with the sql server2000 database which is sitting behind the webserver. Done in VS2003 using VB.net on framework 1.1, Database is sql server 2000 Application works perfectec...more >>

How to access a webservice from a browser?
Posted by Frans at 2/1/2006 1:44:27 AM
I have made my first webservice whic can be called in a browser: http://localhost/webquote/calc.asmx?op=QuoteParams I get a screen with input for parameters and a Invoke-button. After pressing it gives me the result (=cost price). This works fine for testing. Now I want to call this webserv...more >>


DevelopmentNow Blog