| Thread | Last Post | Replies |
|
| Web Service Clients without Web References | 24 Nov 2004 00:11 GMT | 4 |
I'm trying to write web service proxy class such as that autogenerated by adding a Web Service (e.g. Reference.cs) which inherits from SoapHttpClientProtocol. Even when my class is a near duplicate of that found within Reference.cs
|
| SoapExtensions,WSE1,WSE2 What should I use? | 23 Nov 2004 22:00 GMT | 1 |
I have been using a system using a WS with no security at all Now I want to add some authentication logic in order to access the methods on the WS, but I'm a little bit confused about where is the tech now. I have read something about SoapExtensions in order to encrypt credentials
|
| Web Service call API | 23 Nov 2004 21:57 GMT | 1 |
We have an API library provided by a vendor. When I run this as a Windows App under .NET, it works correctly. However, when I converted it to a web service, it returns 0 values but doesn't cause an error to occur.
|
| Accesing .NET webservice using java client | 23 Nov 2004 21:52 GMT | 1 |
Need help for contacting a .NET WebServcie from a java application. Please let me know the API that needs to be used for this and if possible send me any sample piece of code for this. Thanks in advance
|
| The best overloaded method match ...' has some invalid arguments | 23 Nov 2004 21:49 GMT | 1 |
Dear : I have a compilation error generated by this scenario: i have : 1. class Libray
|
| A commitment to respond to your post within two business days | 23 Nov 2004 21:45 GMT | 1 |
Ok, I'm confused... Can someone explain to me those bold claims that are made on http://msdn.microsoft.com/newsgroups/managed/ says that it will provide me: - Unlimited on-line technical support - keep your PSS incidents
|
| DataSet.ReadXml - where the schema name is? | 23 Nov 2004 19:10 GMT | 1 |
I have an xml schema and I have created a dataset from that schema. I have a web service that recieve info and sends back an xml information. I send back the xml using SchemaDataset.WriteXml (...) A consumer of the web service then call a different method of the web
|
| Connecting to Web Service over SSL | 23 Nov 2004 16:08 GMT | 1 |
I am trying to connect to a bank's web service over SSL and keep getting the "Could not establish trust relationship with remote server." error from my ASP.NET page. They bank's programmer went as far as to give me the exact code for my
|
| Where have the Discovery files gone in VS 2003? | 23 Nov 2004 15:09 GMT | 1 |
When I used VS 2002 to create a web service I could see the discovery files, but now under 2003 they are not visible. Where have they gone? Regards John L
|
| Database Transactions | 23 Nov 2004 11:53 GMT | 3 |
Can anyone tell me how to work with database transactions in a web service. Can anyone please give me a sample code.
 Signature Cool!!
|
| UserID and Password Authentication using Web Service | 23 Nov 2004 11:53 GMT | 3 |
Hi Pals, I am a starter to web services. I have a requirement. I want to develop a web service, which accepts userid and password from the user and checks it with the MS Access database. If the userid and password
|
| WS Secure Conversation -UsernameToken Encryption- PLEASE PLEASE HELP ME-Very urgent | 23 Nov 2004 10:16 GMT | 12 |
Please help me solve this problem.. This is very urgent, i have to demo it tommorrow and need to fix it before tomorrow.. I am using WS Secure Conversation and am using a USername Token to sign the request for a initial request from the client to tokenissuer
|
| Programmatically install web service | 23 Nov 2004 05:18 GMT | 1 |
how can I programmatically (NOT by MSI or a setup project) install a .net webservice? Thanks a lot Peter
|
| WSE 2.0 bug in Console Applications | 22 Nov 2004 22:51 GMT | 1 |
We've been seeing this exception: ##### Unhandled Exception while running System.Exception: WSE104: An asynchronous callback raised an exception. ---> System.InvalidOperationException: Queue empty.
|
| 1 or more webservices | 22 Nov 2004 18:44 GMT | 1 |
I want to make a webservice which retrieves data for a webpart in a sharepoint environment. Is it handier to make 1 large webservice or a few smaller ones? ch Jim
|