| Thread | Last Post | Replies |
|
| Setup webservice will install in companyweb | 06 Sep 2007 15:17 GMT | 1 |
I'm using VSNET 2003 (with .NET framework 1.1) to develop a webservice. All went fine, until I needed to create the setup for it. For that, I have created a new project (File/New/Project, then Setup and Deployment Projects/Web Setup Project).
|
| SoapExtension - the right starting point? | 05 Sep 2007 19:09 GMT | 4 |
I'm currently building a webservice. One of my webmethods returns a string, which contains html tags and special characters. Now when the soap-message ist generated, I have something like this in my response: <Category>
|
| Some daft Questions About web Services | 05 Sep 2007 17:32 GMT | 1 |
I understand web services and have coded them but I don't understand the some basic concepts. 1) Does the service run as a website. The question may seem daft until the next question.
|
| conceptual question about webservice vs. webapp | 05 Sep 2007 14:52 GMT | 2 |
I'm currently building a webservice using a class library which encapsulates all business logic and a cache mechanism as well to hold recently used objects. Lets call this "core.dll". I'm accessing the cache using HttpContext.Current.Cache within this assembly. My question is, if ...
|
| complex type recognition | 05 Sep 2007 11:24 GMT | 2 |
My problem is a little complex... Here it goes: I have a web service in my system which my users need to web reference. By web referencing my web service, my users can use all kinds of complex objects which were defined by myself (including inheritance) .
|
| .Net Web Service and Domino Interop probelm | 05 Sep 2007 10:24 GMT | 5 |
Kinda stuck with a wierd problem. we have devleoped a web service that uses the Lotus notes interop assembly to read/ write to the la domino database. Everything works fine whne the application is tested in Debug mode. As soon we create a installer and deploy the project on IIS 6 ...
|
| Adding certificate using X509Store | 05 Sep 2007 03:40 GMT | 3 |
I'm having an odd problem using X509Store. This code is called from a test winForms app. public static void Install() {
|
| Event log error but Webservice works | 04 Sep 2007 21:49 GMT | 4 |
We have a page on our Intranet A main.aspx that is calling a webservice on another computer B. The intranet page loads fine and displays the data from the webservice but we keep getting error messages on the Intranet server with the
|
| URLDownloadToCacheFile fails on https | 04 Sep 2007 17:23 GMT | 3 |
I'm having a problem with a control when trying to download a file from a https tomcat server. The function URLDownloadToCacheFile returns -2146697208 (0x800c0008). Any ideas?
|
| Web Service Error "Root Element is missing" | 04 Sep 2007 14:00 GMT | 2 |
I have a web method that works fine using asp.net 1.1. I migrate to 2.0 and now for the same call I get "Root element is missing". Details : Before the method is invoked, I have a an extension that checks that the
|
| Request timed out error only when running release mode not debug | 03 Sep 2007 04:52 GMT | 6 |
I have a web service that performs a long running task (typically 10-20 minutes) via an async call. When I run the web service either within the debugger or with Debug=True it works as expected. When I run it with Debug=False it gets a HttpException, Request timed out after 5 ...
|
| WSE 3.0 SOAP Router for load balancing | 03 Sep 2007 03:03 GMT | 3 |
I've read several places and in several books, that you can implement load balancing with WSE 3.0 and the httpHandler Microsoft.Web.Services3.Messaging.SoapHttpRouter component (WS-Referral). I have only been able to implement the chain and content.based routing models.
|
| Returning Web Service values from LINQ | 02 Sep 2007 18:00 GMT | 1 |
Hey folks, I want to return an array from a Web services that uses LINQ. How would I complete the following to work around the anonymous types problem? <WebMethod()> _
|
| WCF - Add Service reference to a client | 02 Sep 2007 11:06 GMT | 1 |
Add Service Behavior In Visual Studio I can right click on on references and i get two choices; add references and web service. There is supposed to be a third option to add a service reference.
|
| How to build a web service without the use of .Net Framework? | 02 Sep 2007 04:39 GMT | 2 |
I have a question: How to build a web service without the use of .Net Framework? For an instance how to do it with C++? I have used web services based on ASP.NET in the past and it is very easy
|