all groups > dotnet web services > february 2007 > threads for february 22 - 28, 2007
Filter by week: 1 2 3 4
Configure SSL Encryption Strength
Posted by microhof at 2/28/2007 3:36:00 PM
Short version:
Is there a way to configure (preferably programmatically) the max encryption
strength that will be used by the framework when connecting to a particular
SSL-protected web service?
Long version:
Historically, browsers could only be exported to certain countries if they
sup... more >>
global paremeters in a WS??
Posted by JP at 2/28/2007 10:11:08 AM
I have several sets of WS. The application making requests to these services
must authenticate to the service by sending a UserName and Password
I wanted to set it up so that the parms were based at the WS level at the
time the application created an instance of the service. For example:
... more >>
request size?
Posted by chandy NO[at]SPAM totalise.co.uk at 2/28/2007 3:02:00 AM
Hi all,
I want to evaluate the size of the http request sent to my
webservice. How can I accomplish this?
System.Web.HttpContext.Current.Request seems to return the http
request for the browser on the aspx page that the service is called
from, not the call to the service itself.
Any ideas... more >>
Http Post Web Service
Posted by phenglai at 2/26/2007 3:31:02 PM
I am not sure really how to explain this but here goes.
I am creating some new web services and I want to be able to post data like
the following:
<Data>
<some value>1</some value>
<more info>2</more info>
</Data>
I have the object built and I can call the web service but all I ... more >>
How to get a WS to create a cookie???
Posted by JP at 2/26/2007 1:18:30 PM
I need to design a WS that will after authenicating the user, create a cookie
on the users PC that made the request. All the code I keep finding is how to
get a WS to read a cookie, I need it to create one. The below code doesnt add
the cookie to my cache. However if I place this in an non asm... more >>
Web Services For e-commerce?
Posted by Tina at 2/26/2007 9:53:43 AM
My boss asked me to look into passing orders back and forth with our vendors
and customers using web services. It seems web services are designed to
just provide data from a call. It seems e-commerce demands more
architecture such as sync and async responses, etc.
Is Web services architec... more >>
Can a schema be generated from WSDL?
Posted by John Wilmot at 2/26/2007 9:40:29 AM
I have a WSDL definition but no corresponding schema. Does anyone know if
these can be generated from the WSDL?
... more >>
Web Service process ID?
Posted by Asaf at 2/24/2007 2:17:10 PM
Hi,
I have a web service that run in several instances to do a large process.
What I would like to do is to know the process ID of each web service
instance and the ability to terminate the work of this web service instance
by the process ID from for example an ASPX page.
Is there a way t... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
passing receipts to ws consumer
Posted by Morten71 at 2/23/2007 2:04:12 PM
I'm fairly new to web services in .net/vs.
I'm wondering about a few ws things:
- should I create a new ws project for every ws?
- how do I best ensure that only selected consumers can use a ws?
- how do I best pass back receipts to the ws consumer?
Have googled the above, but with little s... more >>
Sharing web-service class between two local assemblies
Posted by Josh at 2/23/2007 9:05:39 AM
I have application1 that connects to webService1. I have a second
application that references the same webservice (webService1). I need
to pass an instance of a class returned from webService1 from
application1 to application2. I have a reference (assembly.load) of
application2 in application... more >>
Returning Dataset or Datatable via Web Service
Posted by Joseph Geretz at 2/23/2007 2:02:28 AM
I'm a bit puzzled by the current recommendation not to send Datasets or
Datatables between application tiers.
http://support.microsoft.com/kb/306134
http://msdn2.microsoft.com/en-us/library/ms996381.aspx
Formerly, with classic Microsoft DNA architecture, the ADO Recordset was a
primary ... more >>
Using library classes instead of proxy classes
Posted by Joe at 2/22/2007 7:26:02 PM
I have a .NET class library called NorthwindLib and a class called Customer.
I have a web server that exposes a web method GetCustomer() and returns a
NorthwindLib.Customer object.
I want to consume this web service in another .NET application that
references NorthwindLib. When the web re... more >>
Excel instance remains after closing, calling GC, setting to null
Posted by John Bailo at 2/22/2007 12:03:11 PM
I wrote a c# web service that creates an Excel spreadsheet. Even
though I follow all the formal procedures for closing the app and
finalizing, an instance of Excel still remains in memory.
I follow the procedures described here:
http://blogs.geekdojo.net/richardhsu/archive/2003/11/... more >>
|