| Thread | Last Post | Replies |
|
| handling exceptions thrown by web service methods ON THE SERVER | 15 Feb 2007 19:30 GMT | 1 |
We have a web service that gets called using http (e.g. no SOAP calls, SoapExtensions do not work) and we need to get information about errors occuring in Web service methods. Web sefvice methods themselves are nothing but a single line calls to BO methods; we want
|
| Can I store a C# Class Instance to the Server Cache? | 15 Feb 2007 18:33 GMT | 5 |
Of course, I can store a C# class instance to the Server Cache (this.Context.Cache). I've tried it. My question is, will this destroy the scalability of my application? My background is VB6. With VB6 we learned very early on that you do *NOT*
|
| Help plz, webmethods aren't called any longer | 15 Feb 2007 07:09 GMT | 2 |
Everything has been fine for years and the code Dim dsNews As DataSet Dim ws As New localhost.Service dsNews = ws.GetNews()
|
| Consuming External Web Service | 14 Feb 2007 19:18 GMT | 1 |
i have a web service created outside the .net framework. i have written an application in C# which consumes the external application.My problem is the C# application is able to send data to the web service but not able to get the required response. Please help.
|
| I cant run Web Services developed Java | 14 Feb 2007 16:12 GMT | 1 |
Hello Friends, help me please ! I have an application in C# .NET and I'm trying run a Web Services developed in Java, so I add web References from my application but I cant open it. Should do I do some more ?
|
| Can I set security on private key programmatically | 14 Feb 2007 10:02 GMT | 3 |
in the WSE3 setup we have a way of setting security (permitting ASPNET account access for example) on a private key using a batch file and WinHttpCertCfg something like this: set WP_ACCOUNT=NETWORK SERVICE
|
| Attachments in webservices without using WSE | 14 Feb 2007 07:50 GMT | 2 |
Is it possible to attach binary data to an SOAP response? I need to transfer a byte array, but I cannot use WSE because my app is designed to work also on '98 systems, and WSE is not supported. If it's possible, can anyone provide a link?
|
| HTTPS and Certificate | 13 Feb 2007 22:17 GMT | 2 |
I have an ASP .NET Application that I have been using that calls a web service on another machine. Our company wants to implement HTTPS between the two applications. I have changed the call to the web service
|
| Serializing RTF during a web method call | 13 Feb 2007 19:47 GMT | 3 |
I've seen this topic several times in archives, but I have not come across a workable solution. I'm stuck in 1.1 for a project (although I can tack on any WSE that still targets it), and I've got a class that stores some RTF in some of its fields. RTF has an issue in that by ...
|
| How do Large Scale Web Service Applications Maintain Session State? | 13 Feb 2007 19:04 GMT | 11 |
I've been looking at two approaches for the maintenance of Session state for a Web Service application. One approach uses the old familiar Session object which I've used in the past for Web applications. As far as I can see, the Session approach is
|
| Odd problem with WSE | 13 Feb 2007 15:53 GMT | 9 |
I have a WSDL provided to me by one of our partners. I have Visual Studio 2003, WSE 1.0 (latest SP), and WSE 2.0 (SP3) installed on this development machine. I created a C# console application for testing. I enabled the project for
|
| ws-i validation tool, BP1212 failed | 13 Feb 2007 04:32 GMT | 1 |
I was running the ws-i validation tool on a simple hello world web service and I'm getting a failure on the assertion BP1212. Asserion BP1212 is: "The envelope contains exactly one part accessor element for each of the wsdl:part elements bound to the envelope's corresponding
|
| How to call web service from a http post | 13 Feb 2007 03:41 GMT | 3 |
I understand how to consume a web service by registering it as a web reference in my project, but how to use HTTP Post to call a web service? For example I have a web service called TestService, and have a WebMethod called TestMethod, it has a string type parameter A, anybody can ...
|
| Changing the account that ASP.Net uses. | 12 Feb 2007 22:46 GMT | 1 |
How do I change the account that ASP.Net uses on the server? I at the very least want to change the password. TIA - Jeff
|
| noob question | 12 Feb 2007 22:00 GMT | 1 |
I've worked with asp.net for a few months now, but haven't yet had to use web services and/or SOAP etc. I now need to create a 'SOAP client' to connect to a remote server and send an array of data.
|