| Thread | Last Post | Replies |
|
| WSE 3.0 table-based database authentication | 13 Dec 2005 18:26 GMT | 2 |
I am new to WSE and have been struggling with what I thought would be a simple concept. I have a web service called "Hello World". All I want to do is authenticate a user based on a username and password which I will look-up in a database. Can someone place outline the steps to ...
|
| Newbie: How to consume a xml document from a web service | 13 Dec 2005 13:35 GMT | 3 |
I searched a lot in the net, but I cannot find a example where I can read a xml file that is returned from accesing a web service. Please help me thanks, Lorenzo Jimenez
|
| Using Worker Threads in Web Service | 13 Dec 2005 13:33 GMT | 2 |
I need to perform some clean up work in response to a soap request, but don't want the client to have to wait. Are there any issues I should be aware of using threads inside of a webservice other than syncronization isssues and the like?
|
| Expose a struct ? | 13 Dec 2005 08:39 GMT | 4 |
I have a web service used for rating images (as well as storing and retrieving them), but when retrieving the comments (and ratings) related to an image i need to retrieve an array (or list) with multipls fields. Is it possible to expose a struct (and return an arraylist of this ...
|
| WSE 2.0 installation questions | 13 Dec 2005 08:24 GMT | 1 |
We have an application which uses WSE 2.0 and which will be installed using InstallShield. We need the WSE 2.0 installation to be handled silently using InstallShield, and we have a modular app which may have multiple Web services. I have searched the Web and found conflicting ...
|
| Sending a WSE 2.0 security SOAP request from HTML client VBScript | 13 Dec 2005 04:55 GMT | 2 |
I am trying to construct a WSE 2.0 security SOAP request in VBScript on an HTML page to send off to a webservice. I think I've almost got it but I'm having an issue generating the nonce value for the UserName token. Is it possilbe at all to do this from VBScript (or jscript?)? I ...
|
| VBA access to WSE web service? | 13 Dec 2005 02:31 GMT | 1 |
I have built a web service using WSE that uses "soap.tcp" as the transport. Is it possible to access this web service from VBA using the standard soap client (SoapClient30) (i.e. the stuff that's included with the "Web Service References Tool")? If so, how?
|
| Axis 1.2/1.3 interop .NET-CookieContainer problem. | 13 Dec 2005 00:19 GMT | 1 |
I'm trying to get a .Net client (C# console app) maintain a session with a Java-based web service (Axis), but it doesn't seem to work. (Of course, a Java client to the same service works fine) My C# code looks like this:
|
| Calling Interop.Excel from a web service : Access Denied | 13 Dec 2005 00:16 GMT | 1 |
Hello... I'm trying to load an excel file from a webService. When I tried to instantiate a WorkBook class, I get an access denied method. When I do this in C++ or VB, for example, I don't get the error, but I do
|
| c# assistance needed 10$/hour | 12 Dec 2005 22:20 GMT | 2 |
- i am not a beginner, books, or online tutorials don't help, please save your advises- i want to learn c# from someone who knows it well. concepts and fundamentals i currently have (gdi+, activeX, directX,
|
| Stopping .net doing a web server confirmation call. | 12 Dec 2005 21:10 GMT | 1 |
Months ago I saw an online article about speeding up web service requests by manupulating the HTTP request process. Possibly its a System.Net property that can be set so that the client doesn't do a quick check to see if the server exists and then send through the
|
| Webservice - removing part of input string parameter | 12 Dec 2005 20:04 GMT | 1 |
Another party is sending inputdata to our Web Service, InputDataWS, The other party is using a regular http get request, for some reason the last part of the string is cut off [WebMethod]
|
| Security requirements are not satisfied because the security header is not present in the incoming message | 12 Dec 2005 19:59 GMT | 1 |
I get following exception every time I run my service thru ordinary IIS instead of Default IIS in VS.NET Studio. My service is a simple 'Hello World with certificate policy. My client is simple ASP.NET Web Site with one button and textbox. I use Certificate Policy
|
| How to call Web Service from ASP | 12 Dec 2005 17:10 GMT | 5 |
Does anybody know how to call a web server from an asp page? Thanks In Advance
|
| Call Web Service using HTTPWebRequest | 12 Dec 2005 16:55 GMT | 1 |
I have asimple web service: <WebMethod()> _ Public Function ReSample(ByVal sInput As Integer) As String Return sInput * 5
|