| Thread | Last Post | Replies |
|
| WSE 3.0 Released on MSDN | 10 Nov 2005 08:23 GMT | 3 |
The final release of WSE 3.0 is now available on MSDN here http://msdn.microsoft.com/webservices/webservices/building/wse/default.aspx This is a feature rich release an overview of which is covered in the product ReadMe
|
| .asmx files vs .aspx | 10 Nov 2005 05:05 GMT | 3 |
I heard a scenario from my friend who tells me that they discourage the use of .asmx files to return XML data (AJAX), instead they ask him to write it as .aspx page. The reason he was told, was that .asmx services perform a tad slower than their .aspx counterparts.
|
| Serialization issues using .NET Framework 2.0? | 09 Nov 2005 12:09 GMT | 3 |
I'm currently facing a problem with a mixed environment using .NET 1.1 and .NET 2.0 web services. We have a client application (the "client", system 1) running on .NET 2.0/WinXP, calling our web service (The "Web Service Server") running on a
|
| multirefs returned by the server | 09 Nov 2005 12:03 GMT | 3 |
I am writing a C# client (using .NET 1.1) to a web service built on Apache Axis. The server returns an array using multirefs but the C# client does not seem to be able to recognize it.
|
| Dynamically Calling Several Web Services | 09 Nov 2005 11:35 GMT | 1 |
I am not sure if this approach is feasible. But i have a timesheets application that works for several small organisations. One of the companies has a small office in South Africa and cant access the system remotly due to poor Intenet connections.
|
| Soap exception not raised. | 09 Nov 2005 11:22 GMT | 1 |
I am making a webservice call into to a PeopleSoft service and everything works except raising exceptions. As an example if I fail authentication I get the following response: <?xml version="1.0"?>
|
| Using DCOM in a webservice == Requested registry access is not allowed. | 09 Nov 2005 11:11 GMT | 1 |
I currently working on a webservice which calls a DCOM object! The webproject works just fine when i run it in Visual studio 2005. However due to some compability issues with .NET 2.0 and the server which my webservice uses I have to use Visual Studio 2003 and a older .NET
|
| Better way to call the web service ? | 09 Nov 2005 11:04 GMT | 2 |
Hi Experts: I have a web service which retrieves user profile from Active Directory and a Database. Just wonder, which one is better way to use the web service if I need to retrieve 100 users profile:
|
| How to Iterate through WebService | 09 Nov 2005 11:01 GMT | 1 |
I'm consuming a WebService which is declared as String. When I read it I got a string, which is ok. But they tell me it also contains several fields (they built it in some Borland language), they also say that the string i'm getting is the first of
|
| smartclient: posting record through webservice (URGENT) | 09 Nov 2005 04:59 GMT | 5 |
What is wrong with this [WebMethod] public bool syncTOmysqlcon(string Query) {
|
| Limiting access to Web Services | 08 Nov 2005 20:02 GMT | 2 |
Firstly, I apologize if this question has been already answered. I have been searching for a while and haven't found anything. I am building a system where two servers need to exchange messages asynchronously. The servers are at remote sites. There will likely be
|
| Add-in Error Msg in VS.net 2005 | 08 Nov 2005 17:55 GMT | 1 |
There was no error while installing VS.net 2005 and WSE 3.0 (final release). In VS.net 2005, On click of "WSE settings 3.0 ...", I got the following message and this menu option got removed permanently. The message details are
|
| Code based Integrated Windows Authentication | 08 Nov 2005 14:58 GMT | 1 |
Windows 2003 IIS6 Forgive a newbie. I am new to C#, mostly worked with perl (please, no gasps of horror or derision!).
|
| Error in proxy class | 08 Nov 2005 11:21 GMT | 1 |
Hello, I have the following problem. I used the wsdl.exe to generate the proxy class of some web service. It works fine, until I get the error "An unhandled exception of type 'System.ExecutionEngineException' occurred in
|
| Inheriting Consumed WebService Class | 08 Nov 2005 03:56 GMT | 2 |
Is it possible to inherit a class that is a part of a Consumed Webservice? I have been trying to get this to work and i cant seem to figure it out. When i look at the "code-behind" (for lack of a better word) for my consumed webservice, it is just showing public variables for my ...
|