| Thread | Last Post | Replies |
|
| Error consuming web service "Remote Server returned an error: (500 | 29 Aug 2006 17:02 GMT | 4 |
Im testing a web service from my windows app in C#. I create a soap body and pass to the HttpWebRequest and then get the response as below. private void TestService() {
|
| Web Service fails on Win03 after being moved from Win2000 | 28 Aug 2006 23:42 GMT | 1 |
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 it runs successfully on Windows 2000 and XP.
|
| Debugging an ASP.Net application | 28 Aug 2006 11:07 GMT | 2 |
I just started a new position and I found out that no one there knows anything about this system. I have an asp.net page that is linked to a c# program and a sequel sever database.
|
| Web Service Events? | 28 Aug 2006 03:24 GMT | 7 |
I'm new to web services, and I'd like to know if they (web services) have the ability to have events where clients (for example a windows client) can register to its event? In other words, is it possible for a windows client to subscribe to a web
|
| WS-Addressing | 27 Aug 2006 20:15 GMT | 1 |
Is there a way to disable ws-addressing on the server side ?? Or at the very least a way to stop the check of the TO address ????
 Signature Rob
|
| Passing Data from ASP.Net Web Application to Axis Web Service | 27 Aug 2006 20:09 GMT | 1 |
hi... I have this problem, how can I access an Axis Web Service from an ASP.NET Web Application and pass data/parameters to this Axis Web Service. Any codes in this situation? help...
|
| Consuming multiple webservices and combining to single webservice | 27 Aug 2006 20:09 GMT | 1 |
I have a large database driven app that allows multiple web services to be deployed each allowing access to different parts of the database. I want to build a C# service to consume all of the web services exposed and then open them all up through a single generic web service. The ...
|
| Can a webservice be implemented as a Singleton | 27 Aug 2006 20:05 GMT | 1 |
I have a need to implement a webservice where speed is of the essence. This web service will process product orders in a B2B scenario where SLA's are critical, as well as collect metrics on the duration of various milestones through the application layers path that will be ...
|
| Naming Convention for Web service method name | 27 Aug 2006 20:03 GMT | 1 |
Is there any standards to be followed for method name while writing Web Service. For e.g. Should we follow the camel case standards or Hungarian notation.
|
| Conversion from 1.1 to ASP.NET 2.0 | 27 Aug 2006 19:59 GMT | 1 |
I have a complexed web service written in VB.NET 2003 / ASP.NET v1.1.4322. I have converted the web project over to VS 2005 and everything compiles fine. I can review the wsdl, etc. When I attempt to update references to the service from other
|
| Async web service | 27 Aug 2006 18:50 GMT | 1 |
Where can i found some exemple in .net 2.0 to asyncronous web service call in win forms, console applicationo ? tnx
|
| woohoo.. passing complex types to JS with Atlas is working! but is this the only way? | 25 Aug 2006 19:44 GMT | 1 |
i am happy to report that serializing complex types into javascript and passing it back to the server is effortless with atlas. 1. Create JavaScriptConverter MyTypeJavaScriptConverter : JavaScriptConverter
|
| Newbie: How to convert ASP.NET 1.1 web service project to ASP.NET 2.0 | 25 Aug 2006 18:31 GMT | 1 |
How I could convert an ASP.NET 1.1 web service project to ASP.NET 2.0 ? On MSDN web site I see steps for converting a ASP.NET 1.1 web application project but not a web service project ? Thanks in advance and regards
|
| Creating UsernameToken from ASP.NET 2.0 logged in user | 25 Aug 2006 16:19 GMT | 2 |
I have an ASP.net 2.0 application with membership, roles and profiles configured. Users log into the site to and everyting works as expected. I have then created a webservice and test windows app that uses wse 3.0 to authenticate using the providers for membership, roles and
|
| Pass by reference to a WebService | 24 Aug 2006 23:46 GMT | 5 |
I would be interested to hear peoples views on whether or not 'pass by reference' is allowed when using a Web Service method. The thing that troubles me about pass-by-reference into a WebService is that essentially we are passing an address of an object which resides on the
|