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 > april 2004 > threads for april 8 - 14, 2004

Filter by week: 1 2 3 4 5

WSDL file
Posted by Erik Cruz at 4/14/2004 9:44:45 AM
Hi. I made a simple web service with just one method called ListOrders, using VS.NET. When I see the generated wsdl document, I see a ListOrdersResponse method together with my original method. What is the purpose of this second method? TIA, Erik Cruz ...more >>


FileNotFoundException and Proxy constructor
Posted by Graham Allwood at 4/14/2004 9:30:02 AM
Hi, I have been reading several posts where people are getting a FileNotFoundException when trying to construct a web service proxy. The file that is reported missing changes everytime. There has been several different reasons for this in the past including permissions to the c:\winnt\temp ...more >>

IntraNet Authentication
Posted by Jason Dekok at 4/14/2004 7:01:04 AM
Hello all, I hope my question is not too basic. I am working on an intranet and would like to avoid prompting users for a login. I know that everyone who uses the site will already be logged into windows (via Active Directory). Is there any way I can find out their user name or what groups the...more >>

IIS Locks up whilst using Web Services under a small load
Posted by Rodney Lane at 4/13/2004 11:40:41 PM
Hi, I have built a set of web services that service aces information in a database and perform common functionality such as authiorising users, and looking up and returning data through datasets. It all works fine, but what I am finding is that if i start to put the system under a load, ie, i ...more >>

Hashtables And Webservices
Posted by Niklas Magnusson at 4/13/2004 4:19:56 PM
I want to Return Objects to clients using Webservice. I have attached samplecode below. (It is very simplified) But it doesn´t work very well because i understand that Hashtables can´t be serialized to XML because of the IDictionary interface. The thing is that we have alot of Bussiness objects ...more >>

Running ASP.NET Web Services with SharePoint 2003
Posted by Craig Neuwirt at 4/13/2004 3:50:30 PM
I just installed BizTalk and SharePoint Services on Windows 2003 Server. I had an existing set of ASP.NET Web Services running on the server prior to installing BizTalk and SharePoint. After installation I was unable to view the wsdl for the web services. After changing the trust level to HIGH...more >>

custom token in asp.net
Posted by at 4/12/2004 8:23:59 PM
hi there, Anybody knows how to create and use custom token in asp.net? Where can I find reference and samples? TIA. ...more >>

Debug Web Service on WindowsXP Pro with User Right
Posted by Mercury21 at 4/12/2004 6:21:04 PM
Hi there I am having trouble using Visual Studio.NET 2002 on WindowsXP When I created a WebService as "http://localhost/WevService1/" and start build it, VS.NET gave me an error such as "Error while trying to run project: Unable to start debugging on the Web server. Access is denied Would you l...more >>



dime being discontinued
Posted by mgorkani NO[at]SPAM yahoo.com at 4/12/2004 4:08:42 PM
Is is true that Microsoft is going to discontinue the DIME format for sending attachments for webservices?...more >>

problems returning ArrayList from webServices
Posted by Mario Rodriguez at 4/12/2004 2:49:24 PM
Hi, I'm in a big problem because my implementation of a webService that returns an ArrayList object have a weird behaviour. On the client side, instead of return an ArrayList object, returns an object[] !!!!. This is normal or correct ???????? My other problem is that the ArrayList (and obje...more >>

Async Webservice
Posted by Michael Evans at 4/12/2004 10:18:35 AM
Trying to call i webmethod asyncronizly and set the result to a datagrid. It's not working any ideas thanks Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim ws As New ReportingWS.APQReportingServices() Dim cb As AsyncCallba...more >>

Nested WebApp/Service Credentials Issue
Posted by Ray Williams at 4/11/2004 9:54:05 PM
I've developed a system that consists of three applications. (A) a web application to provide UI (B) a web service to handle shopping and buying requests and (C) a web service to process credit card transactions. The applications are accessed linearly, A ó B ó C. In development,...more >>

Starting Off How to?
Posted by JDP NO[at]SPAM Work at 4/10/2004 9:55:34 AM
Say there is a secure https WS for submitting orders, and I have the XSD and a sample order formatted as XML. 1. How do I get data from my SQL database out as a similar formatted sample order? 2. Examples are welcome, what do I need to post in the NG? 3. Where do I do "it" is this a TSQL ...more >>

