all groups > asp.net webservices > july 2004 > threads for july 22 - 28, 2004
Filter by week: 1 2 3 4 5
Cookieless Session and Web Service Problem
Posted by localhost at 7/28/2004 4:17:50 PM
I am looking for any C# example on using a web service with cookieless
Sessions.
[WebMethod(Description="Help",EnableSession=true)]
public string SessionShow()
{
return HttpContext.Current.Session.SessionID;
}
Gives an error.
Help.... more >>
Problem with WebServices
Posted by Asier at 7/28/2004 3:47:07 PM
Hello,
I' ve created a new webService Project and run with "Hello World"
example. It run fine. After it, i created a Winform project and included a
webReference to this webservice. I run it and run fine.
Ok, no problems...
Yes I have a problem. When i run my WinForm project and ex... more >>
The underlying connection as closed: Could not establish secure channel for SSL/TLS
Posted by Ghislain Tanguay at 7/28/2004 11:47:55 AM
Ok, I try to communicate with a web service who receive xml message under a
https using SSL.
I have a directory with 240 XML files on my desktop. I loop into it to send
each file one by one.
Abritrary, after 10, 15, 56, 79.... files, (sometimes I can pass all of
them??? ) I receive this err... more >>
which account web service run?
Posted by mimi at 7/28/2004 9:01:25 AM
I got permission problem with the web service. It cannot write to event
log. The other asp.net web app can write to eventlog. Does web service run
under different account than aspnet? Thanks
... more >>
WSE 2.0 help
Posted by tangolp NO[at]SPAM yahoo.com at 7/27/2004 11:29:52 PM
I created a project that has a windows form that calls Ws1. What I
tried to do is to pass user name and user password to Ws1 which in
turn call Ws2 to verify if the user is valid in the database. If the
user is valid then default the user as ASPNET. I can't find any
sample on the Web to help ... more >>
Help needed in setting up web client using .Net
Posted by kinseong NO[at]SPAM yahoo-dot-com.no-spam.invalid at 7/27/2004 9:09:07 PM
I am relatively new to .NET.
I am assigned to accomplish the following:
-Write a client using .NET C#
-Write a server application using Apache2
-server and client talk to each other using SOAP
My question is:
a) Is that feasible? If not, why? and whats the option? ( I think my
company b... more >>
Using the .NET WebService tools
Posted by Gary Dunne at 7/27/2004 5:27:31 PM
I have been provided with a set of wsdl files to create a number of web
services. Each wsdl file also has a corresponding XSD file.
I've been looking at the various .NET tools that can be used to generate
webservices (XSD.Exe, WSDL.Exe SoapSuds etc) but I'm still at a loss.
Can someone please... more >>
Compile Web Service?
Posted by mei xiao at 7/27/2004 3:53:29 PM
Hi,
I have two files Service1.asmx, Service1.asmx.cs under WebService1 directory
and I can compile it fine into a dll and put it into the bin directory, but
if I change the name of the directory into WebService2, then it won't work.
What is the problem? Thank you.
-May
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Problems returning Datasets
Posted by Andy Barker at 7/27/2004 1:29:47 PM
Hi all
I have a web service that query's an SQL table and returns the results as a
dataset. This runs fine on my local development machine (win XP Pro with all
current service packs and hot fixes), but when i deploy the service over to
our web server the service hangs when trying to return dat... more >>
webservices article
Posted by Roger at 7/27/2004 10:48:24 AM
Can someone direct me to good articles that discuss the webservices?
Preferably articles that can help me better understand the why/what/how.
Thanks,
Roger
... more >>
Business logics in webservices?
Posted by Raghu Raman at 7/27/2004 5:13:44 AM
Hi,
I've a oracle database which contains some business logics stored
proc's.
Could any one tell me how to use the business logics in the web
services.
Thanks in advance
Raghu
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewar... more >>
What does VS.NET when creating WebService
Posted by Eric Voigt at 7/26/2004 7:14:30 PM
are there special settings applied to IIS5, when creating a webService in
VS.NET?
I wonder - because when I create a webService (let's call it webservice1)
using VStudio.NET on my remote W2K IIS5 it works fine and without any
problems.
When I don't use the VStudio.NET Wizard but only copy the... more >>
out parameter
Posted by mei xiao at 7/26/2004 2:44:50 PM
Hi,
I use a parameter as "out int[] myarray" in the web service, but somehow the
client cannot process it. Could you please tell me why this happens?
Thank you.
-May
... more >>
Number of WebMethods limited in .asmx file?
Posted by Scott at 7/26/2004 12:34:16 PM
Hi,
I'm working with a large webservice project. This project exposes many
different WebMethods in the .asmx file. Recently, I've been having problems
with using the service. It builds with no problems, but when I use it, I
get the following exception:
System.Web.Services.Protocols.SoapE... more >>
.NET Best Practices for Exposing Biz Objects thru Web Services
Posted by mark NO[at]SPAM corporatedigital.com at 7/25/2004 9:18:41 AM
I'm architecting some business objects in .NET and want to expose some
methods from my biz objects via Web Services. What are the best
practices here? Should I create a facade class manages all of my web
services methods? In other words, is it a best practice to NOT adorn
my biz objects direct... more >>
SOAP and Chunked Transfer
Posted by Eric at 7/23/2004 11:29:06 PM
Hi,
I have a .NET client and Java web service.
I send an request and the answer with a correct SOAP message.
But on the .NET client I get an exeption from the XML deserializer that he
has found characters which he doesn't understand.
When I look at the respond (via network monitor), I s... more >>
Directory.CreateDirectory() throwing DirectoryNotFound exception for //server/share path
Posted by tanuvasa98 NO[at]SPAM hotmail.com at 7/23/2004 12:34:11 PM
Hello,
I am creating an ASP.NET web service with VB, and I need to be able to
create a directory on a network share. When I attempt to create the
directory (\\server\share\test), I receive the DirectoryNotFound
exception, stating "Could not find part of the path '\\server\share'."
I have al... more >>
Not Receiving Results from Java Webservice
Posted by eric.swaney NO[at]SPAM volvo.com at 7/23/2004 10:30:09 AM
Hello,
I have a c# client program that sends a userID and Password to a
webservice that validates the user. The client is sucessfully sending
the Client context and the webservice is receiving it and processing
it, but I don't get back the ReturnCode saying wether it was OK or
not. Here is a ... more >>
problem with System.Management.dll used by a web service
Posted by rnorthedge NO[at]SPAM hotmail.com at 7/22/2004 9:22:59 AM
Hi,
I am wondering if anyone can help me with a problem I am having with a
web service installed on a client's server. I have installed the same
web service successfully on a development server running Windows 2000
Server SP2 and .NET Framework 1.1. The client's server has Windows
2000 Serv... more >>
asynchronous call to web service from a web page
Posted by mimi at 7/22/2004 12:56:09 AM
My web service is to update a database. When user clicks on a button on a
web page, it calls web service to update database. With hundred thousand
transactions, it takes 15-20 minutes to update database, eventually it times
out. How do I make an asynchronous call to the web service without n... more >>
|