| Thread | Last Post | Replies |
|
| Defining an EndpointReference in WSDL | 11 Nov 2004 22:41 GMT | 1 |
I have a locator style service that returns an EndpointReference as a response, how do i define this in the WSDL so that the wseWsdl2 tool will generate the correct code. I tried adding an xsd:import for http://schemas.xmlsoap.org/ws/2003/03/addressing namespace, and using an
|
| router, windows authentication and passing credentials | 11 Nov 2004 22:13 GMT | 1 |
I'm designing a system consists of 3 parts: 1.web client app 2. web service router 3. web service
|
| what do i need to enable accessing of webservices from a clients PC ?? | 11 Nov 2004 21:44 GMT | 4 |
what do i need to enable accessing of webservices from a clients PC i'm hosting some webservices from my server in VB.NET. i've got some client windows applications done in VB.NET. what have i got to install on the clients PC to be able to access these
|
| collect web service client ip | 11 Nov 2004 20:48 GMT | 1 |
I have created a web service i would now like to capture the clients IP address when a request is performed. I have tried to use the Request.ServerVariables["REMOTE_ADDR"] without
|
| Dropdownlist onselectedIndexChanged event not fires | 11 Nov 2004 12:44 GMT | 1 |
I have 22 years of over all experience in programming but just recently started to learn WEB applications, and started to write my first application in ASP.NET(VB) using VISUAL Studio .NET 2003
|
| ASP.NET User created on my system? | 11 Nov 2004 01:05 GMT | 2 |
Sorry to ask a question that is probably mundane to you all here but I have two systems at work that mysteriously created an ASP.NET user account seemingly on their own. I don't know if these accounts can be deleted or even what they are doing there. What I do know is that one ...
|
| How to get WSE to authenticate a token using custom hashing algori | 11 Nov 2004 00:14 GMT | 10 |
Here's the problem: Our database contains usernames/hashed passwords and I need to get WSE to authenticate against it. But the issue is, that the hashes that are stored have been created using a custom hashing algorithm that does not match the algorithm defined in WS-Trust...
|
| 401 Error on Windows 2003 Server Accessing Web Service | 10 Nov 2004 22:44 GMT | 1 |
I have a web service running on 2003 Server. The client app running on the same machine gets a 401 error, but browsing the web service in IE poses no difficulty - even on other machines.
|
| is there a webservice for get the current time? | 10 Nov 2004 19:54 GMT | 7 |
is there a webservice for get the current time? I am looking to get the current time via a webservice and then set the time of the server. Regards,
|
| Web Service receives lots of types of requests | 10 Nov 2004 19:51 GMT | 3 |
I am going to be writing a web service in Visual Basic .NET internally for my company. This web service is going to be setup to send various kinds of messages to the internet since the main production servers currently reside in the DMZ. The main production servers are in the ...
|
| Can't install WSE 2.0 SP1 | 10 Nov 2004 19:29 GMT | 8 |
I get the following error when I try to install WSE 2.0 SP1 (tried the "Developer", "Visual Studio Developer" and "Custom" options): Error 10001.InstallUtilLib.dll: Unknown error in CorBindToRuntimeHost (0x80131700).
|
| Upload/Download Files Via WS | 10 Nov 2004 16:20 GMT | 3 |
I'm involved in developing an application which has the need to transfer files automtically once a laptop is connected back to the network. The application i'm developing will automatically realize the network is available and thus pass a file to a web service that will know what ...
|
| retrieve arraylist returned from webservice | 10 Nov 2004 15:20 GMT | 2 |
I want to return an ArrayList from my web service. I can write this part and everything compiles but I can't get the web application that uses the web service to compile. I call the service aynchronously so then in my code I have this to retrieve the ArrayList object.
|
| Passing a "custom object" to a webservice? | 10 Nov 2004 15:02 GMT | 3 |
I'm very new to dot net programming and webservices programming. I've managed to create simple webservices so far. Here's my problem: -I've been given a project which needs to have a proprietary algorithm
|
| build proxy with wsdl.exe (Error: Unable to import binding) | 10 Nov 2004 14:29 GMT | 2 |
I'm trying to build a proxy for this webservice: http://webservices.sabre.com/wsdl/sabreXML1.0.00/tpf/EndTransactionLLSRQ.wsdl I'm getting the following error: Error: Unable to import binding 'EndTransactionSoapBinding' from namespace 'http
|