| Thread | Last Post | Replies |
|
| WebService-Mode: Binary instead XML | 29 Dec 2006 19:58 GMT | 1 |
How can I change the transfer mode from my WebService. I want NOT use XML because i must transfer a picture from a client to my web-service on the server. I want to use the binary serialization. It should be a new featue in the .net 2.0 Framework.
|
| Sending large files as parameters | 29 Dec 2006 14:38 GMT | 1 |
I have two asp.net applications on different networks. One application has to call some operation/method on the other application and pass two large files as parameters: One file is huge xml file, the second file is big pdf file (dozens of MB).
|
| Authorization of webservices | 29 Dec 2006 14:17 GMT | 1 |
I have one requirement in my project.The requirment is create 4 methods in webservices these are webmethods.I have to restrict the access at the time of using these methods.One user can access only two methods,another access another two methods.Is it possible for this using .net ...
|
| ASP.NET Refirect with POST | 29 Dec 2006 14:15 GMT | 5 |
In ASP.NET 2.0 C# I need to redirect to an .ASP or .HTML page and include POST data (i.e., like a form. The form data is changed dynamically by the C# page. Can anyone point me to an example? I think it is ...
|
| Using external application on ASP.net server | 29 Dec 2006 14:00 GMT | 1 |
Along with our website we need to create an external application which does some custom processing like processing image files for the web user. We might be looking for a CGI like solution. Q: What is the best way; using Visual Studio Pro to incorparate custom C
|
| wse 3.0 issue | 29 Dec 2006 12:42 GMT | 3 |
Hi all, I have a simple Web Service with UsernameForCertificate policy enabled. Right now the method returns "Hello World". I then have a simple asp.net client project that I am using to test calling the Web Service. I have configured the policy on both ends. However when I run ...
|
| WCF with multiple threads | 29 Dec 2006 08:17 GMT | 1 |
Hi, I am not quite sure where this should be posted becuase I couldn't see a WCF subject group. I have developed a WCF application but can see that when launching multiple
|
| Unauthorized Error | 28 Dec 2006 17:09 GMT | 2 |
I receive the following error in a Web Service call from an ASP.Net to a VB.Net service: [WebException: The request failed with HTTP status 401: Unauthorized.] System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream ...
|
| after changing by reference parameter name in the web service | 28 Dec 2006 04:41 GMT | 1 |
I have a WS in the local machine that call another WS in a remote computer. in this call i send some integers and 3 by-reference strings The remote WS looks like that : void function(int a ,int b ,int c,ref string x ,ref string y ,ref string z)
|
| About the web service using Integrated windows authentication | 26 Dec 2006 09:09 GMT | 1 |
Now I have a web application, a web service and a SQL Server database. The Web application will invoke the web service, the web service invokes the SQL Server stored procedure. I let the web service run in an application pool which runs under a
|
| Free Stock Market Web Service | 22 Dec 2006 17:11 GMT | 1 |
I've searched and searched, but I haven't been able to come up with an XML web service to query for up-to-date stock market (mainly interested in commodities) quotes. Does anybody know of one? Thank you in advance,
|
| Starting with Communication Foundation | 22 Dec 2006 16:55 GMT | 4 |
I'm not sure i fit's the right NG for WCF, if not - my apology. I just strted looking into WCF and am trying to run the "Getting Started" examples from WFCSamples of .NET 3.0 SDK. I keep getting
|
| System.Guid | 21 Dec 2006 18:26 GMT | 5 |
I have a simple .NET 2.0 web service created with VS.NET 2005 with a single web method with the following signature: [WebMethod] void HelloWorld(Guid parameter1);
|
| Installer for deploying webservice | 21 Dec 2006 14:14 GMT | 3 |
Is there a way of creating a installer, using Visual studio .NET or any other tool that installs the ASP.Net web service. Thanks in advance. Regards
|
| sample of soap body... | 20 Dec 2006 22:01 GMT | 2 |
this is my problem: I have a web method and I would build a sample of its body. I would want to obtain a result similar to the soap sample generated by .net framework in InternetExplorer
|