| Thread | Last Post | Replies |
|
| Consuming Java Web Services | 24 Apr 2004 09:47 GMT | 3 |
We are developing a client in C# that uses Web Services written in Java. These typically return simple arrays of objects. In certain cases we'd like to map these arrays to the obvious equivalent DataSet/DataTable representation so we can easily bind them to a grid, and also to ...
|
| Error while connecting to db? | 24 Apr 2004 09:42 GMT | 1 |
(Type your message here) -------------------------------- From: shaila th I have created a .NET Web service project. I'm trying to connect to a SQL Server database from my webservice.
|
| Service Controller from Web Service | 23 Apr 2004 16:21 GMT | 1 |
PLEASE repost this! It didn't get answered on the bulliten board! Thanks! Hello everyone.
|
| webservices newbie question | 23 Apr 2004 12:57 GMT | 2 |
I've a PHP running on Apache server on WinXP (developpement machine). I've created a webservice using NuSoap (the hello example, in http:\phpserver\webservices\V1\webservice.php) I've tried with a PHP client on the same machine, and it works fine.
|
| Webservice works once and then DOES NOT seem to work even though program does not crash | 23 Apr 2004 09:42 GMT | 1 |
Any help you could give would be appreciated as I am totally baffled by this: - I have a form where you upload a docuement, this information is sent via a web service to another porgram where it process the information
|
| Proxy authentication required | 23 Apr 2004 08:29 GMT | 1 |
(Type your message here) -------------------------------- From: samy coco I have a windows application which invokes Web services:
|
| Databinding to arrays of custom objects returned from a webservice | 23 Apr 2004 08:19 GMT | 1 |
I'd like to return an array of custom classes from a webservice (which I have working), but I can't figure out how to databind to this array on the ASP .NET Client side. Suppose I have a class Person with the properties LastName, MiddleName, and FirstName. I return an array of ...
|
| Error from Ebservice method call | 23 Apr 2004 08:16 GMT | 1 |
Can somebody please help me? I get the following error when trying to use a simple method from my webservice from a VB.Net Windows applicatio An unhandled exception of type 'System.InvalidOperationException' occurred in system.xml.dll Additional information: There is an error ...
|
| Serviced Component Calling a Web Service Problem | 22 Apr 2004 17:01 GMT | 1 |
I have made a Serviced Component (.Net Component that uses COM+) that calls a Web Services, located in another machine The Serviced Component is located at the Com+ Application Context, and I have defined an identity who runs this component. This identity has the right to logon as ...
|
| Custom classes as return parameter for webmethods | 22 Apr 2004 16:50 GMT | 3 |
What do I have to do in order to be able to define e custom class as a return paramter of a [WebMethod]? Does the class have to implement a certain interface? Does it have to be derived from a certain class? Thanks in advance
|
| WSDL file | 22 Apr 2004 16:28 GMT | 2 |
I made a simple web service with just one method called ListOrders, using VS.NET. When I see the generated wsdl document, I see a ListOrdersResponse method together with my original method. What is the purpose of this second method?
|
| Dynamically change URL in Web Service | 22 Apr 2004 16:06 GMT | 4 |
Dear Al I am now also facing a problem on changing URL in web reference. Firstly, i added a web reference in my project, and then i change the URL value for the Web Service by coding An error showed like
|
| web service in .net cannot access files on net work drives | 22 Apr 2004 15:57 GMT | 1 |
I am creating a web service in which the web method makes call to a function in which I have to read some files on the network drives. I used the unc path to access this file. I am getting an error the file doesn't exist or the path to this file doesn't exist. I tried to map the ...
|
| Adding a web reference to a java web service | 22 Apr 2004 15:55 GMT | 5 |
Hi, In my .net web application, I was trying to add a web reference to a Java web service running on a SUNONE machine in my intranet. But while the dialog box was searching for the reference, i encounter
|
| Tivoli authentication, webservices and .Net | 22 Apr 2004 15:51 GMT | 1 |
We have a single-sign-on Tivoli authentication system with various ASP.Net application and webservices. Accessing the webservices requires authentication from outside. How can one programmatically pass credentials when requesting a
|