| Thread | Last Post | Replies |
|
| ASP.NET Site/Webservice and Windows/Form authentication | 06 Apr 2004 14:06 GMT | 1 |
I have an ASP.NET site which runs using Windows(NTLM) authentication over SSL. I have a webservice where a vendor is only able to call the webservice via Basic authentication.
|
| SOAP extension not executing | 06 Apr 2004 10:47 GMT | 7 |
I have created a soap extension to globally handle errors in my webservice. For some reason the extension is not executing. What is wrong? Here is my web.config entry to wire the extension to the service: <webServices>
|
| Soap request | 05 Apr 2004 18:00 GMT | 1 |
How to invoke a web service, using the soap request protocol, without creating a Web reference to the service.??? Thanks. Mauri.-
|
| Calling clients from web service | 05 Apr 2004 13:48 GMT | 4 |
I am completely new to web services, but have learned that calling a web service from a VB.NET client to recieve data is a very trivial task. But how about the opposite? How can I make a simple call from a web service to a function in a VB.NET client, anytime during the day? Not ...
|
| Threading within a service | 05 Apr 2004 13:41 GMT | 1 |
I hope someone can help me. I have a client app. being used by about 50 users. When thy open the app, it calls a webservice on a local server to check what items the user can access, and returns a list for them to choose from.
|
| Web Service Accessing Remote Event Logs | 05 Apr 2004 06:33 GMT | 1 |
I've written a web service to access event logs and to control on/off of services on my own box. I'm trying to communicate with another system on my network, but I keep getting 'Cannot open Service Control Manager' when trying to access Services remotely and 'Windows has not ...
|
| web method name 'blued out' | 05 Apr 2004 04:40 GMT | 1 |
I've got a web service, WS, that has two web methods, A, and B. Yesterday, in VS2K3, I created a web application that needed to use A. I opened the 'Add Web Reference' dialog, clicked on the 'find web services available on the local machine' link, selected WS, and web methods A and ...
|
| Transfers to the client an amount of the expected result | 02 Apr 2004 12:25 GMT | 2 |
Regard!!! So the question of Transfers to the client an amount of the expected result of functioning WebService (value must be considered on Server side and on the client its has to be seen before that datas will go... ). I from here try put amount (in bytes) of the message in ...
|
| Passing a Class to a Web Service? | 02 Apr 2004 00:25 GMT | 4 |
I've mastered the HelloWorld web service, but having trouble with my real one. :-) I am trying to pass a class to a web service, but it doesn't seem to work. I have set up a small VB example to illustrate my problem.
|
| Urgent...Smooth Refresh | 01 Apr 2004 19:31 GMT | 3 |
I am using ASP.net page for my application. I want to update the part information on this page at regular interval. But under standard way of refresh(using META) i see flicker occuring. Is there any mechanism to avoid the flickers other then Webservice behaviour??? Any code samples ...
|
| Web Service URL | 01 Apr 2004 14:13 GMT | 2 |
I have a .NET web service and a VB.NET application to consume it. Every thing works fine in the VS.NET 2003 environment. When the VB.NET application is deployed, can I assign the URL dynamically? I am planning to have a setting in which I can specify the URL for the web
|
| Web Service & authentication | 01 Apr 2004 10:48 GMT | 2 |
I made a web service from a mobile device connected via USB to my desktop computer. The web service generates a wav file from a text using SAPI 5.1. When I call the .Speak function on the service the System.UnauthorizedAccessException
|
| Hiding the WebService page | 01 Apr 2004 06:03 GMT | 2 |
I wonder if there's any way to prevent my WebService's page from being shown (e.g. by browsing it from the IIS console). All I need is that my application (WebService's client) will be able to invoke its webmethods, but in the same time I would like to prevent
|
| Web services in spanish | 01 Apr 2004 05:56 GMT | 1 |
Anyone here has a list of web services providers in spanish?? I've tried looking at the UDDI from microsoft but can't find anything thanks for your help.
|