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

Filter by week: 1 2 3 4 5

.Net version upgrade
Posted by AJ at 3/14/2005 5:27:01 PM
have .Net framework version 1.0.3705 with Visual studio 7.0.9466. I want to upgrade .Net framework version to 1.1. If I upgrade will I have issues with the already deployed webservices? Do I need redeploy them? And also do I need to upgrade the Visual studio also? Thanks -- AJ...more >>

Web service serialization of return type
Posted by RJ at 3/14/2005 11:54:21 AM
I've been trying to find documentation that explains limitation of possible types that a webmethod can return. I realize xml serialization must take place to return the specified type. Must the return type of a webmethod implement ISerializable? I saw something about using SoapInclude or XML...more >>

W3WP poor performance
Posted by Helge at 3/14/2005 10:43:16 AM
On our server the w3wp process is "pagefaulting" all the time, but none of the other processes (and there are some) behave that way. Page fault delta in TaskMgr shows up to 15000 with normal refresh speed for w3wp.exe. Mem usage is 110MB, VM size is 90MB. Commit charge is about 2GB, physical ...more >>

MSSOAP.SoapClient problem
Posted by aws.steve at 3/14/2005 8:31:07 AM
I am trying to get my first Soap based website to work on my Windows 2000 server with IIS 5. The code used to create the client is as follows: set SoapClient = CreateObject("MSSOAP.SoapClient") But I am getting the following error when the script is run: Microsoft VBScript runtime (0x800...more >>

web service proxy authentication
Posted by Saira at 3/11/2005 10:06:46 AM
Hi all I have an application that seems to be having an ongoing battle with my firewall. I am using a webservice to send back data to a SQL server database. Betwen the two machines is an ISA 2004 firewall. The firewall is set up so that it only allows authenticated traffic (i.e. Windows use...more >>

WSDL.exe tool and separate (nested) XSD schema file(s)?
Posted by drb at 3/11/2005 6:57:02 AM
Hi, Newbie question #2 - hope that's OK! I'm trying to create a WSDL file using one or more XSD schema files. While WSDL.exe doesn't seem to support the XSD "import" function, if I include a single huge XSD schema file on the command line input to WSDL.exe, I can essentially achieve the...more >>

how to remove a local web service from IIS?
Posted by dbarndt at 3/11/2005 6:29:11 AM
Hi, I'm a web services newbie, and while I've found there's loads of information on how to create and publish web services created in .NET 2003, I can't find anything on how to clean up local (temporary) web services that I've been creating as I've been learning. Is there any kind of wizar...more >>

Is it possible to use COM Objects in WebMethods?
Posted by khr128 at 3/10/2005 5:33:01 PM
I have a well-tested COM object. Ican use it from c# console and windows apps, but WebMethod in a WebService refuses to load this object. The COM object loads into MTA. Any thoughts and/or clarifications on COM usage from WebMethods will be greatly appreciated....more >>



Form Post via HttpWebRequest
Posted by Tony Hunter at 3/10/2005 4:48:43 PM
Hello, I am trying to automatically login to websites after I have used SSO to get the credentials. For my test, I am working with my Yahoo account. The code that I am using is code that many have said works fine. I have done some tweaking to fit my specific needs. The Problem is when I po...more >>

Web Service Call hangs from Web Service
Posted by JD at 3/10/2005 8:44:25 AM
We have two web service machines. Call one WS1 and the other WS2. They are seperated by a firewall. WS1 handles web service calls and also calls web services provided by WS2. Both machines do not get updated or restarted very often. The problem is after some period of time, the web service call f...more >>

Webservice with data retrieval
Posted by mlsrinivas NO[at]SPAM gmail.com at 3/9/2005 10:07:42 PM
Hi all, This is my first task with web services and quite new .NET. I tried a test webservice with "hello world" and "addnum" functions. When I tested them, they worked fine. Then in the same service I added webmethods which interact with database and returns me the output. When I execute...more >>

user Authentication through webservice
Posted by Buddy Ackerman at 3/9/2005 12:03:52 PM
I have a webservice based app that a company has purchased to use internally. They want the authentication to integrate with their Active Directory. Is there anyway that the client portion of the application (which is a .NET WinForms app) can send some information about the logged in user so t...more >>

web services and databases
Posted by Madalina at 3/9/2005 6:01:03 AM
Hi guys, I'm trying to write a web service that gets two numbers (a and b, for example) from a database( access or sqlserver) and then returns the result, a*b, in the database. I'm having problems finding a tutorial that will show me how to do this job. Thanks ...more >>

webservice restarts?
Posted by Arpicheck at 3/9/2005 3:01:03 AM
Hi, I wrote a webservice, that creates a timer thred. This thread is used to execute common tasks from time to time. The timer starts after the first call of web service. Everithing works fine, but after a while (>10mins) the thread stops. It seems, that the webservice is in "uninitalized" ...more >>

Big Problem on SQL Server link to Web Services
Posted by Wong CS at 3/9/2005 2:30:34 AM
Dear developers, i hav face a big problem on connect my web services to my DB. i m using MS SQL Server 2000 to build the web services.. but i cannot invoke the input into the database and "HTTP 500 - Internal server error" on the IE. I hav try the same thing on newly created ASP.NET Web Appl...more >>

Retrieve result from SqlCommand
Posted by Wong CS at 3/9/2005 2:15:48 AM
Dear developer, I'm developing a web service with VS .NET and using C#. And part of the webservice is to get data from database (by using SELECT), however, the result from the sql query i cannot parse it to string, how can i get the result from the SqlCommand..? dataset or datareader..?. pl...more >>

How to "catch" SOAP message over network/Internet?
Posted by Alit Atmaja via .NET 247 at 3/9/2005 12:52:45 AM
I need to catch the soap message that travel over the= network/Internet from Web Service provider to Web Service Client= or the other way=2E Some operations will be done to catched= message like securing or commpressing the message=2E The idea is= came from a software named SOAPscope=2E -...more >>

Checkout Error when consuming WSDL
Posted by Phil B at 3/8/2005 1:43:01 PM
When attempting to consume a WSDL using the Visual Basic Beta Express, I get a Checkout Error with the error text "Failed to check out the file The service Microsoft.VisualStudio.Shell.Interop.IVsRunningDocumentTable must be installed for this operation to succeed. Ensure that this service...more >>

returning a picture from a webservice
Posted by Ohad Young at 3/8/2005 11:53:11 AM
Hi, I was wondering if it is possible to code a webservice that returns a picture? If so, How? Thanks in advance, Ohad ...more >>

Web Service with Admin rights.
Posted by sun_hcl NO[at]SPAM rediffmail.com at 3/8/2005 8:26:42 AM
I want to create a web service that can create the users in the Windows Domain. I am using ADSI for that. Using ADSI i am able to create the users eaisly. But when i incorporated the code in the web service i get the unauthorized error. How should i confiure the web service so that it can c...more >>

Office 2000 -> external web services
Posted by nicolas.mailhot NO[at]SPAM laposte.net at 3/8/2005 3:04:24 AM
Hi, I've been tasked with doing a study of how to migrate our current excel VBA macros (that currently dig in a very insecure and uncontroled way in various corporate databases) to a setup were everything is arbitrated by Weblogic web services (with EAI-provided web services looming on the ho...more >>


DevelopmentNow Blog