| Thread | Last Post | Replies |
|
| Is it possible to declare static properties on a Web service? | 16 Jan 2007 23:13 GMT | 1 |
I want to do this in my Web service: public static Guid ApplicationId { get { return _appId; }
|
| Type Conversion Error at Compile-Time. | 16 Jan 2007 22:07 GMT | 1 |
First off, I've placed my very first webservice on the web and can access the .asmx file through my browser. Now, as I'm writing my Client App, I want to call these services. I'm getting a strange error at Compile-Time on all of my WebService calls. Here's some basic information. ...
|
| Duplicate class definitions | 15 Jan 2007 02:51 GMT | 2 |
Disclaimer: I am extremely new to Web services and may very well be doing the wrong thing! Background: I have a Web service and a Windows Forms client app (VS 2005). The Web service exposes a method to accept a ScheduleEntry object, which is
|
| Compression | 14 Jan 2007 13:00 GMT | 2 |
My webservice will involve sending/receving one of my parameters as a large XML string. If I use remoting I believe I can compress my stream, is this also possible using a WebService? Thanks
|
| how to pass a value in this webservice? | 13 Jan 2007 21:03 GMT | 2 |
I made a webservice for fetching data from a database. It works good. Now i would like to add a parameter to the sql command. The user should enter a value (pcnr) before the data is fetched. I tried to add a texbox but it doesn't work.
|
| Redirecting an ASMX page to a new server | 13 Jan 2007 20:14 GMT | 2 |
I wonder if someone would help me please? I am trying to redirect a .NET web service ASMX page to a new server (from https://localhost/webservices/syncdata.asmx for test) to https://vault1.secured-url.com/fundamentumfais/webservices/syncdata.asmx)
|
| Problem with funky characters | 13 Jan 2007 17:29 GMT | 1 |
Hope everybody is doing OK. I have a web service that I call to encrypt sensitive information as credit cards, credentials etc. I am getting this error "Error'', hexadecimal value 0x11, is an invalid character." when I try to consume this from a
|
| Invoke web service dinamically | 12 Jan 2007 19:43 GMT | 1 |
I'm developing an app in c# that requires an invocation on some methods of different web services. The point is that the web service's name, parameters, URL and the method name and parameters are not known in advance (say, the app must have the ability to invoke any method on any
|
| Wse3 'Add web reference' Vista 64 bit | 12 Jan 2007 10:16 GMT | 8 |
I have an existing WSE3 enabled web service which is now working fine on Vista 64 bit. My one remaining issue is that 'Update web reference' in VS2005 doesn't generate a WSE enabled proxy.
|
| Propagating caller identity across applications from a bare ASMX Service method to a WSE3 Service method | 12 Jan 2007 02:46 GMT | 3 |
We've a set of WSE3 / ASMX Services in an application. Currently, the application is configured to use KerberosSecurity. We've now got a new customer that is only running .NET 1.1. For purposes of discussion, our WSE3 / ASMX application is closed for interface changes or
|
| WSDL web reference problem | 12 Jan 2007 01:07 GMT | 12 |
I have to write a windows service app that consumes a web service provided by the UK government. The only info I have is on this page.. http://www.hmrc.gov.uk/ebu/paye_techpack/dps.htm The API specification doesn't give a discovery URL, but there are two WSDL
|
| connect to webservice in Visual Studio | 11 Jan 2007 18:21 GMT | 1 |
Hi, I am developing a small webservice in Visual Studio (programmed in c#). Sometimes when I try to run my small tester application in Visual Studio (which tries to connect to my webservice) I get this error: There was an error downloading 'http://localhost:1639/TestService.asmx.
|
| changing the web service namespace at runtime | 11 Jan 2007 13:15 GMT | 3 |
Does anyone have a method for using a dynamically-generated namespace in a web service? Scenario: suppose you're deploying the web service to mulitple servers and you want the namespace to be generated at run-time to reflect the server or
|
| About the exception "Thread is being aborted" | 11 Jan 2007 04:07 GMT | 2 |
I used Response.Redirect("other.aspx") in my application. This will arise the exception "Thread is being aborted". How can i get rid of this exception? BTW, i can not use the Response.Redirect("other.aspx",false)
|
| Is WSE 3 and Kerberos useful for securing services at the method level? | 09 Jan 2007 22:41 GMT | 2 |
I am designing some services that I am thinking would be good to secure using Kerberos as we have an intranet setup. It is pretty clear how you secure a user at the service level, but I'm curious as to how one would use Kerberos to secure at the method level. Say I have an AD ...
|