all groups > asp.net webservices > july 2006 > threads for july 8 - 14, 2006
Filter by week: 1 2 3 4 5
WebService with VB6 y ASP.NET
Posted by NN at 7/14/2006 10:30:53 AM
Hello, I have a question.
I have a program made in VB6 that caputure the images that are transmitted
by a webcam and records it in a database in MySQL. I want to do a WebService
in .NET that allows that this program should save the photos in this
database, but acceding across the WebService, a... more >>
web service and forms authentication?
Posted by David at 7/13/2006 5:13:02 PM
I am studding for the MCAD exam, and the MS book states that you can
use forms authentication with a web service. However, how can the end
user enter the id/pw on a service call?
... more >>
Issue using WebServiceStudio with WSCF
Posted by BigDave at 7/13/2006 10:18:51 AM
Anyone using WebServiceStudio 2.0 (from GotDotNet) to test a web
service created with the help of Thinktecture WSCF
(WebService-ContractFirst)?
My issue is that when pulling up the .asmx?wsdl, there is an import
pointing to the actual WSCF wsdl, as in:
<wsdl:import namespace="http://Product... more >>
Web services vs database access
Posted by lmestre at 7/12/2006 6:06:17 PM
Hi,
I am designing a system and i need to publish a service, in order to
integrate different applications, my obvious answer is that it could be
a web service. But this service wil need about 500 requests per second
(xml size=100 kb). My question is how different is a store procedure
access tha... more >>
System.Net.CredentialsCache.DefaultCredentials not working
Posted by tom.sorensen NO[at]SPAM agresso.no at 7/12/2006 6:49:05 AM
Hi.
I'm trying to authenticate from an asp.net client to a web service on
two different machines is the same domain. From what i gather I'm
supposed to use the following code in my client in order to
authenticate using my domain credentials:
service.Credentials = CredentialCache.DefaultCred... more >>
aspnet_wp unable to make remote connection in .net framework 2.0
Posted by StealthEX at 7/11/2006 8:35:02 AM
Hi,
I have a .net 2.0 web service that acts as a messaging hub that takes a SOAP
request from a single source and then sparks of a bunch of requests to
multiple web services. This worked fine in .net 1.1 but now we've
re-engineered it and written it using .net 2.0 and now it doesn't work. We ... more >>
|