| Thread | Last Post | Replies |
|
| Web Services Question | 17 Apr 2008 11:02 GMT | 4 |
I am developing a C# client app using VS 2008 that consumes a 3rd party web service. My question is how/where in my IDE/Debugging session can I visually see the actual XML message that is being sent to the web service? To debug specific cases, the other party wants to see the ...
|
| XML Deserializing issue | 17 Apr 2008 08:56 GMT | 6 |
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
|
| DIME WSE 2.0 in .NET 2.0 | 17 Apr 2008 07:23 GMT | 12 |
I know this is an old question but I cannot find any of the previous posting wrt this issue. We are finally upgrading to VS 2008 and .NET 3.5 from VS 2003 and .NET 1.1. We have Windows forms, ASP.Net code and Windows services that interface with
|
| WCF Service and Collections | 17 Apr 2008 02:30 GMT | 4 |
I am using the svcutil parameter: /ct to obtain IBindingList from WCF Service. I can exclude some collection or some WCF service methods from this conversion? I have some strongly typed custom collections, which are
|
| Handling WebService client side exceptions | 16 Apr 2008 18:02 GMT | 1 |
I have a Windows C# application that is trying to invoke a remote WebService (both mine). My problem is that trying to call the VSNet2005 generated async methods on the service can throw exceptions that are not caught and returned to the client.
|
| Simple authentication and authorization between applications? | 16 Apr 2008 09:45 GMT | 7 |
I will develop a new .Net 3.5 application that will have a webservice interface that will be called by a couple of external systems developed in .Net 2.0 or later. The applications are all on our intranet and security has so far not been a
|
| WCF MaxClockSkew for TransportWithMessageCredential security eleme | 16 Apr 2008 03:53 GMT | 8 |
I'm trying to increase the MaxClockSkew for our WCF bindings through code in my service host and client. From various forums etc, I have got this far: public static void InitializeEndpoint(ServiceEndpoint endpoint)
|
| GC.Collect() not cleaning memory, how to find out what references to lots of memory still exist? | 16 Apr 2008 00:32 GMT | 1 |
GC.Collect() not cleaning memory, how to find out what references to lots of memory still exist? When all my processign is done i set everything to null and then: GC.Collect();
|
| GC.Collect() not cleaning memory, how to find out what references to lots of memory still exist? | 16 Apr 2008 00:32 GMT | 1 |
GC.Collect() not cleaning memory, how to find out what references to lots of memory still exist? When all my processign is done i set everything to null and then: GC.Collect();
|
| Removing Timestamp from a SOAP message with WSE 3.0 | 15 Apr 2008 17:45 GMT | 1 |
I'm developping an WSE client application that calls a webservice with WS-Security. I'm sending a SOAP message like ************
|
| Cannot serialize datatable (sometimes?) | 15 Apr 2008 17:31 GMT | 1 |
In VB (VS2005), I have developed a web service that represents my business and data layers. I have a written a windows client that consumes the web service. I am having trouble, on my customer's network, handling some properties of a class returned by the web service while debugging ...
|
| DataSets and default columns | 15 Apr 2008 03:38 GMT | 3 |
We have a 3 tiered application. Table <tblx> resides in SQL2005, the DataSet <dsx> is defined in the web service. The client creates instances of <dsx> and passes them to the web service for storage/processing. The table <tblx> has a column "EntryDate" with a default value of
|
| Quetion about WSE UsernameTakenManager | 14 Apr 2008 05:19 GMT | 1 |
it look like WSE 3.0 is reusing the TokenManager instance between calls to the webservice. Is this by design? I created a custom tokenManager by extending UsernameTokenManager and added a private field for my custom user object.
|
| WCF hosted in a webservice | 14 Apr 2008 03:27 GMT | 3 |
I have a web service hosting a WCF library, which works fine but produced a strange signature when interacting with vs 2005/2.0 clients. My method takes 3 strings and returns a bool as below. bool CanRun(string appName, string userName, string function);
|
| "The request failed with HTTP status 404: Not Found." | 12 Apr 2008 12:02 GMT | 1 |
I'm trying to access a webservice from internet through my C# .NET application. First i got a proxy 407 error and i solved that by assigning some proxy address used in my company network.
|