| Thread | Last Post | Replies |
|
| create file IO file via web service opposite the hebrew characters | 02 Aug 2006 14:08 GMT | 1 |
i have a strange problem , i have bulid a win form app thats create EXCEL file from AS400 table . the excel file should be sent to my client via Email .... everything work Good !!! but ...
|
| Webservice problem url urgent | 02 Aug 2006 09:50 GMT | 4 |
I have created a webservice in asp.net with c# as code behind.When i run or debug my application the web service works fine .How can I make this webservice active or run by just using the url ?So that i can use in another applications at client side by just passing the url like
|
| WSE3 Kerberos Config for 256 Bit Key lenght? | 02 Aug 2006 03:34 GMT | 5 |
I'm trying to up a WSE3 configuration to use 256-bit keys instead of the default 128 bit key size. What is the proper syntax to do this in web.config? This is what I tried in web.config on the server side: <securityTokenManager>
|
| Secure a web service | 02 Aug 2006 00:07 GMT | 1 |
We are starting to use web services on the intranet to share data between sites. In order to use a web service, we want the site to make a request to use the service, and let us provide them with a username/password combination to send to access the service. We would like to ...
|
| serialization | 01 Aug 2006 21:24 GMT | 3 |
i am not sure if this is the correct place to post this; but can anyone tell me why this class would not be serializable? i can persist this in a blob so i am confident it would be serializable. when i access via a web service i get:
|
| Problem running a service when moved | 01 Aug 2006 16:20 GMT | 2 |
Hello from Germany I made a simple webservice on my local IIS with VStudio 2005 When I copy the Files in App_Code, App_Data servicexxx.asmx to another Virtual web on my own server or when I copy these files to our productive
|
| parameters passed to web service(WS) appear to be nulls on WS side | 01 Aug 2006 16:14 GMT | 1 |
I came across this question before but there was no suitable answer. Since I have the same problem, I will repeat it here. this is a simple web servive: using System;
|
| WSE 3.0 Signature Validation Fails (even w/o WSS4J!) | 01 Aug 2006 16:00 GMT | 2 |
I have a custom security header that I have added to the Security.Elements collection in a Policy Assertion using WSE 3.0. After a lot of effort, I have managed to sign this element by giving it a WS-utility ID and then sign it using the following code:
|
| how to serialize web service proxy class | 01 Aug 2006 11:59 GMT | 1 |
i am getting error when i serialize web service proxy class. error:--"There was an error reflecting type 'TEST.Service'."} System.Exception {System.InvalidOperationException} inner exception :-- [System.InvalidOperationException] {"Cannot
|
| How to use HastTable in WebService | 01 Aug 2006 11:57 GMT | 1 |
i need to use a hashtable and return it in webservice. no problem even this works in only .NET environment. How can i do it.
|
| C# Web Services - usage by non .net clients? | 01 Aug 2006 09:21 GMT | 6 |
Dear List, If I develop a Web Service in C# and upload it to my .NET server it is then very easy to use the Web Service in a .NET programmed client (i.e. C# win forms) by simply using 'Add Web Reference' and pointing to the url of the web
|
| Web service fails to run on Windows 2003 | 01 Aug 2006 08:19 GMT | 3 |
We have a web service (developed in C# framework 1) that run for some time on Windows 2000. Recently we upgraded it to framework 2 and run successfully on Windows 2000 and XP. However, we cannot run it on our new Windows 2003 box. The service runs and we can even instantiate it ...
|
| WebService proxy class naming | 01 Aug 2006 07:47 GMT | 1 |
I have simple web method like the following: [WebMethod(Description = "Gets an instance of the Person class.", MessageName = "Person")] public Person GetPerson()
|
| Web service fails to run on Windows 2003 | 01 Aug 2006 04:14 GMT | 2 |
We have a web service (developed in C# framework 1) that run for some time on Windows 2000. Recently we upgraded it to framework 2 and run successfully on Windows 2000 and XP. However, we cannot run it on our new Windows 2003 box. The service runs and we can even instantiate it ...
|