all groups > dotnet web services > july 2007 > threads for july 15 - 21, 2007
Filter by week: 1 2 3 4 5
WCF vs .Net Remoting
Posted by Marc at 7/21/2007 7:20:00 AM
Does WCF TCP have the data through put of .Net Remoting?
Project I am working has significant data networking but I have not seen a
comparison between WCF and .Net Remoting in this area.
Thanks,
Marc... more >>
Calling 3.0 WCF webservice from 1.1 ASP.NET application
Posted by skillo at 7/20/2007 2:46:01 PM
I'm having heck... I have converted a 2.0 ASMX web service to a new 3.0 WCF
SVC web service. I can reference the old ASMX from a 1.1. ASP.NET
application with no problem. Now, I am trying to reference the new SVC
service from the same 1.1 ASP.NET application and the disco code creation is
... more >>
SoapExtension and NetworkStream
Posted by CEvans at 7/19/2007 5:10:02 PM
My Environment
* Windows XP
* .NET 2.0
* Visual Studio 2005
I have written a SoapExtension in c# on a windows XP machine. The purpose
of this extension is to monitor progress for data being transfered over the
wire. I have a web service that exposes one method. All this method does i... more >>
Multithreaded consumer
Posted by AC at 7/19/2007 11:20:43 AM
Hi. I have a C# WebService with a WebMethod that returns an array of
(WebService-defined) objects. If I create a consumer exe and call the
method, everything is as expected.
If I then create a thread within my exe and call the WebMethod from
there, my thread dies. No exception, it just dies. ... more >>
web services
Posted by AVL at 7/19/2007 5:54:03 AM
hi,
i need to check the availability of my web service....
how can i do that.
i dont want to call any of the methods present in web service to test
availability..
i just want to ping to the web service....how can i do that....
... more >>
Consume the Web Service Source file in VB.NET
Posted by Saish at 7/19/2007 12:00:00 AM
Hi All
I am working with web services in .NET.
Environment : Web Service/IIS5.1/ASP.NET 2.0 / VB.NET
To Consume the Web Service Source file I have followed the below steps.
step 1: wsdl.exe /l:VB /n:WService /out:binServiceName.vb =
http://localhost:1251/Zillowservice/ServiceName.asmx?WSDL
... more >>
The underlying connection was closed: An unexpected error occurred on a send
Posted by Mrozik at 7/18/2007 12:00:00 AM
Hi!
I have a problem - after deploying application in client
environment, on some client machines occured error.
Environment:
App server: ASP.NET WebService/Win 2003/ secured SSL (.NET 2.0)
Client app: SmartClient - WinForms (.NET 2.0)
I trust all server cetrificates - at the start of clien... more >>
using web service to interact between two stand-alone VB .NET appl
Posted by MK at 7/17/2007 6:08:02 AM
Hello ,
I am developing a white board type stand-alone VB .NET application in which
the .EXE application will be installed in two or more different client
machines .
These client machines will interact with each other in the way that during
drawing with mouse using graphics on RichTextB... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|