| Thread | Last Post | Replies |
|
| what is a web service | 31 Mar 2004 23:03 GMT | 2 |
can someone please explain to me what a web service is, in plain english. i'm reading a book on asp.net and the authors explaination doesn't do, is it just a set of functions a developer can store on a web server and have it called by a web application or software
|
| accessing files in the same directory as the webservice | 31 Mar 2004 22:55 GMT | 1 |
i am making a library that is used by desktop apps, services , asp.net pages and webservices.. i need to be able to access files in the directory that the webservice is (the same place where the said library gets copied)
|
| Win Sockets Error | 31 Mar 2004 16:50 GMT | 1 |
I am getting this error while using GetHostbyName. (11004) The requested name is valid and was found in the database, but it does not have the correct associated data being resolved for. How can I deal with this. I know the domain exists.
|
| Dynamically changing web service server | 31 Mar 2004 16:04 GMT | 1 |
Hello, I'd really appreciate some help with this problem: I have a web service on two different web servers (web server A and Web Server B) and I have to call the web service on both web servers A and B in my application. I created a web reference in my app to web
|
| WebClient timing out - how do I set longer timeout? | 30 Mar 2004 23:13 GMT | 6 |
I have an ASP.NET C# application that uses the WebClient class to retrieve a report that's converted to PDF. The URL passed to the WebClient object gets the PDF stream. It works great except for some reports that exceed a timeout value of some type.
|
| Complex Types | 30 Mar 2004 22:37 GMT | 2 |
I want to pass my own object from the web service to the client. let us say message is my class and i want to pass this to the client so that client application can use it how can i achieve this using web services.
|
| xsd and strongly typed xml passed to a webservice | 30 Mar 2004 22:31 GMT | 1 |
I'm using the Scott Short's Extended Schema Framework (an article about it was published on MSDN Magazine in December 2002) in order to import external schemas into my wsdl. It should allow to add an attribute onto a webmethod parameter which identifies a xsd schema to associate ...
|
| Problem with custom wsdl and wsdl.exe | 30 Mar 2004 22:22 GMT | 4 |
I want to generate a stub using wsdl.exe from a wsdl-file created by XmlSpy. XmlSpy claims that the mentioned wsdl-file ist correct and I was not table to find any problem within the file when I reat the xml-source.
|
| Create Schema from Object for Web Service | 30 Mar 2004 22:04 GMT | 3 |
I was wondering if anyone knows how to dynamically create a schema from an instance of an object. I need to be able to do what ASP.NET does when it encounters an XmlIncludeAttribute or SoapIncludeAttribute on a Web Service. In addition, I would like to be able to insert that schema ...
|
| Passing NameObjectCollectionBase in Web Services | 30 Mar 2004 21:32 GMT | 2 |
I have a class which derives from NameObjectCollectionBase (let's say FooCollection contains Foo objects). I need to use this class in a Web Service, however when I import the service I get Foo[] as the type instead of FooCollection. This means that I lose all the names and retain ...
|
| Opening a Database from a Web Service in 2003 | 30 Mar 2004 20:21 GMT | 2 |
How do I configure Win 2003 so that my web service can open a database I have already "Sandboxed" all of my OLEDB data access ( to an MDB file ) into a signed assembly and put it in the GAC What setting do I have to make in IISADMIN to enable web services What NTFS permissions do I ...
|
| Dynamically adding SoapExtension | 30 Mar 2004 09:31 GMT | 1 |
All the documentation I can find shows only two ways of adding a SoapExtension to a web service 1. Uses the config files 2. Use a SoapExtensionAttribute and decorate the methods
|
| ASCX | 30 Mar 2004 09:12 GMT | 3 |
Hi, I have notice some file with extension *.ascx Could someone tell me more about it. I am currently got a fully done web project, but the files with extension *.aspx
|
| Progress bar | 30 Mar 2004 06:10 GMT | 1 |
Does anyone complete this article http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnservice/h tml/service11052002.asp ???? Unfortunatle I can't find where I must insert
|
| SqlException: Cannot insert duplicate key in object | 30 Mar 2004 03:44 GMT | 1 |
I am trying to update a record in a SQL database through a web service but am getting this error: System.Data.SqlClient.SqlException: Violation of PRIMARY KEY constraint 'PK_Items'. Cannot insert duplicate key in object 'VideoProposalItems'.
|