| Newbie Q: Return Error to Page? (2 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Hi, I have a web service method which will connect to a Access database, which look like below: [WebMethod(Description "Search database based on provided string.")] public DataSet Search(string strSearch) { try { string strConnection @"Provider Microsoft.Jet.OleDb.4.0;Data Source " (string)Server.MapPath("../global res/global db.mdb"); string sqlStatement "SELECT * FROM Contact ORDER BY ContactId"... |
|
| Message Expired - Resolution (2 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| There was a thread here a couple of days ago that pointed out that the server and client system times must be in sync or you will get Message Expired errors. The posting suggested fixed my problem too but here is the rub: What is the resolution say if the server is one timezone and client is a couple of hours in the future/past? I cannot then sync the times, what would be the best idea? I am using... |
|
| HttpContext items and one-way methods (3 replies, VIP) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Hi, I try to put some custom objects into HttpContext.Current.Items collection in one way webmethod, but they seem not to be there in another invocation. Is it supposed to work? Thank you! Regards, Ales Pour |
|
| Running a managed web service proxy client on a PC without .NET framework (3 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Hi, i'm working on a dll that uses managed code in C and consumes C# web services throught a proxy client created using VS .net. I want to load this dll in a aplication created using native c and running it in a pc without .net framework installed. Anyone knows how this could be possible ? Is there any way to compile this dll including all necessary dependencies so that i don't have to install any... |
|
| How to generate schema for existing web method? (2 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| I have 2 completed web methods which accept posted parameter values and spit out the appropriate XML structure as a response. What is the best way to generate a schema for these web services? Should I just write them manually, or is there a mechanism which does this for me based on the XML output? Thanks, Chris |
|
| Access Denied using Windows Authentication. WSE 2.0 (3 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| When using custom authentication (using the UsernameTokenManager interface.) I am able to log in, but can't authenticate using windows authentication. System: XP pro work station. My domain login had administrative privileges on my machine. WSE 2.0 IIS: I checked off the anonymous access on the web service virtual directory. I have both the client and the web service on my local machine. Error Mes... |
|
| Need help on ADOEX (2 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Hi there Im knew to ASP so please be gentle.... I need to write an ASP page so that our customers can fill out a form and thus generates an automatic email to an external email POP account. We have IIS5 with E2k running and I know ADOEX is the best object to use. Thing is I get the error message: CDO.Message.1 error '80040233' Could not find the Sender's mailbox. /contactus.asp, line 97 I have che... |
|
| Keep state (session) within extension (2 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Is there a way of accessing the session object from within a soapextension? I want to keep state of an object in the extension. Regards Tomas Palmquist Pointsec Mobile Technologies |
|
| KB Article: 327256 - FIX: Memory Leak of Permission Objects in a Managed Heap (2 replies, VIP) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| http://support.microsoft.com/default.aspx?scid kb;en us;327256#appliesto We have an ASP.NET application that references web services that are using SSL. We also have a web service that is referencing a couple web services that use SSL. We are experiencing some performance and memory issues and wondering if this bug could be the cause. Is there a more definite way to tell? Or should we go ahead and... |
|
| Add a column of values to a table (2 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| I would like to know if it's possible to add a column of values to a table. I need this for a DataGrid of 165 rows and 10 columns, it should be better and faster to fill the grid Thanks SebastiĆ n |
|
| .Net service to .Net client : Server did not recognize the value of HTTP Header SOAPAction: . (3 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Hello, I have searched high and low for a solution to this problem, but I can not resolve it. We are getting the error "Server did not recognize the value of HTTP Header SOAPAction: ." which is very common and seems to get generated for many different reasons. I've not found anyone who appears to get this error for the same reason as I am. I am trying to duplicate a web service found on the web so... |
|
| Can I add web reference to my VB.NET project at run time? (2 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| My project will be delivered to different sites therefore they will be referenced to the web services at their own web server. I don't want to maintain different version of the project because of this. Is there a way to add the web service reference at run time? Thanks! |
|
| Connecting different Apps with Web Services or DTS? (2 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| So here is my current situation. I have 3 applications built on top of SQL Server. One of the applications is an off the self app called SalesLogix, the other two applications are custom built ASP.Net applications. SalesLogix is used to create custom identifiers to identify projects and clients. The other 2 applications also use these identifiers in their table. In addition, the 2 custom applicati... |
|
| Webservices Realibilty (2 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Can anyone please help me understand if I want reliable messaging with a webservice how do I achieve that? I heard that if you want reliable messaging use System.Messaging. I guess I don't understand how can I make a webservice call from my client application and expect it to get a response back from a messaging queue? What im trying to do is expose my webservice and make sure that the clients mes... |
|
| Interop issue with Java/Axis web service - Authentication problem (9 replies, VIP) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Hello, I'm a Java engineer and .Net newbie. Two years ago, I wrote a webservice using the Java webservice library Axis. It is still working fine with several clients who are accessing it from Perl and Java. Recently a client has had trouble accessing it from VB.Net so I have been looking at the issue myself while learning CS.Net. The problem is that my .Net client can successfully call the Axis se... |
|
| WebServices exceptions (4 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| I just want to check my facts. I've heard some differing accounts, but my understanding of an article I read on the MSDN site is, if you throw an exception in a web service, the exception is encapsulated in a SoapException, returned as a Soap fault and the SoapException is thrown on the client. Is my understanding of this correct? I just want to make sure if I'm throwing exceptions in the web serv... |
|
| Web Service Consumer Deployment Problem (5 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Hi, I don't know if this is the best forum to post this to, but I hope somebody can point me in the right direction. I have a VB.NET application which references a Web Service (added through the standard Add Web Reference dialog). The Web Reference has been set to be Dynamic in the properties window. The only call I make in the code to the Web Reference is in a button click event and is (the names... |
|
| upload of pdf files (2 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Hi, I am searching for a asp.net script where I can upload pdf files on a server. Thanks for any hints and tips in advance. Peter |
|
| IP Restriction Question (2 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| I was wonderring if someone could point me in the right direction for setting IP filtering done through the web.config file. The filtering would allow only people within a certain range to see info on aspx pages. If there address was not in that range they would be redirected to different page. Thanks for the help, Tony |
|
| File Upload and DownLoad (5 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| I would like to create a .net web service for downloading and uploading a excel or text file. How to do that? Is there any sample code / article available? Thanks Posted using Wimdows.net Newsgroups http://www.wimdows.net/newsgroups/ |
|
| Firing server object/web service from a client validation... (4 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| I have a server object that performs zipcode validation based on zipcode entered in the web form. Ideally this should work as follows: Once the zip code is entered in the edit box it should validate the entry with this server object before moving to enter state in the next dropdown field. What is the event by which we can do this for the edit box? (OnBlur doesnt seem to capture the text though it ... |
|
| Serialization / Deserialization across WebService Calls (2 replies, VIP) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| A have a few questions related to how parameters and return types are serialized/deserialized across WebService calls. Here is my scenario: A web method takes two strings as parameters and returns an instance of a custom object of type "WebService.MyClass". The proxy object that is generated in VS.Net contains the signature of the Web Method call, and also contains a "shell" definition for my cust... |
|
| Cannot access a disposed object named "System.Net.TlsStream"? (2 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Hi, When I trying to do HTTP POST to HTTPS URL I am getting this error on first attempt: Cannot access a disposed object named "System.Net.TlsStream". Object name: "System.Net.TlsStream". Index and length must refer to a location within the string The underlying connection was closed: Could not establish secure channel for SSL/TLS After second attempt or if the service is not idle it's working ok.... |
|
| Great tool to help understand a WebService (2 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| I came across this tool called the WebService Analyzer at www.strikeiron.com. It allows you to input a wsdl and it will show all of the operations implemented by that service. You can then input values, invoke the service and see the results. It is a great tool that helped me understand the Amazon Web Service while I was working on a project. I have been using it ever since. |
|
| ASP.NET Webservice wants to see local machine (4 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| I copied a Webservice from 1 server to another, both Hosting Sites. Site 1 works ok, when I tried to run the Webservice on Site2 after copying the project with VS.NET I get the the message that "The test form is only available for requests from the local machine. " Is there a setting on the Server that would prevent this? Thanks |
|