| Thread | Last Post | Replies |
|
| WSE 3.0 with Visual Studio 2008 Beta 2 | 10 Aug 2007 12:26 GMT | 1 |
Is it possible to use WSE 3.0 with VS2008? I installed the WSE3.0 on a PC with VS2008 beta 2. When I right click on the properties of the project I don't see the WSE Settings menu. Am I missing any thing?
|
| Subject: WSE 3.0 Running under default ASPNet user | 10 Aug 2007 11:18 GMT | 5 |
Grrr..bad day! Sorry about the re-repost; it seems there's more than one place to configure an alias. Hi, I'm having a problem with a web service; specifically a custom
|
| How to avoid first time exceptions when calling a webmethod ? | 10 Aug 2007 06:41 GMT | 10 |
VB.NET 1.1 IIS 6 I'm developping a winform client app of a web service of mine. I used to set the IDE with "halt in debugger" on "common language runtime
|
| How to retrieve information from AssemblyInfo.vb inside web service? | 10 Aug 2007 04:37 GMT | 4 |
I would like to know how to retrieve information from AssemblyInfo.vb inside web service. I've tried many different ways including GetExecutingAssembly or similar method but all are failed. My main purpose is the version number stored in AssemblyInfo.vb.
|
| a quick design question | 10 Aug 2007 03:01 GMT | 1 |
I have a class that represents a business object. Currently, this class exists as a vb6 "class" which will be ported to .net. The plan is to separate this out into a .net object residing in a web service, then replace the vb6 class with a different vb6 class which is just a
|
| Application.Lock()/UnLock() or lock(Application) | 09 Aug 2007 10:31 GMT | 2 |
Is there a difference between: 1. Application.Lock(); try {
|
| can't access a webservice setup as a file share in IIS | 09 Aug 2007 08:07 GMT | 6 |
I'm having a few setup problems. If the IIS/home directory tab of my webservice is "a directory located on this computer" everythings okay. However, if I change the home directory/tab to "a share located on another
|
| SoapExtensionReflector | 08 Aug 2007 17:25 GMT | 1 |
I am trying to use SoapExtensionReflector class to remove the output message from the wsdl:operation element from my WSDL. I need the web service's wsdl to have just this: <wsdl:operation name="ASyncGetData">
|
| Need some help reading instructions | 08 Aug 2007 17:24 GMT | 3 |
I found what appears to be the solution to my problem in this old thread: http://groups.google.se/group/microsoft.public.dotnet.framework.aspnet.webservic es/browse_thread/thread/147cb18619cc937/ Dan Rogers of Microsoft writes: [...] share the assembly that you use on the client ...
|
| Collections, Multiple classes interacting and Web Services!? | 08 Aug 2007 13:04 GMT | 2 |
I have a few questions relating to web services. First some Background: I have developed two classes in ASP.Net (VB): 1) The first is a class that contains some fields that represent header information. This class also contains a strongly typed collection. This is
|
| Moving a working web service to another server produces the following error. | 08 Aug 2007 09:17 GMT | 4 |
I've got a working web service that we are moving to another machine and now I suddenly get the following error. While transferring the files, got the following message: System.Web.Services.Protocols.SoapException: Server was unable to read
|
| Web_Reference_Lists | 08 Aug 2007 01:28 GMT | 1 |
I am trying to utilize some VB code snipets in MSDN to access a web service to update a list. Here are the first two lines: Dim listService As New Web_Reference.Lists() listService.Credentials = System.Net.CredentialCache.DefaultCredentials
|
| Is there event-based asynchronous web method? | 06 Aug 2007 02:37 GMT | 5 |
Since ASP.NET 2.0, asynchronous web service client can be implemented with event-based pattern, instead of original BeginXXX/EndXXX pattern. However, I didn't find any material about event-based server side asynchronous web service. So, we can only implement asynchronous
|
| Enums or Key/Value Pairs? | 04 Aug 2007 18:47 GMT | 1 |
We are trying to develop a set of C# 2.0 web services that are data driven, loosely coupled, easy to maintain, and somewhat high preferment (I'm sure that's either an oxymoron or everyone else's dream too?!?) Anyway, we need to be able to take an "arbitrary" number of key (or ...
|
| Persisting a value between calls | 04 Aug 2007 18:40 GMT | 1 |
I was wondering if there is a simple way to persist a value between calls to a Webservice that would yield something similar to a Session variable or Query string? Specifically, I'm trying to pass a parameter to a Crystal Report webservice which requires binding during ...
|