| Thread | Last Post | Replies |
|
| Different urls to same ws? | 08 Jan 2004 08:26 GMT | 1 |
We are developing a web service that needs to use several databases (each company that uses this web service has their own database). Is it possible to create a different url for each database and still use the same web service?
|
| Proxy object error | 08 Jan 2004 05:57 GMT | 1 |
I have created a relatively simple (client-side) application that accesses several web services from a server. I am using proxy objects to reference these services in the main (root) object: Private m_objSessionServices As SessionServices.SessionServices
|
| HttpWebRequest | 07 Jan 2004 04:57 GMT | 2 |
Thanks again ... i'm sorry, May be my problem was not explained properly. i need to read from console app several HTML content. i know how to do that with HttpWebRequest and
|
| Monitor WebService performance | 07 Jan 2004 00:02 GMT | 3 |
Has anyone tried this tool http://www.amberpoint.com/solutions/express.shtml are there other tools that have a similar functionality that you all recommend? Thanks & Regards Sunil
|
| Newbie, got the wsdl soap, now what?? | 06 Jan 2004 22:06 GMT | 2 |
I wrote a webservice, then I called the WSDL file, and it says the code below is the request, but there are no instructions on how to use it. What do I do next? POST /aspnet_sample/simple_test.asmx HTTP/1.1 Host: www.astro-matchmaker.com Content-Type: text/xml; charset=utf-8
|
| Session ID | 06 Jan 2004 16:11 GMT | 1 |
Please, how can i get the Session ID of an user from within my webservice? Every call to my webservice from the same user get the same Session ID? Tks in adv.
|
| content management | 06 Jan 2004 15:20 GMT | 3 |
is there any free resource on the internet for content management system? thanks
|
| Create a Report Web Service on a server | 06 Jan 2004 07:18 GMT | 2 |
I?m trying to post a Crystal Report as a web service. Here are the steps I?m following: 1. In Visual Studio, from the File menu, point to New, and click Project.
|
| Dataset & XML | 05 Jan 2004 19:51 GMT | 4 |
I have a web service with a method which returns a dataset.getXML ( a string), i want on a vb.application with COMPACT FRAMEWORK to create a dataset from this string. In Net.framework i just type: oDataset.readXML(new
|
| Server will not display ASP and ASPX pages | 05 Jan 2004 14:49 GMT | 1 |
I'm new to this forum, so sorry if this problem has been listed before. I am working on an Intranet site within an organisation and the web server has developed a fault where it won't serve asp or aspx pages (it will display html pages).
|
| web service running on same thread | 05 Jan 2004 08:27 GMT | 1 |
I have 2 web services (WS1 and WS2). The sessionstate of WS1 is InProc and the sessionState of WS2 is Off. WS1 is calling a web method on WS2 from 2 different threads (i.e. WS1 triggered from 2 different sessions on different browsers) simultaneously. However, the called web method ...
|
| WebServices and FileNotFoundException | 04 Jan 2004 10:23 GMT | 1 |
I am a newbie to Web Services. I have been struggling with a very strange problem for days. I want to write a simple "Hello World" Web Service, which I want to invoke from a browser.
|
| Mail via ASP | 03 Jan 2004 21:24 GMT | 1 |
Ik ben nog niet zo op de hoogte op het gebied van ASP, maar laatst heb ik geprobeerd een script te schrijven om een e-mail vanaf een asp-pagina te verzenden. Dit is me echten niet gelukt. Het enige dat er op m'n pagina verscheen was:
|
| XML Web Service Client Deployment Failure: 401 Access Denied | 03 Jan 2004 13:41 GMT | 1 |
I am new to web service. My goal is to create a simple web service, and a web service client to test the web service. When I created a web services, HelloWorld() method is generated automatically and I use it for testing purpose.
|
| HttpWebRequest | 03 Jan 2004 12:15 GMT | 3 |
i need to read about 100 diffrent html pages from my site, every 1 hour, i do it with HttpWebRequest and HttpWebResponse and wth full success,
|