all groups > asp.net webservices > june 2005 > threads for june 22 - 28, 2005
Filter by week: 1 2 3 4 5
performance difference in Webservice -'Normal' way
Posted by DraguVaso at 6/28/2005 12:00:00 AM
Hi,
I'm new to WebServices, and I'm doing some tests (with a small
VB.NET-application) to know the performance-difference between a WebService
and the 'normal'-way of getting data (just connecting directly with a
SqlDataAdapter to the SQL Server). The WebMethod simply gives a DataSet
back, an... more >>
WeblogProxy namespace
Posted by nsyforce NO[at]SPAM aol.com at 6/27/2005 8:49:48 AM
I am looking at the following article in regards to WSE2.0.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwse/html/wssecdrill.asp
The very first example uses a WeblogProxy class. When I try to use
this, the class is nowhere to be found. I've been searching for the
prop... more >>
How can I return a binary file (image) from a web service
Posted by klj_mcsd NO[at]SPAM hotmail.com at 6/24/2005 10:49:33 AM
A url to an image file will be passed to my web service. What function
can I use that will get the image and return the image in binary form?
Thanks
... more >>
Benefits of WSE 2.0
Posted by YC at 6/23/2005 5:10:04 AM
Hi,
Can someone tell me what's do good in the WSE 2.0? We have a distributed web
application which uses web services. SSL is implemented between the WEB
application and the WS facade.
Does WSE 2.0 help me in a significante way?
Thanks
YC... more >>
Webservices and "pass through" security
Posted by Tom at 6/22/2005 9:31:38 PM
Hi,
I am currently on a project where one site needs to send the user
credentials to another site, through web services.
Scenario:
* "User 1" will authenticate to "Site A" using NTLM ("Site A" provides
front-end presentation of data)
* "Site A" will request confidential information abo... more >>
Web Service Versioning
Posted by Brett at 6/22/2005 8:02:18 PM
I have a .NET web service and I want to be able to version it, and continue
developing on a separate version altogether.
The client that accesses it is a windows service that when deployed will
eventually contact the new service, so something like a copy project would
work (although it hasn... more >>
Can a webservice call another webservice?
Posted by Chris Ludlow at 6/22/2005 11:41:37 AM
Hi all,
I want one WebService I have, say on a server in Los Angeles, to call
methods I have in a 2nd WebService on another server, say in New York.
First of all, is it possible for two Web Services to interact like this?
Maybe I am just trying to connect them incorrectly. What I am doing ... more >>
Reading DATA
Posted by VK at 6/22/2005 9:32:15 AM
Folks:
I have a dataset returned by web service, how I go about reading this
information? I don't want to bind this information to a datagrid but
more like read it and display on the website.
Thanks.
Vani
*** Sent via Developersdex http://www.developersdex.com ***... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
InvalidOperationException: Unable to generate a temporary class
Posted by JimM at 6/22/2005 8:15:04 AM
I have a web services on my development system (localhost), here the unit
tests work.
I deployed the web service to a server on our intranet, lets call it
“MyServerâ€. When I run my unit tests using the web service on the deployed
server, I receive the following error. It looks to me t... more >>
|