| Thread | Last Post | Replies |
|
| WSE 3.O Web Service with ASP.Net Client using C# | 10 May 2008 15:32 GMT | 2 |
I have a simple web service (Hello world at this stage) being called from an ASP.Net client using C#. Both Web Service and Client are installed on the same development server - Win 2003 with IIS6 WSE 3.0 is applied to both and functions work at the base level.
|
| Hidden news group | 09 May 2008 21:44 GMT | 2 |
Where is the asp.net news group?. It must have fallen of the menu.
 Signature Arne Garvander Certified Geek
|
| How to automate generation of XMLWebService Client for C#/VB? | 09 May 2008 10:03 GMT | 1 |
I'm sorry if this appears twice but I posted this about 8 hours ago and I don't see it yet so I assume it did not make it. Visual Studio does a fine job of generating C# and VB.NET SOAP clients. What if we want to automate the generation with a BAT file -- can we do it?
|
| Newby WSDL question | 08 May 2008 05:53 GMT | 2 |
I've developed my first webservice but now the software house of the company who need to consume the service ask me to insert the attribute type="document" in the <soap:binding> and <soap12:bindig> tags, but I don't know how to do.
|
| Int values doesnt pass | 07 May 2008 22:46 GMT | 2 |
Hi, I have this data contract: [DataContract] public class MyClass
|
| ASP.NET 2.0 C# WebService Connect to Database: Sql Server 2005 | 07 May 2008 18:48 GMT | 2 |
ASP.NET 2.0 C# WebService Connect to Database: Sql Server 2005 --------------------------------------------------------------------------------------------------- I have successfully created a webservice in ASP.NET 2.0 C# with VS 2005 & VS 2008, however, i can find nothing - books ...
|
| WebService for WebApp | 07 May 2008 01:02 GMT | 3 |
Sometimes ago, when I added a webreference, visual studio created a Reference.vb proxy class. In vs.net 2005, I don't see it. instead it adds .disco, .discomap, .wsdl. when I try to run the web app, it attemps to write to the c:\windows\temp directory.
|
| WCF Byte Array Limitation in XBAP | 06 May 2008 19:36 GMT | 3 |
I observed that WCF client running inside Full Trust mode XBAP application can't read byte array over 16384. If return result is bigger than that size, then client simply get null or Nothing in VB and there are no exceptions. I have tried increasing limits on both client and ...
|
| How to send additional data with the UsernameToken | 06 May 2008 09:26 GMT | 1 |
I want to send additional data with my token. I want to send the username,group,webmethod name in the token. and then i will override the AuthenticateToken method and perform my custom authorization. Any ideas on how to do this?
|
| Use custom XmlSerializer | 06 May 2008 00:36 GMT | 2 |
We're creating flash websites, and we are now switching over to flash 9. We decided now to use webservices for the front end. And we have already been using webservices for the CMS. Now my problem is that I'd like to use the same objects in C# for both
|
| silverlight 2.0 question | 05 May 2008 23:12 GMT | 1 |
I'm trying to write a silverlight 2.0 app which has English and Thai text in it. Any pointers on how to get the Thai text in? (Or a pointer to a more applicable newsgroup!)
|
| Weird erro while debugging WS in VS2005 | 05 May 2008 08:49 GMT | 6 |
Weird erro while debugging WS in VS2005? ================================ System.TypeLoadException occurred Message="Could not load type 'System.Web.UI.WebControls.WebParts.repeater'
|
| WCF and WebServices | 03 May 2008 15:05 GMT | 1 |
I have to develop a WCF service which has to be called also by clients with Framework 2.0 installed (and so that they should think to call simply a WebService...) I think I have understood that the way to do it is
|
| Issue accessing Web Service with certificate | 01 May 2008 02:53 GMT | 1 |
I'm trying to add web reference to my project and getting back following message: "There was an error downloading 'https://webservicestest.com/services/SubscriptionService/v1/'.
|