all groups > asp.net webservices > february 2007 > threads for february 1 - 7, 2007
Filter by week: 1 2 3 4
Calling a web service that's https
Posted by maflatoun NO[at]SPAM gmail.com at 2/7/2007 5:45:42 PM
Hello,
I have a web application that doesn't use SSL at all. We need to
integrate it with another third party web application which only
offers secure web services. How can I connect to a web service that is
https? Is it sufficient in VS 2005 to just create a reference to the
web service like... more >>
Webservice can't write a file.
Posted by WinDev at 2/7/2007 8:57:01 AM
We got a webservice that will allow a user to upload a file and then it saves
the file somewhere. We are doing this as a web service because the front end
is a windows program.
Problem is, when we try and upload the file, we get the following error
message at the web service:
"Exception ... more >>
Data Driven Site
Posted by desireemm at 2/6/2007 4:04:01 PM
Hi all I am taking a ASP.net class, and I purchased a book. Does anyone know
of a site that I can go to that can give me some step by step instructions or
information about setting up a Data Driven Site. I created our database
using Access 2003 on the Front end and SQL Server 2000 as the eng... more >>
Can Web Service modify SOAP Header parameters?
Posted by mojeza at 2/6/2007 7:30:33 AM
I built a test web service project in VS2005 (vb) and I'm tring to
find if web service can modify SOAP Header variables and return them
to the client. My Web Service look like this:
Public Class MyHeader
Inherits SoapHeader
Public Username as String
Public Password As String
Publi... more >>
Architecture Help!!
Posted by Innova at 2/6/2007 5:05:01 AM
I am sure this is a very common scenario, however this first time for me.
My client wants to share some business data with the Suppliers using a web
portal build on .Net.
The web server is hosted at a third party. We are considering using the .net
web service for this purpose. The busine... more >>
Custom response from dataset
Posted by nano2k at 2/6/2007 2:40:38 AM
Hi
I'm facing a performance issue with my webservice.
I have a webmethod that returns the result of an sql query. I use an
SqlDataAdapter object that fills an DataSet object with my results. My
problem is that I need to alter a bit my results. For each record I
need to append some new data. So,... more >>
How to return XML Document from web service.
Posted by GH at 2/4/2007 3:21:15 PM
Can someone point me to an example of a VB.Net client that reads an
XML Document from a web service?
I have a web service that successfully creates an XML document, saves
it on the server and returns it to the calling client.
Maybe I don't understand all I know about this but for some reason... more >>
what win32 API does dotnet web services use?
Posted by gilad at 2/4/2007 9:05:28 AM
hi,
I would like to know which win32 API does the dotnet web services use?
is it winInet or winHttp? is there a table that translates commands?
Thanks,
Gilad.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Debugging on server
Posted by Peter Morris at 2/2/2007 6:51:05 PM
I have a .NET 1.1 ASP webservice. One of the web methods merely writes a
text file to a folder. I have given full permissions to IWAM_* IUSR_* and
ASPNET for this folder but nothing is being written to the folder. Also no
exception is being returned to the client.
How can I find out what... more >>
Web Service Infrasructure
Posted by Web Service Guy at 2/1/2007 10:10:01 PM
Can anyone recommend an article that describes the ideal network architecture
(from a security perspective) for public-facing web services? For example,
do you put the web servers behind the primary firewall and the database
servers behind another one with port 1433 open to the web servers?
... more >>
"There were not enough free threads in the ThreadPool object to complete the operation." After 49 days of up-time
Posted by Aiden at 2/1/2007 12:32:54 AM
Hello,
I work with a system that consists of webservicess, a windows forms
applications and mobile applications.
The windows forms applications invoke the webservices using Visual
Studio generated proxy classes.
The widnows forms applications are running on the same machine as the
webservice... more >>
|