| Thread | Last Post | Replies |
|
| Move/Migrate Web Service to another Server | 27 Jan 2004 16:59 GMT | 3 |
I have an asmx file on Server A that contains 2 webmethods and works properly. I would like to move this to Server B, which has an identical application structure, minus the asmx folder/files.
|
| Beware scorpion53061(theft) | 27 Jan 2004 15:17 GMT | 1 |
This individual is stealing other peoples code and claiming it as his own. The proof is when I asked him to explain his code he would not. For proof view these threads in dotnet.languages.vb
|
| IMPERSONAT webservice to separate sql box | 27 Jan 2004 13:48 GMT | 2 |
I have a similar problem i have set up a 1 sql server 1 web server 1 client and cannot pass through my identity turned on impersonate in webconfig only NT auth is on for IIS
|
| webserivce reference without default url | 27 Jan 2004 12:42 GMT | 1 |
I add a webreference to a webservice. I set the URL Behavior to dynamic and set the url with the web.config It works well I check the reference.cs and there I have a default URL pointing to the URL I used to bind the webservice Does anyone now how to have dynamic webreferences and ...
|
| Calling Webservice from MS Word | 27 Jan 2004 03:24 GMT | 6 |
I was wondering if its possible to call a web service from MS Word, Excel or Outlook. If so, are there any examples avaialable? Thanks Suneet
|
| Userland Frontier Interoperability | 26 Jan 2004 16:52 GMT | 1 |
Newbie question here, so please bear with me as I'm sure this has cropped up before. I'm trying to develop a Proxy Client than connects to a Userland Frontier WebService. However, I'm told that the WebService does not use wsdl or
|
| ASP DATE between NOW and 24 HOURS earlier. | 26 Jan 2004 09:23 GMT | 3 |
How would I write in SQL or ASP the following?: Count number of Database Records between NOW and 24 HOURS EARLIER? I know how to retrieve recordsets etc - its just the date thing I cant grasp. I am stuck getting the 24 hours earlier data capture.
|
| Web service for ColdFusion MX consumption | 26 Jan 2004 07:01 GMT | 1 |
I need to create some services for an application that needs to be called from a ColdFusion MX software. What is the best/easiest way to return a DataTable in a format that will be compatable? I have created a few functions that return DataSets, but after looking at the
|
| currency conversion webservice | 26 Jan 2004 06:58 GMT | 1 |
I'm looking for a good webservice to use. Do you know any? Thanks.
|
| xml serialization of private fields | 23 Jan 2004 15:34 GMT | 2 |
I have a web method that returns a struct, and all the fields in the struct, which are marked as public, get nicely serialized to xml. However, what I really want is the fields to be private so the struct can only be treated as a "black box". From everything I have read it seems ...
|
| Web servive asynchronous call fails | 23 Jan 2004 13:44 GMT | 4 |
Hi I created a webservice with a simple we method to increment a number passed from the client(a console app) . Then i call this web service method asynchronus mode from the client. I create a callback function and call EndXXX(XXX denotes the function name) in the callback ...
|
| WS Interoperablity: plug-and-play, plug-and-pray, or plug-and-pry? | 23 Jan 2004 08:53 GMT | 2 |
Are web services interoperable? The debate continues. The answer is yes and no. The real question is when, where, and how much. Here's a set of metrics for measuring web service interoperability (PDF) http://www.stateware.com/pdf/Second Generation Data Web.pdf.
|
| Usual Values for WebService.Timeout? | 23 Jan 2004 07:11 GMT | 1 |
Hello NG! The default for the timeout of an WebService is 100 seconds. I think, this is a long time to let the user know, that the server isn't reachable (with the specified url).
|
| Soap Extensions | 23 Jan 2004 05:45 GMT | 4 |
Hello Al I have to invoke a Web service that expects a MIME message that contains a SOAP message. The SOAP message's header contains a security token that accords the WS-Security specification I am guessing the Web service's client must undertake a couple steps (1) It must build ...
|
| multithreading with webservices | 22 Jan 2004 20:23 GMT | 2 |
i have this issue: i'd like to create a method which simultaneously accesses 6 different search engines to look for some keywords and gives me quick answer if my website was found in first 10
|