| Thread | Last Post | Replies |
|
| Web Service Issue | 21 Feb 2005 11:22 GMT | 4 |
The Application that my company built runs off of Web Services. The problem that we are having is that there are three programmers developing on these Web Services at the same time. When ever one person creates or edits a web service, it seems like the other web services don't ...
|
| newbie-webservice | 21 Feb 2005 07:51 GMT | 1 |
I wrote a web application and wants it hosted by an ouside server. Which hosting company will host a .net web application? Any suggestions will be appreciated. Thanks in advance.
|
| Adding a Progress Bar to a Web Service Client | 21 Feb 2005 05:32 GMT | 3 |
The client app that I am developing is calling a web service that may take a long time to execute. I want to include a progress bar in my client that is attempts to show the relative time left to complete the current task. I am using the MSDN article by Matt Powell entitled ...
|
| calling DCOM from within a web service | 20 Feb 2005 21:08 GMT | 1 |
I have an COM+ object on machine A. I can call it from a Windows Form app on machine B using the Activator class. However, when I try doing it from a wev service I get a System._ComObject instead of my intf. I tried to call
|
| ASP.NET Certificate Problem on Windows 2003 | 20 Feb 2005 19:03 GMT | 1 |
Im having a problem when i try to get the response of a WebRequest. The error is "The underlying connection was closed: Could not establish secure channel for SSL/TLS.". The code is working fine in a Windows 2000/XP environment but it raises the
|
| VS.NET: "Add Web Reference" w/ certifcate & login? | 19 Feb 2005 16:39 GMT | 5 |
i am working w/ a partner company's webservice, which they wrote in java. using a provided webservice.wsdl file, i am able to compile it into a proxy class, webservice.dll. i can add this assembly reference to my
|
| Message/Password Encryption | 19 Feb 2005 13:07 GMT | 1 |
I have a web service (c# .net 1.1) which is validating some credentials before processing a certain request. Initially I was only encrypting the accual passwordstring such as: <password>encryptedpassword</password>
|
| newbie-webservice | 19 Feb 2005 12:59 GMT | 1 |
I wrote a web application and wants it hosted by an outside server. Which hosting company will host a .net web application? Any suggestions will be appreciated. Thanks in advance.
|
| Web Service Question | 19 Feb 2005 06:29 GMT | 1 |
I stated a question about Web Service Issues earlier, but I wrote the question poorly. I started a new thread to explain myself better. Say that there are 2 developers that are developing Web Services from within the same project (which links to a web site hosted on our ...
|
| inputTrace.config can't be read because it is being used by the process of aspnet_wp after it's generated by wse2. | 19 Feb 2005 01:38 GMT | 5 |
When I use WSE2 to secure soap messages, I add "<trace enabled="true" input="inputTrace.config" output="outputTrace.config"/>" to the web.config file of Webservices. Thus the soap messages are put down in the two files of "inputTrace.config"
|
| Read\Update XML file | 18 Feb 2005 21:24 GMT | 1 |
Hi.. I m just trying to learn using XML file as a datastore. I am reading a dataset from a XML file and then trying to update the XML file with some changes in the dataset.
|
| Best way to export XML from a web service. | 18 Feb 2005 18:58 GMT | 4 |
I have a web service that is returning several data elements. Currently I am just exporting as a single string element with Pipe delimiters between my data. How do I "return" my data elements as an XML structure (rather than one big
|
| What do I need to know to program web services? | 18 Feb 2005 18:54 GMT | 1 |
Folks, My boss has given me an assignment. Another company hosts web services, and he wants me to write an internet application that uses them.
|
| Web References bound at run-time or compile-time? | 18 Feb 2005 18:51 GMT | 4 |
Are Web References (WSDL references) bound/refreshed/updated/downloaded/whatever at compile-time or run-time? I'm trying to understand more about the necessity of WSDLs. If I distribute a rich client that has been bound to a WSDL at compile-time, and that WSDL
|
| How do I handle errors??? | 18 Feb 2005 18:49 GMT | 2 |
All, I am capturing a SQL constraint exception in my web service and am attempting to "throw" it back at my asp.net page so I can put up an alert box. For some reason I lose the contraint error and the web page sees it as
|