all groups > dotnet web services > october 2007 > threads for october 29 - 31, 2007
Filter by week: 1 2 3 4 5
Deserialization and SOAP
Posted by Eep at 10/30/2007 2:51:01 PM
I have generated some classes for my XML using xsd.exe and the XML serialized
from these classes validates as it should. I now need to wrap the generated
XML in a SOAP envelope and post it to a URL using an HttpWebRequest object.
Is there an easy way to add the SOAP envelope? I also need to de... more >>
Creating certificate in .NET 2.0
Posted by Amit at 10/30/2007 5:24:08 AM
Hi evevryone,
I have one requirement here, where i have to create a utility/program
which will use certificates for securing web service communication
between the client and web service to verify that client has the
license to make a call to web service.
and this functionality i have to b... more >>
schedule a .net web service
Posted by Priya at 10/29/2007 5:03:01 PM
Hi,
I've developed a C#.NET webservice. Is it possible to schedule it.
Also If Download is one of the operation performed by the web service
can i use the url : http://localhost/FileDownload/Service.asmx/Download?
Thanks in advance
Priya... more >>
Client Information
Posted by Scott Elgram at 10/29/2007 1:16:01 PM
Hello,
I have a webservice designed in VS 2005 using C#. I would like to know
the URL and the IP addresses of the people who are accessing my service. Is
this a possibility? if so how?
Thanks,
--
-Scott
... more >>
Delphi coded DLL, read by .NET Web Service?
Posted by davebythesea at 10/29/2007 5:59:01 AM
Dear List,
We have a large application written in Delphi. I am writing a mobile app
written in .NET (C#) which reads and writes into the Delphi applications
Oracle database via a .NET Web Service. Much of the data centred
functionality on the application is quite involved, and to re-write a... more >>
|