| Thread | Last Post | Replies |
|
| Getting raw XML from web service | 14 Jun 2005 18:56 GMT | 2 |
I have some web services which return quite large XML documents. I want to invoke the services and retrieve the raw XML in order to persist it through an XML database. I don't want to create a bunch of meaningless proxy classes. It seems like this should be quite simple; I would ...
|
| How to compress XML data that returns a webservice | 14 Jun 2005 18:11 GMT | 4 |
I have made a webservice that returns an XML, but sometimes the connection is so slow and there is a lot of data to be returned. I would like to know if it is possible to send this data compressed, and how to do it. Thanks.
|
| Strange web.config problem | 14 Jun 2005 17:07 GMT | 4 |
Have web application that is working fine on my local development machine; however, when it is being installed on a QA machine it has to be installed under another web app directory and it is erroring out. More specifically it appears to be using the web.config file from the app ...
|
| Webservice & AsyncCallback | 14 Jun 2005 13:44 GMT | 1 |
Hello NG, i try to call a webservice-function with two parameters: wsfunction(a as AsyncCallback, b as IAsyncResult) as IAsyncResult The callbackaddress is a simple http-address.
|
| Asp.net Web Application | 14 Jun 2005 13:03 GMT | 2 |
I am using a Window XP Home Edition. I do not have IIS manager(localhost) to start doing a Web application. Any other way to resolve the problem?
|
| Kerberos problem | 14 Jun 2005 03:26 GMT | 1 |
I have a windows service running on a W2K3 server as a domain account. When it tries to access a web service (on another W2K3) I get the error below. The Kerberos ticket could not be retrieved. The RetrieveKerbTicket call
|
| Namespace Problem? COLMAN.Portal.COLMAN.Portal.Customer.IsPwdTemporary(String strUserName) - Is this Correct? | 14 Jun 2005 03:26 GMT | 1 |
Is this normal or a Namespace Problem when it duplicates COLMAN.Portal 2 times? Example: COLMAN.Portal.COLMAN.Portal.Customer.IsPwdTemporary(String strUserName)
|
| Handle disconnected clients? | 14 Jun 2005 02:19 GMT | 1 |
I have a WebMethod that returns a large array of bytes (actually some files, but i don't think it matters). How can i know on the server-side that desktop client disconnects unexpectedly while receiving data (for example, slow WiFi connenction)? I need to do a rollback in my ...
|
| Throw a SoapException or Return a string? | 14 Jun 2005 02:14 GMT | 1 |
Our web service uses ComInterop to interact with a FoxPro COM dll. The COM dll assigns 0 - 20 "Error Codes" to a public property at the end of it's method. If the call to the COM dll was successfull, the COM dll assigns 0 to the public property. If there was an error, depending ...
|
| Can't get a list of printers?? | 14 Jun 2005 01:17 GMT | 1 |
I'm using the following snippet of code to try and get a list of all the printers installed on this machine. I have installed some network printers on this machine and they just won't show up! This is in a webservice method, if that makes any differance.
|
| needing help - constructor overloading | 13 Jun 2005 20:49 GMT | 5 |
I'm developing a XML web service in VB, and I'd like to overload the constructor to customize the service: [...] Private _tblParameters As datatable
|
| Authentication, Remoting, and Database Access problem | 13 Jun 2005 14:34 GMT | 1 |
I am trying to setup a solution that will include a client which will access a database via remoting calls. I am hosting my remoting project in IIS, and am using Windows Integrated security. Since some of my users will be coming in through the web (from non-trusted domains) to ...
|
| Setting "URL Behaviour" to "Dynamic" has no effect | 13 Jun 2005 09:44 GMT | 1 |
When I set the "URL Behaviour" of a web reference an entry is created in the "Web.config", but the value in the "Web Reference URL" property is still used. When I look in the file "Reference.cs" I can see that "this.Url" is set
|
| Eventlog problems | 13 Jun 2005 08:43 GMT | 6 |
I'm writing an webservice and want to log errors etc. and thoughed the Eventlog would be a nice place for it. The problem is that i can't seem to write to my own log and source i'm getting ' Requested registry access is not allowed ' i have set the asp.net account to have ...
|
| Server Time Out | 13 Jun 2005 00:47 GMT | 1 |
I am developing a Web Service that matches users from Active Directory and users typed in a SQL Server 200 Table. Then generates a XML with the XML.XMLElement class and returns it to a Windows program. If I debug the Web Service it works fine, I can see the XML in the Internet ...
|