| Thread | Last Post | Replies |
|
| Running a batch file from a WebService | 21 Apr 2005 19:50 GMT | 2 |
I recently installed on my Windows 2003 Server the Support tools in order to create DNS using dnscmd.exe. I created a batch file called File.bat which I wanted to run from a webservice but it didn't work.
|
| Server Application Unavailable | 21 Apr 2005 19:47 GMT | 1 |
Hi I've built a solution that connects to an ODBC data source. The data source is from a native Navision 4.0 database. I've been able to do this through a Windows Application project.
|
| Policy file is really necessary? | 21 Apr 2005 19:23 GMT | 1 |
I'm new to WSE and have some questions (a lot of actually) about it. Now the most important question that I have is: Policy File is really necessary????? I mean, what is the use of the policy files and there are other ways that I
|
| Date Format pb | 21 Apr 2005 18:56 GMT | 1 |
Got a pb with american date format MM/dd/YYYY. My WebService Method convert String to Date. It works good except for one case : 1/5/2005 Even if I set my regional settings to American, my WebService
|
| MapPath throws exception | 21 Apr 2005 18:15 GMT | 2 |
I created the following method in a webservice on my localmachine web host to test MapPath because it throws an exception in another method: public class ProgramUpdateService : System.Web.Services.WebService {
|
| Configuring WSE2 in App.Config | 21 Apr 2005 15:31 GMT | 3 |
Hi, I'm trying to allow my windows application to send Dime Attachments larger than 4MB accross a network to another program using SOAP. To do this I added the following code to an App.Config file: <?xml version="1.0" encoding="utf-8" ?>
|
| Webclient w/ Proxy | 21 Apr 2005 14:48 GMT | 1 |
I have a WebClient.OpenRead that is timing out on some client machines. I believe the problem may be Proxy settings on the client machine. How do I set proxy settings on a WebClient.OpenRead method?
|
| What is updateable Query? | 21 Apr 2005 14:30 GMT | 1 |
Here I see that error message on the server my aspx file working: Exception Details: System.Data.OleDb.OleDbException: Operation must use an updateable query. In the code I try to insert some data to mdb file.
|
| Creating a booking engine with Web Services | 21 Apr 2005 07:54 GMT | 1 |
I don't really know where my question should be posted, so if i am in the wrong section i'm sorry. Okay now to my question. I am using ASP.NET to consume a web service. Then I get an xml base response from the web service.
|
| Passing arrays of structs from C# web service to raw C++? | 20 Apr 2005 19:35 GMT | 1 |
I have a C# webservice that returns an array of struct data back to a calling client. It works fine when tested via the ASMX page; however, I don't know how to make the call to this particular method from C++.
|
| Calling a webservice from a webservice | 20 Apr 2005 15:03 GMT | 2 |
Well, I dont really want to call a webservice, but the class that I need is in a webservice and I dont see the need for serialization if I am calling it locally. So what do I need to do to call a method that is marked as a webmethod in a webservice class without creating the
|
| Windows authentication for web service client?? | 20 Apr 2005 14:24 GMT | 13 |
got a question here, a web service secure mode is set to "windows", on the client side when supplying the credentials, it's like this: somewebservice.Authentication ssoAuth = new somewebservice.Authentication();
|
| WSDL gives the wsdl.exe tool problems. | 20 Apr 2005 13:07 GMT | 5 |
I am running wsdl.exe to try and generate some classes and I am getting: wsdl ppc.wsdl Microsoft (R) Web Services Description Language Utility [Microsoft (R) .NET Framework, Version 1.1.4322.573]
|
| Calling WebService method from JavaScript | 20 Apr 2005 10:34 GMT | 2 |
I have written a WebService using Visual Studio.Net's 'ASP.Net Web Service' project (ASMX). I want to call the exposed methods form a HTML client (using JavaScript) as a function. I do not want to prepare the Xml and make a SOAP call. One way is to use the webservice.htc but it will ...
|
| Load Balance WS | 20 Apr 2005 07:04 GMT | 1 |
Hi All, I have a Web Service which is being called heavily, I have 4 spare boxes to use. How can I load balance my WebServices across them. BTW I control the client too! Thanks
|