| Thread | Last Post | Replies |
|
| How do I get the Web Service address? | 14 Sep 2007 14:18 GMT | 5 |
I'm writing a client (C#) for an ASP.NET 2.0 Web Service. From within the client, with its web reference to the Web Service, how do I get the Web Service address as a string? Since the address must be known to the client, I guess there must be a simple way to do it. Gustaf
|
| Web Service Timeout | 14 Sep 2007 07:18 GMT | 1 |
We have an ASP.NET 1.1 application that calls our ASP.NET 1.1 Web Service. The call to our Web Service only work when its built in debug mode. When its built in release mode, the connection to the web service is never made. The process takes only 20 seconds to run normally so ...
|
| How to query n web services | 14 Sep 2007 07:16 GMT | 3 |
Dear friends, let's say we have 10 "server-side" web service which return some kind of data. I'm using visual studio 2005 and I have a Project - the client -
|
| Are web references required? | 13 Sep 2007 15:19 GMT | 1 |
I am creating a windows service that will communicate with several different vendors. I plan to be able to pass the url for the vendor to the windows service as an xml request. So since im not going to have access to the URL before that I wont be able to create a web
|
| web service question : server was unable to process request | 13 Sep 2007 08:49 GMT | 1 |
Hi, all. I have a webservice running on a Windows 2003 server, and then an application on my desktop that consumes this web service. When I tested the webservice (by going to the webservice from IE on the same machine), the web service works. However, when I tried to step
|
| How to view Soap message exchanged between Web Service and client | 13 Sep 2007 04:16 GMT | 2 |
I have a client which consumes Web Service (WCF - .NET Framework 3.0). I would like to see a Soap message generated when a client calls a Web Service method. In debug mode, I just see the method call and the response (no Soap message). I am using Microsoft Visual Studio.
|
| Help understanding sessions in Web service w/ legacy VB6 event handling | 11 Sep 2007 20:58 GMT | 4 |
I'm seeing some behavior I don't quite understand with the following, wondering if anyone could shed some light. We have a legacy VB6 library which reads/writes to a SQL database and applies rules to transactions. If any rules "fire", notification
|
| Got error message related to Security | 11 Sep 2007 11:02 GMT | 2 |
When I run my webservice, I got the following error message: System.TypeInitializationException: The type initializer for 'PMC.BO.Enterprise.InProcess.PMCUtilBO' threw an exception. ---> System.TypeInitializationException: The type initializer for
|
| Convert web service to Framework 2.0 | 11 Sep 2007 04:06 GMT | 7 |
I have a web service that I converted from VS 2003 Framework 1.1. to VS 2005 Framework 2.0. I tried to use the same IIS web site to run the web service. I deleted the Framework 1.1 files published the 2.0 files changed IIS to use Framework 2.0 and changed the application pool, ...
|
| webservices returning custom types | 10 Sep 2007 07:14 GMT | 7 |
Hi, has any one used webservices for returning custom objects other than datasets like custom classes and their internal classes ?. What problems you have faced if any ? is there any limitation ?
|
| What are the benefits of WSE 3.0 for transport layer security? | 10 Sep 2007 06:32 GMT | 3 |
I am debating whether or not to use WSE in my "ClickOnce" application. I've read through the WSE 3.0 patterns and practices document, and decided to use "Transport Layer Security Using HTTP Basic over HTTPS" as my secure webservice solution.
|
| Newbie (kind of :) Question - Web Service - | 07 Sep 2007 20:00 GMT | 1 |
I have a Web Service that receives an XmlDocument of a given type. But I can not get the contents of what is being passed other than extracting it from the HttpContext.Current.Request.InputStream and this requires removing the SOAP envelope manually and using the nsManager and a ...
|
| Cannot get SOAP XML input | 07 Sep 2007 17:06 GMT | 2 |
Hi there guys, I have created an XML Web Service which has a return type a class (with string and long members) and one argument (another class); (see http://test15.intersections.com/orderreceiver/orderreceiver.asmx)
|
| Web service convert to VS2005 web service | 07 Sep 2007 15:45 GMT | 4 |
I've upgraded a webservice project from VS2003 to VS2005. In my VS2003 solution I created a handy msi install for the webservice that always worked fine. In my VS2005 solution I also created this msi install for my VS2005
|
| Fail to add web reference | 06 Sep 2007 19:27 GMT | 4 |
I built a web service and it worked fine in my local machine and our intranet web server. But when I move it to our internet web server and try it set a web reference in a client application, it fails and gave following error message:
|