| Thread | Last Post | Replies |
|
| Simple(?) web service | 21 Jun 2005 19:30 GMT | 6 |
I have written a simple web service which just is NOT deploying to client. The web service is an sp, and ws returns a data set. On the client project, I have added a reference to this web service. How
|
| Inviting suggestions for client application design | 21 Jun 2005 19:26 GMT | 2 |
We want to develop a client application that can be plugged into hundreds of other applications used by our bank. These applications include browser-driven apps, desktop client apps, etc. Some of these apps run on Windows and others on Linux and Unix. Our client
|
| Returning interfaces from web-services and remoting servers? | 21 Jun 2005 10:49 GMT | 3 |
I'm just about to start the design and development of a large in-house Content Management System. The system will be ASP.NET based with a Sql Server back-end and will be developed be using VS.NET 2003 Ent. architect. Due to high demand (~10,000 users), and varying network setups ...
|
| Submitting XML to an URL | 21 Jun 2005 02:07 GMT | 1 |
I'm not sure this is the right place for this question, but hopefully somebody can help. I'm trying to build an in-memory XML file and submit it to an URL. Here's a sample code:
|
| Submitting XML to an URL | 21 Jun 2005 00:59 GMT | 1 |
I'm not sure this is the right place for this question, but hopefully somebody can help. I'm trying to build an in-memory XML file and submit it to an URL. Here's a sample code:
|
| Web service reference proxy in client does not display methods | 20 Jun 2005 22:01 GMT | 3 |
In a client application a simple webservice (add/multiply) was added to solution panel but proxy methods do not appear. WSDL description in solution panel follows: <?xml version="1.0" encoding="utf-8"?>
|
| Java client and .net web service - please help | 20 Jun 2005 14:56 GMT | 2 |
We are developing a java client that need to call a .net web service in another server. I have 2 methods in .net WS,one returns a dataset and other returns a boolean. We have to use plain java client(not a java WS) using httpconnection or URL
|
| accessing registry from web service | 20 Jun 2005 13:25 GMT | 1 |
i have a problem in accessing registry from web service i made a web service that call a function to access registry The web service contain the following code Dim RegKey As Microsoft.Win32.RegistryKey
|
| setting security | 19 Jun 2005 22:10 GMT | 3 |
Hi all gurus, it's the very 1st time I attempt to build a Web Service app, and while simple samples work fine, I stuck trying to fill (on server side) a DataSet to be returned by the service. Test run fails with HTTP 500 - Internal
|
| how to export recursive structs in ATL WS? | 19 Jun 2005 14:23 GMT | 3 |
i have a struct like struct A{ int _size; A* _pArray;
|
| Thowing exception | 19 Jun 2005 13:19 GMT | 2 |
Quickly knocked up a sample cleint and service app running over tcp using the WSE 3.0 CTP. Used the WSEWSDL2 to generate the proxy. However could not get an exception to be returned if thrown in the service. Very simple test SoapClient to Soap Service call. Shouldn't this work ...
|
| Distinguish between WebService and Windows App | 19 Jun 2005 03:33 GMT | 1 |
From inside a dotnet class library, is it possible to tell whether the dotnet application which called it is a web service, or a windows application ? Thanks,
|
| speed of whidbey | 18 Jun 2005 09:49 GMT | 1 |
Everywhere it is said that Whidbey is faster than vb.net 2003. But how much faster? Is it feasible to change my existing web applications to ''whidbey'' to make it faster? Willem Joubert
|
| Passing MemoryStream ByRef Issue | 18 Jun 2005 04:43 GMT | 3 |
I have created a Web service with the following web method; <WebMethod()> _ Public Function HelloWorld(ByVal myMemoryStream As System.IO.MemoryStream) As String
|
| ASP.Net client sending XML string | 17 Jun 2005 22:38 GMT | 1 |
I am using a .Net (VB.Net) webservice with an ASP.net client to generate an xml string from a db and then send it to a web service on the same box (client is part of the same service) which then processes the xml amd sends a sucess result. I have this part already working.
|