| Thread | Last Post | Replies |
|
| Webservices vs Stored Procedures | 06 Oct 2005 20:18 GMT | 3 |
Can anyone give me a GOOD reason for opting to use webservices on an internal network for processing that will never be exposed directly to the public? I'm rather adamantly against going this route and would rather continue using Stored procedures and let the web/application ...
|
| Call Webservice with Class | 06 Oct 2005 19:41 GMT | 2 |
I'm new at WS but having fun (for the most part) using RC1 of VS2005. The following code is the sum total (so far) of the Web Services layer on my 2003 IIS box. Behind this is a DLL that contains the actual class definitions that are referenced here. I have a client that is
|
| Local Drive File Permissions | 06 Oct 2005 19:29 GMT | 2 |
Sorry for the cross post. I posted this in web services general, but after thinking about it, I think it will get more hits here in asp.net web services. I'm on Windows XP Pro running a web service on my local pc (which will eventually be moved up to a server). I need to access ...
|
| WSE3.0 Installation problem | 06 Oct 2005 19:21 GMT | 1 |
While installaing WSE3.0 I get the below error and the installation fails: Error 1722. There is a problem with this Windows Installer package. A program run as a part of the setup did not finish as expected. I redownloaded the msi and and tried again, but got the same error. I had
|
| Capture Outbound XML Stream | 06 Oct 2005 19:20 GMT | 1 |
I’m looking for a way to capture the outbound XML stream of a web service call. I need to be able to save these communications to SQL Server. Is there any way to do this within the framework?
|
| Serializing Complex Objects in Web Services | 06 Oct 2005 19:18 GMT | 2 |
I have an object that wrote the serialization for to use with Remoting and now I would like to use it with Web Services. The object consist of a short and a string value (lets call it Item). This object is then contained in an array that constains at string (lets call it ...
|
| Oct CTP Install Error | 06 Oct 2005 18:45 GMT | 1 |
Downloaded 11MB Oct WSE 3.0. And get this error every time after it starts the progress line: Error 1722. There is a problem with this Winodws Installer package. A program run as part of the setup
|
| WSE3.0 Oct CTP on VS2005 RC | 06 Oct 2005 12:40 GMT | 1 |
Hi group. Wonder if anyone can answer if the just released WSE3.0 Oct CTP installs (and runs and works) on a VS2005 RC installation? Thanx in advance
|
| Timeout value at the client proxy | 06 Oct 2005 03:13 GMT | 4 |
How can I increase the HTTP Timeout value at the client side? Thank you, Alan
|
| Can I use Application Center Test for web service stress test? | 06 Oct 2005 02:02 GMT | 4 |
Can I use Microsoft Application Center Test for Web Service stress test? Is it a right tool to do web service stress test? Do we use the same tool in VS 2005? Thank you,
|
| WSE Config Options through Code | 05 Oct 2005 20:51 GMT | 1 |
I have a following app.config file (in client side code): <?xml version="1.0" encoding="utf-8"?> <configuration> <configSections>
|
| ASP.NET web service | 05 Oct 2005 12:50 GMT | 2 |
Hi I have a quick question about asp.net web service . I am developing a web system using Visual studio.net ASP.NET and VB .net . I have been told to make some aspx pages . I have got the project specification
|
| Chr(13) : LOST | 05 Oct 2005 12:47 GMT | 1 |
We have a problem with the Chr(13) and WebServices (we are using VB.NET 2003). If we have a string that contains the Chr(13) and the Chr(10) (just the vbCrLf characters) and we pass it through a web service call, then the web
|
| Get the requested WebMethod name in Global.asax | 05 Oct 2005 10:53 GMT | 2 |
surely simple enough, but I got stuck on this one: I want to use the Global.asax file to log every call to a webservice method. For this, I'm using the Application_BeginRequest method. The problem now is: how can I get the name of the method the client
|
| File access problems | 05 Oct 2005 07:14 GMT | 1 |
I have what seems to be a common problem, but the solutions I've found don't seem to work. I would like to use a web service to create a file at a UNC location in a shared file. Currently I'm just running it locally and saving the file locally using my machines UNC path.
|