| Thread | Last Post | Replies |
|
| how to disable the web page seen when navigating to the asmx file? | 14 May 2004 06:21 GMT | 1 |
is there a way to not let the browser display the stock page showing the list of methods of my web service when I navigate to the asmx url? thanks konstantin.
|
| What happens when a client calling a web service is killed? | 14 May 2004 06:19 GMT | 1 |
I'm sure this is a simple question but I haven't really being able to find an answer. What happens if a client calls a webservice and the client is then killed before the webservice has finished processing the request? Does
|
| Get input parameter values | 13 May 2004 16:03 GMT | 1 |
Is there any way to get the values of input parameter of current executing web method programmatically? I just want to put the input parameters into an eventlog when exception occur within the webmetho Thank ANCH
|
| Declare schema import in C# implementation | 13 May 2004 15:52 GMT | 1 |
Does there exist an attribute to import an existing xml schema into the web service implementation? Therefore, the generated WSDL would contain a schema import. Thanks for any hint
|
| Best way to send data to webmethod | 13 May 2004 15:48 GMT | 1 |
I have to write a webmethod to process some data which accepts few parameters of type string, integer and then I have to pass collection of data to get result back from webmethod. collection of data may look like this:
|
| MS WebService called by Java app | 13 May 2004 15:33 GMT | 4 |
I built a webservice in C# that is called by a Java application. The problem I am encountering is the Java app seems to send my webservice NULL values, which is not what the application thinks it is sending. The reason I know Java app is sending my web service NULL values is
|
| scaling web services and dynamic URL's..... | 13 May 2004 11:17 GMT | 2 |
okay before anyone says I shouldn't use session state in a web services don't both..... I have 2 web services that both use sesssion state and share the session state between the web services, this is achieved by using out-of-process
|
| Nested transactions in a web service | 13 May 2004 09:45 GMT | 1 |
I have a couple of questions about transactions in webservices. 1. The help for the WebMethodAttribute.TransactionOption Property says the following ... "If an XML Web service method, with a TransactionOption property of
|
| authenticate win32 form client with form based authentication web services | 13 May 2004 06:02 GMT | 1 |
(Type your message here) -------------------------------- From: kitchai yong Hi,
|
| Webservice Objects with in Object | 13 May 2004 06:00 GMT | 4 |
I have a Patient object which is inherited and instansitated from a Person Class. I also have a GP object which also inherits from Person class. The patient Object has a GP sub Object. Using a web service I wanted to return a Patient Object with the GP Object inside it. I
|
| How to assign a custom principal with a custom soap extension | 12 May 2004 17:20 GMT | 3 |
I have created a custom soap extension. What I need to do next is assign my own custom principal to the current request context so that the application receiving the request can simply access the identity object and perform authorization checks.
|
| Implementing load balancing with ws-routing/ws-referral | 12 May 2004 15:56 GMT | 1 |
We're trying to implement load balancing using these technologies. I've found lots and lots of articles by googling claiming you can do it, but I cannot find any examples of this, even trivial ones. I've been playing around with it for about a week now, and I haven't figured ...
|
| Web service tutorial | 12 May 2004 12:11 GMT | 2 |
I gonna to learn web service with ASP.NET and C#. Please suggest any web site for implementing the web service for me... Million Thanks
|
| Unable to write to Windows Registry using XML Web Service | 11 May 2004 13:06 GMT | 2 |
Hiya, at this very moment I'm trying to write an XML Web Service for reading and writing configuration/registry settings. But for some reason I can read from the registry
|
| web service unavailable | 11 May 2004 13:01 GMT | 3 |
I want to know in Asp.Net application is the web service that I call is available o not, to the call it. Best Regards. Owen.
|