| Thread | Last Post | Replies |
|
| VS2005 Beta 2 Web Site Admin Tool? | 23 Apr 2005 14:37 GMT | 1 |
I just installed the VS2005 Beta 2 bits, and I'm having a variety of issues with the Web Site Admin tool. If I create a test web service, I can't add users because: --
|
| Passing arrays of structs from C# web service to raw C++? | 23 Apr 2005 01:22 GMT | 2 |
I have a C# webservice that returns an array of struct data back to a calling client. It works fine when tested via the ASMX page; however, I don't know how to make the call to this particular method from C++.
|
| Problem with calling .Net Web Service. XML provided. Anyone help? | 22 Apr 2005 18:11 GMT | 2 |
I'm hoping that someone will be able to help out with a problem we are having. We have a web service built in .Net 1.1. We are trying to call it from PHP4 using the NuSOAP add on. It seems the SOAP it is sending as the request isn't what the web service is looking for.
|
| Web Services and DLLs | 22 Apr 2005 17:03 GMT | 1 |
I'm new to Web Services, and doing some research on solutions to solve my business problem. I have a 3rd party DLL I would like to expose to my web applications. Can this be accomplished with a Web Service, or are there better ideas
|
| null SoapContext in WebServicesExtension | 22 Apr 2005 16:36 GMT | 1 |
I am recoding a pair of web service and client based on WSE 1.0 to 2.0 SP3. The main code change is in the process of signing the message with a X509 certificate.
|
| Running batch file from webservice | 22 Apr 2005 13:29 GMT | 2 |
I recently installed on my Windows 2003 Server the Support tools in order to create DNS using dnscmd.exe. I created a batch file called File.bat which I wanted to run from a webservice but it didn't work.
|
| Calling a Java/AXIS web service from C#? | 22 Apr 2005 09:48 GMT | 1 |
The web service I am trying to communicate is based on Java with AXIS. When trying to invoke a web service from C#.NET I am getting the error: An unhandled exception of type 'System.Web.Services.Protocols.SoapException' occurred in system.web.services.dll
|
| Web Service with Media Player | 22 Apr 2005 05:34 GMT | 2 |
I'm trying to access the media player (V10) mediacollection object from my .NET web service to return a list of media files. For some reason when i call getByAttribute("MediaType", "Audio") it does not return anything (ie. an empty playlist object), however if i
|
| Shared Object Definition | 22 Apr 2005 03:20 GMT | 1 |
I have a class (UserType) that is used in multiple web services. How do I get my client and/or web services to recognize it as the same class? More details: I have 3 related web services:
|
| Class structure / VS.net question | 21 Apr 2005 21:29 GMT | 1 |
Hi All, I'm new to VS.net, coming from Delphi, and there is something that I'm trying to clarify in my head about VS.net. Suppose you had a class Employee (Name, Age, Title, etc).
|
| Web Service returning types - BIG PROBLEMS | 21 Apr 2005 21:19 GMT | 1 |
I really hope that someone will be able to help me, because I'm desperate now! I'm a student, graduating this year, and I'm working on a thesis where C# Web Services are involved. I only have three weeks to finish it all! My GUI and Web services were finished, but I hadn't tested ...
|
| Calling long running webservice async | 21 Apr 2005 20:32 GMT | 2 |
What happens if one calls a long running (hours) webservice async from a webapplication ?? Won't the webapplication terminate before the webservice is done, making the callback method invisible?? Do one have to set the timeout of the webapplication to the max expected
|
| How to turn off WS-addressing and SW-Security | 21 Apr 2005 20:21 GMT | 3 |
I am in desperate need of help, how can I solve this problem? I decided to use WSE 2.0 Service Pack 3 since the API are much easier to use in the creation of a SoapEvelope and inserting the header and body xml manually. However, when I send the Soap message to a Unix server ...
|
| Retrieving WSDL when hosted over TCP | 21 Apr 2005 20:17 GMT | 1 |
I have hosted one web service over TCP channel over port 8888. I want to retrieve the WSDL so I posted following envelope over port 8888. <soap:Envelope xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap ...
|
| Undocumented call in MSDN article? | 21 Apr 2005 20:10 GMT | 2 |
In the article “How to: Create a Class Representing a Custom Binary Security Token” there is this line of code in an example: return AppBase.CompareArray(RawData, t.RawData); The complier complains:
|