| Thread | Last Post | Replies |
|
| Generic WebService | 10 Mar 2006 08:31 GMT | 2 |
I am working with a webservice developed by my team some time back and found a problem with it. All the web service methods returned a dataset instead of a more generic object . Clearly this is not the best way to develop a web service because it is so tightly coupled ...
|
| Cross Threading error on Wesbervice Completed Event | 10 Mar 2006 03:29 GMT | 2 |
I have a dotnet 2.0 web service method that I execut asynchronously using the auto generated method. I catch the event using this Private Sub Event_Completed(ByVal sender As Object _
|
| WSE 3.0, Windows2003 and Kerberos | 09 Mar 2006 23:03 GMT | 3 |
I want to use WSE3.0 with Kerberos, to secure client calls to a WebService. I have 2 servers (Win2003). The first one is used for Active Directory and the other for IIS6 with my WebService application. My client application run under WinXP SP2 and all are under the same domain ...
|
| Print at Server using Web Services | 09 Mar 2006 20:16 GMT | 2 |
Is it possible to print on the server using Web Services? I have a CE app that reads and writes to the database using Web Service. I would like to print a Summary of each transaction after it is done. Since I cannot print from the CE device, I would like to print it on the ...
|
| compiling webservice using csc.exe | 09 Mar 2006 18:29 GMT | 1 |
if i build using visual studio no problem everything works great. if i use csc.exe to compile webservice, and everything works fine. except writing to log. i have some code in global.asax and also trace entire webservice which
|
| Odd Ball Situation | 09 Mar 2006 18:26 GMT | 3 |
Never seen anything like this. I have a C# app on the web that executes as expected, except for one subdirectory. In this particular subdirectory, the application fails to execute the C# code and just returns the code as static HTML.
|
| Deserialization and casting problems | 09 Mar 2006 16:43 GMT | 5 |
I am consuming a web service and using the generated Reference.cs to access the service and the objects associated with it. I have run into a problem where some inherited classes are not being deserialized. I have verified that the XML being returned by the service
|
| WSE 3.0 encrypted key and derieved key | 09 Mar 2006 12:49 GMT | 4 |
Can somebody explain to me when does the encrypted key is bneing used and when does the derieved key is being used when securing soap messages? Thanks
|
| nullable types and the wsdl generated by Studio 2005 | 09 Mar 2006 10:35 GMT | 1 |
Assume I have the following web method... [WebMethod(Description="Get rows from xyz filtered by the ParentID column.")] public xyzStructure StructureProvider_GetByParentID(System.Int32?
|
| More or less? | 09 Mar 2006 10:23 GMT | 2 |
At a big project that will use WS for communications between the clients and the server, what's the best approach in terms of performance? A few WS with hundreds of webmethos or many WS with a few webmethos (if this does matter, of course). Thanks Max
|
| Error creating web-reference to a webservice running under SSL | 09 Mar 2006 09:39 GMT | 2 |
I'm trying to create a web-reference in my winapp. to a webservice which is running under SSL. The URL requires a client certificate, which I've installed. When I call the URL in a IE browser the service responds ok (after selecting the appropriate certificate in a popup).
|
| Is WSE 2.0 compatible with .NET 2.0 ? | 08 Mar 2006 17:43 GMT | 1 |
I have installed WSE 2.0 SP3 and if I right-click my project in VS 2003 I get the option "WSE Settings 2.0". I don't get this option in VS 2005. Does this mean that WSE 2.0 is not compatible with VS 2005 and .NET 2.0 ? Thanks,
|
| XmlSerialization serializing with xsi:type specified | 08 Mar 2006 16:52 GMT | 4 |
I am developing a Web Services interface with C# and our partner is using Java (Axis 1.1). They require me to include xsi:types in the SOAP Messages I send them. For example: <Partner xmlns="urn:partner.xxxxx.com">
|
| WSE Settings Tool does not appear | 08 Mar 2006 09:47 GMT | 3 |
Using VS2005 and have WSE 3.0 installed yet the Setting tool option is not available. The Add-In manager in VS2005 says that the WSE Settings 3.0 is started yet I do not get the appropriate content menus.
|
| XML-tags and WSDL | 08 Mar 2006 08:31 GMT | 1 |
Can anyone point me a documentation that show what kind of XML-tags are existing when you whan to modify your wsdl file? I understood that the only way to modify .NET Webservice's wsdl is to embed XML tags into code, I'm I rigth? So, any help appraised.
|