| Thread | Last Post | Replies |
|
| Temporary Flat Files | 08 Mar 2005 02:20 GMT | 3 |
I have an ASP 3 application that I am converting to and improving with ASP.NET. This application creates two temporary flat files and appends them to an SMTP mail message that it then sends. Can I use the Cache in ASP.NET for a similar purpose instead of writing to
|
| problem trying to create a web service from VS 2003 | 08 Mar 2005 00:41 GMT | 2 |
When I try to create a web service type project VS tell me that the web service is not started on the webserver. Doesn't VS create this for me or do i need to do something in IIS first? Is there a walkthrough for setting up IIS and webservice?
|
| SoapClient vs. WebServicesClientProtocol | 07 Mar 2005 20:07 GMT | 1 |
Can someone please point out the differences between SoapClient (generated by wsewsdl2) and WebServicesClientProtocol? (Or, provide me a link that breaks down the 2 and compares them). Thanks.
|
| error adding a proxy in the code behind aspx page | 07 Mar 2005 19:48 GMT | 1 |
Why cant i add a proxy(service) in the following code...this aspx.cs using System.ComponentModel; using System.Data; using System.Drawing;
|
| Deployment Project | 07 Mar 2005 19:34 GMT | 1 |
I need to make deployemnt project for my Web service in Visual Studio .NET. But I do not know how I can set custom DNS name for my web service e.g. my Web service should run on domain specialWebServices.myProjectName.edu ?
|
| Custom Events in Web Services | 07 Mar 2005 19:30 GMT | 1 |
I have created a class with custom events. The delegate for the event is created before the class is declared. This event works fine when deployed locally. I convertied the Class into a Web Service, by adding the appropriate
|
| code security | 07 Mar 2005 19:29 GMT | 2 |
I need to deploy my 1st web application. It means that I have to copy my web application on a remote websever for the deployment. If my web application is deployed on a remote webserver does it mean that
|
| compile the proxy code error in .net 2003 command promp | 07 Mar 2005 19:10 GMT | 1 |
in command promet use csc compile the proxy code : C:\Inetpub\wwwroot\Test>csc /out:TestProxy.dll /t:library / r:system.web.dll, system.dll, system.xml.dll, system.web.services.dll, system.da
|
| Help! Web service can't be accessed! | 07 Mar 2005 19:09 GMT | 3 |
I encountered a problem caused by calling a web method and returning a derived class one of whose property overrides its base property. Definitions of the two classes are as follows: public class Class1
|
| Problem Calling Client Web Service | 07 Mar 2005 18:59 GMT | 2 |
I am calling a web service that a client has set up for me to call. I am using Visual Studio 2003 with C# to call the web service. They are telling me on that on their side that the xml I send over to the web service needs to be a single line with no line breaks. Is there any
|
| Dealing with WSDL file in deifferent location than webservice | 07 Mar 2005 18:57 GMT | 4 |
We have a Webservice we need to access. Usually I would go to Visual Studio and simply add a Web Reference and call this reference from my code. But in this case the Web Service is on a server which I cannot access at design time. However, they have provided me the WSDL file. ...
|
| How could I invoke a webservice with some nillable values | 07 Mar 2005 18:46 GMT | 2 |
In document mode, I want to fill some values in my SOAP Request with literal values but I want also pass "null values" on it to set to blank distant data like datas, addresses, ... and so on, as I will reset them.
|
| Proxy authenticated required | 07 Mar 2005 15:53 GMT | 1 |
I am trying to call a web service from behind a MS ISA Server on a sbs2003 machine. The calling program is coming up with this error; The request failed with HTTP status 407: Proxy Authentication Required ( The ISA Server requires authorization to fulfil the request. Access to the ...
|
| Client Updater VB.Net Application Question | 07 Mar 2005 15:44 GMT | 1 |
I am looking for a way to distrubute my client application. Once I distrubute my application, I will want it to automatically update itself. I will put the new files on the webserver. I have seen examples of this on the web. But none of them are good. Does anyone know any resource ...
|
| C# client consuming a Java Axis (1.2RC2) web service | 07 Mar 2005 10:25 GMT | 5 |
I'm sure this topic has been "around the block" a few times, but I have not been able to find ANY solutin that fits this particular problem. I have written a Java Axis web service that has a method which returns an object with the following characteristics:
|