| Thread | Last Post | Replies |
|
| XML Deserializing issue | 11 Apr 2008 05:18 GMT | 1 |
We are consuming a web service and we receive the following response soap: ResponseCode: 200 (OK) X-SOAP-Server:NuSOAP/0.7.2 (1.6) Keep-Alive:timeout=15, max=100
|
| WCF Security mixed users | 10 Apr 2008 23:02 GMT | 1 |
I have a service that needs to server two kinds of users. Windows Domain users and Non domain users. In case of domain users, service receives the username for authorization. In case of non domain users I get their username and
|
| Rename the App_code.dll | 09 Apr 2008 15:54 GMT | 1 |
I have developed web service for e.g "MyWebservice" in VS2005. I published the webservice and get the dll as App_code.dll. But in VS 2003,we will get the MyWebservice.dll. How to get the service name as dll.
|
| Hmm, should I use the forums instead? | 09 Apr 2008 14:28 GMT | 2 |
Is this one of those newsgroups (like the SSIS group) that is seriously drying up on NNTP and has a much larger presence in the (ick!) MSDN Web forums?
|
| WCF 3.5 and Problem with KnownTypeAttribute | 09 Apr 2008 04:14 GMT | 3 |
I have an Interface and an implementing class (receiver) and calling class (sender) in a single DLL. The DLL is referenced in a web site that received WCF calls and also in a seperate web site that makes calls to the WCF site .svc. Why would I get an Exception about
|
| every webservice call taking 5 seconds | 07 Apr 2008 20:13 GMT | 3 |
I have built a windows app that makes calls to a webservice. Both webservice and windows apps are built with .net 2.0. The problem is... when I run the client Windows app on the dev machine, calls to the production webservice are very fast (milliseconds). When I run the exact ...
|
| Creating WC service to access custom objects in MOSS 2007. | 07 Apr 2008 19:34 GMT | 1 |
I have a Sharepoint web application where we persist custom objects as files.For this we have a helper class(which uses Microsot.Sharepoint.dll) which we use to create,retrieve and delete the objects in Sharepoint.I am a newbie in WCF.I am trying to write a WCF service which ...
|
| Dynamic web service methods | 07 Apr 2008 03:40 GMT | 6 |
I have written a web service that will take parameters for constructing a query and then return the results of that query using untyped XML. The problem is, most web service clients expect the return data to be strongly typed, or it will not handle the binding properly. And ...
|
| Aggregating web services | 05 Apr 2008 22:38 GMT | 4 |
I have an architectural question with respect to reporting against multiple web services. In other words, how have people solved the problem aggregation? For example, if I have a Customers web service and an Orders web service. When I run a report that combines and perhaps ...
|
| Need to View SOAP Messages Between Client and Web Service | 05 Apr 2008 17:20 GMT | 10 |
I have written a Web service using VS2005 and deployed it to a Web server and it is running using HTTPS. We have a person who is writing a desktop application using a non-Microsoft development tool. He is generating the requests manually and is having some difficulties. I have ...
|
| SoapExtension Problem | 05 Apr 2008 17:18 GMT | 6 |
I’ve got a problem with a custom SoapExtension that uses encryption. I am encrypting the <soap:Body> element using this library: http://www.obviex.com/samples/EncryptionWithSalt.aspx. The error that I am getting is intermittent for users (if a user tries the service again many ...
|
| WCF Fault not getting generated correctly | 05 Apr 2008 01:27 GMT | 1 |
Here is my issue. I am throwing 2 types of exceptions in my Service throw new FaultException<XmlException>(ex); throw new FaultException<ArgumentNullException>(ex); The problem is that the When the XMLException gets to the client it is
|
| aspnet_regiis.exe on Vista - Run as Administrator | 04 Apr 2008 14:17 GMT | 2 |
When I run the "aspnet_regiis.exe" command in Vista, command prompt suggests me to "Run as Administrator." . How to do this ? How to change/configure ASP.NET version to 2.0 to default website in IIS7 / Vista
|
| Problem creating setup | 04 Apr 2008 12:21 GMT | 4 |
I have developed a webservice using VSNET 2005. All works fine. Now, I want to create a setup project for deploying on another server. I followed the steps found here: http://msdn2.microsoft.com/en-us/library/6x71sze4(VS.71).aspx
|
| Method cache | 03 Apr 2008 19:14 GMT | 4 |
I have a web service with two public methods foo and faa. Neither are cached. I also have an internal method called cacheIt. This one is setup to be cached.
|