Publishing WS - problem with SaveBusiness.Send()
Posted by rsam NO[at]SPAM postmark.net at 4/10/2004 1:23:44 AM
Hi, please help me get this working. I'm getting this error everytime I execute the SaveBusiness.Send() function System.Xml.XmlException: The root element is missing. at System.Xml.XmlTextReader.Read() at System.Xml.XmlReader.MoveToContent() at System.Web.Services.Protocols.SoapH...more >>

60,000+ Records/Better Approach
Posted by Jen at 4/9/2004 2:26:03 PM
I have a web service that used to deliver around 1000-2000 results when called. Requirements have changed and now the results will contain 60,000 - 100,000 records from an Oracle database. I suspect web service may no longer be the best option. What are some other ideas for delivering the data fo...more >>

how to create a session variable as an array
Posted by alvis at 4/9/2004 1:54:16 PM
How can i create a public array in a asp.net web page using VB dotnet...more >>

Dataset and HTML
Posted by A-PK at 4/9/2004 10:19:08 AM
Hi All, I am writing a program with Datagrid bind to the dataset. and the user allow to filter and do a criteria search on that datagrid. so the Datagrid could be display any type of data anytime.( could be order information, could be customer information or others - depend of what user wan...more >>

How to communicates with another webservice with another webservice
Posted by Dotnet developer at 4/9/2004 2:56:03 AM
H I have a task to write a webservice which communicates with another webservice and gets all the methods of that webservice So can i get those methods with required attributes/ and i can be able to view what attributes the method uses for retreiving,if so can i limit and get only the require...more >>

Webservice Deployment
Posted by Keshav at 4/9/2004 2:20:23 AM
Hi All I have written a webservice(written in C#) which is consumed by a .NET windows application I have to deploy the webservice and should be able to dynamically locate the webservice location so that i can access it in windows application. My webservice will be used in intranet and not intern...more >>

Server did not recognize the value of HTTP Header SOAPAction
Posted by Nicholas Stamos at 4/8/2004 12:34:07 PM
Hi, I have a problem with my Web Service. Every time the IIS worker process hosting the Web Service gets recycled any call from a client generates the following exception: System.Web.Services.Protocols.SoapException : System.Web.Services.Protocols.SoapException: Server did not recogni...more >>

Help my finaly with Soap Extension 8-((
Posted by alexey at 4/8/2004 12:07:15 PM
I have read your article = (http://www.codeproject.com/useritems/EventsDuringWebservices.asp?target=3D= progressbar%7Cweb%7Cservice) =20 It's very interesting: 8-)) In your article thete are some words about = progress bar =20 I worked hard to do this but nothing works 8-(( My proble...more >>

Please Help...Vb.net to C#.net
Posted by Juan Irigoyen at 4/8/2004 11:52:56 AM
How I can traduce this sentences, thanks. Dim drowSession As DataRow drowSession = Context.Cache("SessionKeys ").NewRow() drowSession("session_key ") = "323223" Context.Cache("SessionKeys ").Rows.Add(drowSession) strMatch = "session_key='323223'" arrSessions = Context.Cache("SessionKeys ")...more >>

Please Help, vb.net TO C#
Posted by Juan Irigoyen at 4/8/2004 9:56:03 AM
How I can traduce this sentences, thanks. Dim drowSession As DataRow drowSession = Context.Cache("SessionKeys ").NewRow() drowSession("session_key ") = "323223" Context.Cache("SessionKeys ").Rows.Add(drowSession) strMatch = "session_key='323223'" arrSessions = Context.Cache("SessionKeys ")...more >>

Service Controller from Web Service
Posted by Tom G at 4/8/2004 9:52:14 AM
PLEASE repost this! It didn't get answered on the bulliten board! Thanks! Hello everyone. I am currently attempting to use the service controller class to display status and start/stop services on a box via a webservice. I have managed to get it displaying the status, but am constantly ...more >>

What does this mean and how do i fix it
Posted by Sivla at 4/8/2004 12:04:07 AM
Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached. ...more >>


DevelopmentNow Blog