Group:  Web Services » microsoft.public.dotnet.framework.aspnet.webservices

Threads Replies Last Post
80 Pages: 1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  >>  
Response Size Limits?
Hello: We have a .NET web service built using VS 2008. The web service communicates with another Java web service. The problem that I am having is: For certain web service methods, the response received from the Java web service is very large - may be about 6-7 MB. What happens is, our web service does not seem to hold all the response sent by the Java web service. I have a SOAP extens...
2 12/27/2008 9:30:31 PM
We can't connect to Windows Live Hotmail right now. Please try aga
My hotmail account has worked fine with no problems for 10 years. In the last week, however, I am no longer able to open the messages in my hotmail account. I get the following error message: We can't connect to Windows Live Hotmail right now. Please try again later. My internet connection works fine. I tried to uninstall the application and reinstall with no sucess. This is very f...
5 12/26/2008 7:13:01 PM
web service and ixmlserializable
Hi, I have a web service that returns an array of classes which is ixmlserializable. However, my visual studio thinks the return is dataset[] instead of myclass[]. I googled internet, and found this link saying that it is a bug: http://support.microsoft.com/kb/815131 But when I changed my code according to the suggestion in that document, it only returns the 1 data, not the whole dat...
1 12/23/2008 10:21:32 AM
WebSite or WebApplication in C# for TDD Approach ? Unit Testing Us
Hi All, When Following a TDD Approach, where in we write a test for the web application , which option is better. Is it better to use a 1. Create a new WebApplication Project 2. Create a new WebSite option Because if I use a WebApplication, then only 1 dll gets created for all the webpages. When I create a test project (right click and select the option "Create Tests") and creat...
2 12/23/2008 9:38:01 AM
Imaging
In .net web app, Using Windows Image Acquisition (WIA), I'm trying to invoke a scanner and put the resulting image in a database. I'm trying to pass the image in as a string argument to a webservice that does that since VBS (client-side) doesn't really let you work with byte arrays. Once it gets to the web service I transform the string into a byte array. It all sounds good on paper ...
3 12/22/2008 8:46:03 PM
Detecting Remote Server Information??????
I have a web service where I need to capture information. Using Server Variables I have been table to capture most of it. •I grab information about the user making the request of the web service •I grab information about the web service itself What I can’t seem to obtain is any information about the application the user used to connect to the web service. For instance Server IP ad...
2 12/21/2008 9:44:33 PM
Returning Objects
Is it a bad practice to return strong typed class objects from my webservice? If so, what is the preferred option. -- Scott SS IT Services, LLC ...
2 12/21/2008 9:39:58 PM
Using classes from a C++/CLI dll inside a WCF service - beginner
We are planning to move to an SOA using WCF. We have many 32 bit legacy code dlls (C++) that we plan to wrap with C++/CLI. The WCF services will then reference those C++/CLI libraries for functionality that will be exposed through the services. We are using VS2008 SP1 with .NET3.5 SP1 on Vista 64. I have successfully wrapped some of the legacy dlls at this point. However when I try and ...
1 12/20/2008 6:19:01 PM
ASP.NET Framework and Internet Service Providers
Hi there, I've just started developing web sites using Visual Web Developer / ASP.Net Framework 3.5 and AJAX Toolkit objects. Nothing worked when I uploaded the site to my web hosting provider. After some research it emerged that all ISPs in Australia only support .Net Framework 1.1 or 2.0. My questions are now, is that the same in the US? Why aren't Australian ISPs upgrading to 3.5...
1 12/19/2008 1:57:01 AM
.net Remoting in IIS
Hello, I've written a vb.net remote application (client, server, general.dll with the MarshalByRefObj). This application works fine outside or without IIS. When I start the server and the client, the client is able to create a proxy and can call the remote method inside general.dll. Everything works fine so far and I can even call http://Localhost:8989/MyRemoteObject.soap?wsdl from t...
1 12/17/2008 6:49:00 AM
wcf - multiple endpoints?
I have a web client with a reference to a WCF service (added using 'add service reference...'). During development, I want to use localhost and then later deploy it to another web server. So I created multiple endpoints as shown: <system.serviceModel> <client> <endpoint address="http://myapp_dev/SoaServices/MyService.svc" binding="wsHttpBinding" b...
2 12/17/2008 12:32:03 AM
how to set username and password for each isa client
hi , I am using ISA 2004 and i want to set user name and passoword for each ISA client ... how is it possible ... ??? or please tell me some alternate .. Thank you...
1 12/16/2008 3:46:24 AM
Winforms + webservice certificate authentication
I have the following scenario. 1. A webservice (built using VSNET 2005 - .NET 2.0) 2. A winforms application that will be deployed to several workstations. 3. Each accepted user has a security smart card (etoken). 4. The entire client/server system is not public, but accessible to just a few users that are all connected through a VPN network. I need to: 1. First, when a user starts the w...
1 12/15/2008 4:55:50 PM
Encrypt/Decrypt SOAP message by X.509 Certificate
I have a web servier and a console client. I did these 1. nstalled X.509 certificates provuded by Microsoft WSE v3.0 samples. 2. created Custom Policy Assertion (copy and paste) from How to: Create a custom Policy Assertion that Secures SOAP message at http://msdn.microsoft.com/en-us/library/aa528788.aspx. It has classes CustomSecurityAssertion CustomSecurityServerInputFi...
2 12/15/2008 6:32:01 AM
WCF Service Error
Hi All Please can someone help us, we a re a team of 5 developers and have not slept for nearly 48 hours now trying to sort this out. This is the LAST time I listen to anything at teched !! no more fancy technology, VB6 from here on !!! We have released a project of sizable proportions using WCF, Entetity framework, presentation foundation. Multi Milti million $ project and started e...
1 12/10/2008 2:15:24 PM
WCF Add Service Reference error
I created a new web application, and a new WCF service application. When I try and add a service reference to the web application, the button to discover services in solution manages to find the service, but when I ok this, I get an error "Could not load type 'System.ServiceModel.FaultImportOptions' from assembly 'System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=..."...
3 12/10/2008 12:43:01 PM
how to create VS2008 project and/or deploy WCF service on localhos
I'm using VS2008 to create a WCF service. I created a 'WCF Service Application' project and then published it to IIS on localhost. A virtual directory was created and when I try to open/browse the "MyService.svc" file, I get the following error: ----- Server Error in '/MyService' Application. Failed to access IIS metabase. ----- So now I'm reading the 'WCF Services and ASP.NET' p...
2 12/9/2008 7:12:07 PM
MS Sync Framework & SQL Server 2000 & 250k+ records
The databases being synchronised had thirteen tables in total. Adding 5000 rows of data to each table and synchronising caused no problems. However, when the live data was inserted into the sync server database, an unhandled exception occurred (see below for details). Some of the tables contained very few records, but the largest contained 250,000+ records. We where unable to complet...
1 12/9/2008 11:06:04 AM
Problem recognizing behavior extensions in web config
Can anyone tell me what is wrong with this config? When I set up the behavior to use the element <loggableWCFErrorHandler /> The editor does not recongize it as a valid element. The element 'behavior' has invalid child element 'loggableWCFErrorHandler'. List of possible elements expected: 'serviceAuthorization, serviceCredentials, serviceMetadata, serviceSecurityAudit, ser...
2 12/9/2008 5:35:02 AM
Need to set username and password in web.config for ISA Proxy for WCF client
Hi I need to explicity set a username and password in the web.config file of a SharePoint server to use a ISA proxy server. Aparantly the ISA server won't accept credentials if they are not the currently logged on user. Real code examples needed please. <system.serviceModel> <bindings> <basicHttpBinding> <binding name="ServiceSoap" closeTimeout="...
2 12/3/2008 4:03:36 AM
WebService in Visual Studio 2005
I am not able to find svcutil.exe or WSDL.exe on a computer which has Visual Studio 2005 professional installed. Were those utilities available in a Visual Studio add-on which is now outdated? (Hopefully I will get VS 2008 soon)...
6 12/2/2008 6:08:01 PM
Need to set username and password in web.config for ISA Proxy for WCF client
Hi I need to explicity set a username and password in the web.config file of a SharePoint server to use a ISA proxy server. Aparantly the ISA server won't accept credentials if they are not the currently logged on user. Real code examples needed please. <system.serviceModel> <bindings> <basicHttpBinding> <binding name="ServiceSoap" closeTimeou...
1 11/29/2008 5:21:19 PM
best return from WCF service to other .NET consumers?
We have a web application today in Framework 3.5. The application consists of a Data Access Layer, Business Logic Layer and a Front Layer of ASP.NET webpages. In the DAL, a number of typed datasets are defined, and it is these typed datasets that are used as data transfer objects throughout the application. Now we want to expose functionality, from the application, to other .NET syste...
2 11/29/2008 4:36:32 PM
Venkat Subramaniam to Speak on Debugging Ajax, Agile Development, Test Driven Development in .NET, Programming Groovy
Venkat Subramaniam to Speak on Debugging Ajax, Agile Development, Test Driven Development in .NET, Programming Groovy Great Indian Developer Summit 2009 – India’s Biggest Gathering of Software Developers Bangalore, November 24, 2008: Developing Ajax applications is a lot of fun, up until things stop working. In addition to the general programming complexities, you need to deal with browse...
1 11/28/2008 7:29:45 AM
Comet implementation in WCF
I am developing a WCF Comet web service, where client requests gets queued until a response is available. The connection to the client is thus open a long time, and in the Comet pattern timeouts is a factor that needs to be addressed. It can for instance be a proxy server between the client and server that has a short timeout that disconnects before the server or client. Now, the ques...
7 11/27/2008 9:54:50 AM
80 Pages: 1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  >>  

Home | Search | Terms | Imprint
Newsgroups Reader