all groups > dotnet web services > january 2007 > threads for january 8 - 14, 2007
Filter by week: 1 2 3 4 5
SOAP Toolkit client problems with DotNet Service
Posted by Michael Russell at 1/12/2007 3:19:55 PM
Hi all,
I'm trying to get a client working with my ASP.NET web service. The
client's been working great up to this point with a SOAP
Toolkit-generated service based on a VB COM library.
On the client side, I'm calling the web service here:
--
Dim soapClient As SoapClient30
Dim xmlList A... more >>
Duplicate class definitions
Posted by Jeff Johnson at 1/12/2007 2:14:25 PM
Disclaimer: I am extremely new to Web services and may very well be doing
the wrong thing!
Background: I have a Web service and a Windows Forms client app (VS 2005).
The Web service exposes a method to accept a ScheduleEntry object, which is
a class I have written. I felt doing this would b... more >>
Deploying ASP.NET 2.0 Applications in IIS 6.0
Posted by Bragadiru at 1/9/2007 1:47:11 PM
Hi all,
Where can I find how to deploy a xml web service, build with .NET Framework
2.0 ? For Windows 2003 Server (IIS 6.0) or Windows XP Professional (IIS
5.1).
I found only Win 2003 Server with .NET 1.1 :
http://technet2.microsoft.com/WindowsServer/en/library/313990a7-4c68-4d69-a3ab-3... more >>
Invoke web service dinamically
Posted by AlbertoCanabal at 1/9/2007 4:10:46 AM
Hi everybody.
I'm developing an app in c# that requires an invocation on some methods
of different web services. The point is that the web service's name,
parameters, URL and the method name and parameters are not known in
advance (say, the app must have the ability to invoke any method on any... more >>
Windows Service or schedule task?
Posted by Dean Slindee at 1/8/2007 7:12:09 AM
I am writing a VB.Net application that will replace a series of DTS
packages. The DTS packages run once a day at a scheduled time
automatically.
Would this new application be a Windows Service that runs constantly, or is
there a way to schedule the automatic running of an application? It has... more >>
|