all groups > asp.net webservices > november 2005 > threads for november 15 - 21, 2005
Filter by week: 1 2 3 4 5
Switching from XML formatter to Binary Formatter
Posted by A.M-SG at 11/21/2005 6:21:53 PM
Hi,
I have my web service up and running, but I would like to work with SOAP
binary formatters. How difficult is to switch both web service client and
server from SOAP XML formatter to SOAP binary formatter?
Could you refer me to any article that explains how to change the SOAP
formatter... more >>
Web Services Very Slow...Please help
Posted by amqazi NO[at]SPAM gmail.com at 11/21/2005 5:46:37 PM
We have an application that we recently converted to VB.Net. The
database access layer has been converted to a web service. We have
noticed a significant reduction in the speed of database calls. This is
a high availability application and each moderate size query to an SQL
server takes about 10... more >>
deserialize xml into object
Posted by param NO[at]SPAM community.nospam at 11/21/2005 9:38:56 AM
Hi all, is there anyway I can de-serialize XML back into my custom object in
VB? I am supposed to receive serialized XML via a https post and it would be
nice if I can de-serialize it and then work with the object rather than XML.
TIA!
... more >>
Could Not Load Type Parse Error
Posted by Brite at 11/18/2005 3:45:39 PM
Ok, i've spent almost 2 full days trying to get this to work. I've
rebuilt the crap out of this project, namespaces are the same, myuser,
ASPNET user, and everyone else has full permissions to the ladder to my
project, the .net framework dlls, and iis. I've uninstalled and
reinstalled IIS, ASP... more >>
Call to webservice doesn't pass in credentials
Posted by elora_c NO[at]SPAM yahoo.com at 11/18/2005 7:19:05 AM
I'm making a call to a webservice from my ASP.NET page. The web
application has anonymous access turned off and Integrated Windows auth
turned on. The web.config has <identity impersonate=true>. I set the
credentials of the web service proxy to the DefaultCredentials. Right
before I make the... more >>
Trouble Understanding Code
Posted by RonB at 11/17/2005 7:51:24 AM
Hi all,
I'm new to programming web sites using ASP. Can someone explain the
following code to me? I understand that it the condition is true it will
redirect to the correct page. What I don't understand is the IsUserAllowed
function/method.
<%
if not IsUserAllowed(ut_sales_rep + ut_reg_m... more >>
Using a Class Factory to Return a Web Service
Posted by johntallon at 11/17/2005 7:23:34 AM
Hi People,
I have a question regarding Web Service and Class Factories.
I have a Collection of Web Services that do specific jobs. There are
about 15 in all. These services are in one VS.NET project.
I have created a Base Web Service Class, that implements Authenticate,
Exception Handling... more >>
Calling a webservice within a HTA
Posted by Allister Farn at 11/15/2005 9:11:16 AM
I have created a HTA from which I need to call a .NET webservice. I've
written the HTA to use the webservice.htc behaviour, but am wondering
if there is a better way. I am trying to limit the number of "advanced"
steps the users need to carry out (i.e. savnig files, downloading other
files to th... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|