| Thread | Last Post | Replies |
|
| Send Object to webservice problem cast | 10 Jun 2004 10:05 GMT | 1 |
I have a class LiveSupportClass.Config [Serializable()] [XmlRoot("LiveSupportClass.Config")] public class Config : ISerializable
|
| P2P Chat w/Web Services | 09 Jun 2004 20:46 GMT | 6 |
I have been looking at Remoting and Web Services and I think I can do almost anything I want with Web Services. Here's my intellectual puzzle though: Suppose I wanted to create a P2P application using just web services.
|
| creating proxy class from WSDL file | 09 Jun 2004 17:55 GMT | 1 |
(Type your message here) HI, i have problem creating proxy class from VS.Net environment by referencing a WSDL file. I don't have .asmx file. I need to make use of .wsdl file only. the error message is as below:
|
| GetExecutingAssembly().Location and DLL called by WebService | 08 Jun 2004 08:02 GMT | 5 |
I am attempting to load a file that is situated in the same directory as an assembly that is called via a webservice string csfFilePath = System.Configuration.ConfigurationSettings.AppSettings["CSFFilePath"] if(csfFilePath==null || csfFilePath.Length==0 csfFilePath=System.IO.Path ...
|
| Applying XmlArrayAttribute to the return value that returns an array of complex objects??? | 08 Jun 2004 02:00 GMT | 1 |
I read that XmlArrayAttribute may be applyed to "the return value that returns an array of complex objects" but I don't understand how. I'd like it to apply it to a method returning an array of objects of a custom class. How can this be achieved???
|
| Returning XML from a web service | 07 Jun 2004 22:29 GMT | 1 |
We have a web service that basically does as follows <WebMethod()> Public Function Verify(ByRef strXML As String) As Intege Dim iRetCode As Integer = 0
|
| Can't Specify Explicit Credentials (Default One Works) | 07 Jun 2004 20:57 GMT | 2 |
I'm developing a secure web service on a XP machine using integrated security. I can access the service when I use m_rs.Credentials = System.Net.CredentialCache.DefaultCredentials But when I specify any other settings (even Administrator) nothing
|
| Application Center Test with IIS | 07 Jun 2004 20:40 GMT | 1 |
Please, I would like to stress test my webservice and i thought about Application Center Test, but i got no idea how can i do this. There's a way i can use it to test Webservice methods? Where can i find
|
| Help with .NET web app | 07 Jun 2004 14:57 GMT | 3 |
I have developed an asp.net application which is running on different machines. Now the issue is, I am generating a report. Here when I generate thsi report on a remote machine, it shows only 1400 records, whereas when I try the same on the machine wher the database is located (SQL ...
|
| Support | 07 Jun 2004 13:40 GMT | 1 |
is it possible to invoke an hour glass in my asp .net application when I invoke a user action such as clicking a button. I've tried putting "Document.style.cursor=Wait" in the beginning of the JavaScript function and changing the cursor back to "Default" at the end,
|
| Return a SqlDataReder | 06 Jun 2004 11:02 GMT | 1 |
I've a webService thar read from my database and let results in a SqlDataReader. I want to return this datreader to my ASP.NET page but it fail. This is my code:
|
| Deployment problem | 05 Jun 2004 09:13 GMT | 2 |
I have manually moved my web application (asp.net) from one machine to another.I have created a virtual directory and mapped to the path where my application files are saved on the system.I am able to compile/build the application but i am unable to run the application.I am ...
|
| Web Services vs Standard Replication | 05 Jun 2004 01:15 GMT | 2 |
I am interested in any suggestions you might have. I have different heterogeneous databases (max 100 in number) which need to transfer their data to a central SQL Server database. This is going to be one way channel where central database consolidates the data which is
|
| How to control the root name with which an array of a custom class objects are serialized???? | 05 Jun 2004 00:29 GMT | 1 |
is there a way of controlling the name with which an array of objects of a custom class is serialized??? public class MyClass {
|
| Getting HttpException while transfering Dataset | 03 Jun 2004 16:28 GMT | 2 |
I am transfering a large dataset, about 120,000 records to a web service to update a DB but I get this error: System.Web.HttpException: Maximum request length exceeded. How can this be fixed? Is it something I have to config on the remote
|