| Thread | Last Post | Replies |
|
| Regstering a web services with Scriptmanager | 30 Sep 2008 14:24 GMT | 2 |
The code below works fine in a sample test page. It stops working when I apply a master page to my web page. What do I need to do different when I use a master page? (I am using Asp.net 3.5 sp1.)
|
| Soap 1.1 and 1.2 | 30 Sep 2008 12:29 GMT | 1 |
I have a web service that is called from javascript. If I call it directly from browser address box I get a lot of documentation showing up. Can this documentation be turned of in a production environment?
|
| Webservice question | 30 Sep 2008 11:57 GMT | 1 |
I am calling a webservice, sometimes it fails, how do I notify that the web method failed because of some error in the method? Thanks
|
| problem with update panel. | 30 Sep 2008 10:42 GMT | 1 |
On Update panel there are two control Button and TextBox.On click on Buttton I make visible true to textBox.TextBox shown on the page but on source code ther is no any html code for this textBox.
|
| WCF Client Proxy and caching... | 30 Sep 2008 02:59 GMT | 5 |
I'm researching what is the best way to create a generic WCF proxy wrapper that has the following requirements: 1. Remove the System.ServiceModel config section requirement for clients. We have our own configuration management that follows our application lifecycle
|
| UTF-8 deserialiation problem | 29 Sep 2008 18:35 GMT | 2 |
I have made a web service operation that just return the input string that is sent as a parameter. If the characters in the string is, for example the Norwegian letters "æøå", the returned string is not deserialised to the same string as sent in. I have checked that in the ...
|
| java client and .NET server problem | 29 Sep 2008 16:29 GMT | 5 |
I'm writing a java client for .NET server. I'm using Java and the Apache Axis API. When I send a soap request I get back the following fault: faultString: Server was unable to process request. --> Object reference not set to an instance of an object.
|
| how to pass values from one page to another page in xbap | 29 Sep 2008 16:06 GMT | 1 |
Here is my question. I want to pass a set of values from a login.xbap to another xbap pages. It seems no way to do it like using session, or server.transfer, or querystring. can any one give me an idea? Many thanks!
|
| Best Method Question: Passing Numerous Transactions To Web Service | 29 Sep 2008 02:59 GMT | 5 |
I have a disconnected handheld device that I want to send the results of the day to a database through a web service (on an intranet) What's the best method to do this? XML?
|
| How to do: Web Services returning a class that inherits arraylist | 28 Sep 2008 00:31 GMT | 5 |
All, I have a class called CartLine and I try to return this class in a Web Method I can not! [Serializable]
|
| WSDL Target Namespace Doubt | 26 Sep 2008 13:34 GMT | 2 |
I had a doubt regarding targetnamespace in WSDL's. Is it allowed for two different WSDL's to have the same target namespace? Regards Ashwin
|
| web service access - proxy server issue | 26 Sep 2008 11:34 GMT | 2 |
I have an asp.net 2.0 website that accesses a locally hosted web service. This works fine on servers that are connected to our network. However, I am having a problem with a laptop server that I have built. The code that tries to connect to the web service breaks if the laptop is ...
|
| web service software factory + visual studio 2008 | 25 Sep 2008 09:38 GMT | 1 |
am not sure if this is the right place for this post. I created a website on .net framework 2.0 using visual studio 2005 and web service software factory. I created all my business components and data access classes using web service software factory.
|
| Hosting WCF on IIS | 24 Sep 2008 03:29 GMT | 2 |
(this is also posted in the iis forum) Is there any good instruction anywhere on how to (1) host WCF services in IIS 6 on server 2003 and (2) how to host WCF services un IIS7 on Vista Ultimate? I have three WCF books which all touch on the topic but none
|
| Using WCF Services from 2.0 programs | 24 Sep 2008 02:53 GMT | 5 |
Exercises in the WCF book I'm going through (Essential WCF) 1st has you create a WCF Service (pasted first below) then a WCF client (pasted second below). These both work fine with no
|