| Thread | Last Post | Replies |
|
| Client found response content type of 'text/html; charset=Windows- | 08 Mar 2007 19:16 GMT | 13 |
Our company has a .Net web service that, when called via asp.net web pages across our network works 100%! The problem is that when we try and call the web service from a remote machine, one outside of our domain, we get the error.. ** Client found response content type of ...
|
| Authentication and Web Services | 08 Mar 2007 16:47 GMT | 2 |
I followed some walk-throughs to create a web application using forms authentication. All is well. Basically, what happens is the user requests a page from the app, the app redirects the user to the logon page, they log in, the page creates an encrypted ...
|
| is WSE wise? | 08 Mar 2007 02:34 GMT | 2 |
We have to put up some web services for a client and I am looking into WSE 3.0. While I'm sure it provide security it looks like it complicates development but I am wondering how much. I notice that WSE is not discussed much on this forum and when questions come up on it, they ...
|
| passing custom object to webservice | 07 Mar 2007 21:14 GMT | 7 |
I am building an architecture that passes my custom objects to and from webservices. (Our internal architecture requires me to use webservices to any suggestion to use other remoting techniques are not feasible) The question is;
|
| request size? | 07 Mar 2007 21:12 GMT | 1 |
I want to evaluate the size of the http request sent to my webservice. How can I accomplish this? System.Web.HttpContext.Current.Request seems to return the http request for the browser on the aspx page that the service is called
|
| HttpContext.Current.Request.ServerVariables["LOGON_USER"]; | 07 Mar 2007 21:02 GMT | 1 |
I recentlly converted some web services to 2.0. So far everything has worked great with the exception of one of the functions in an AD service. the following code: string sUser = HttpContext.Current.Request.ServerVariables["LOGON_USER"];
|
| The application's configuration files must contain 'trust' section | 07 Mar 2007 18:18 GMT | 2 |
I have created Webservice project in Visual Studio 2005, by default it is created the Service.asmx file with the code as [WebMethod] public string HelloWorld() {
|
| Consuming .NET Webservices in Java and PHP | 07 Mar 2007 15:38 GMT | 1 |
What all compatibility issues are there when I expose a .NET web service (which uses datasets) to clients in platforms like Java and PHP? Some tools are avaialbale Anoop
|
| Problem with complex types when consuming Axis 1.4 web service with C# client | 07 Mar 2007 12:00 GMT | 2 |
We have here a Java web service that has been created using Apache Axis 1.4, using the document/literal wrapped style, and returns complex types in its methods. When consuming the web service with a C# client, all the fields in the
|
| Problem with instanciating proxy class | 07 Mar 2007 10:36 GMT | 2 |
Hi all... My app is a .net2 winforms app written in c# using visual studio 2005. I have added a web reference to (what I consider) a fairly large web service. When I try to use the web service in my client application via the
|
| Not able to configure web service to use WSE 3.0 | 07 Mar 2007 10:09 GMT | 2 |
I am working on Windows XP SP2 m/c. I'm trying to configure the "hello world" web service to use WSE 3.0 following the instructions as given below - To specify that a Web service is WSE enabled
|
| HttpWebRequest Changes from .NET 1.1 to 2.0: Proxy Authentication | 07 Mar 2007 01:15 GMT | 2 |
Hi I have a utility class, called MailHandler, that I wrote to read and operate on emails on an Exchange server using WebDAV. The WebDAV SQL statements are sent using an HttpWebRequest object.
|
| .net client not getting a response from java web service | 06 Mar 2007 20:20 GMT | 1 |
I have written a basic .net client to call methods on a java web service. I get the call to the webservice but cannot recieve any responses. When watching a packet capture I see that my client sends "HTTP GET /wpad.dat HTTP/1.1" and then the web service responds with
|
| returning strongly typed dataset from web service | 06 Mar 2007 18:27 GMT | 24 |
All, I have a webservice webmethod which does returns a strongly typed dataset called MyStronglyTypedDataSet correctly. On the client side, when I cast the dataset to my strongly typed dataset, it
|
| Unrecognized element 'add' after <clear></clear> | 06 Mar 2007 03:07 GMT | 3 |
In the web.config, we have defined the followings under configuration/system.web/webServices/ to secure web services application. <protocols> <clear></clear> <add name="HttpPostLocalhost"></add>
|