RE: DataTable returned from a Web Service
Tue, 22 Jul 2008 22:32:01 -0700
No, it is not possible to return a DataTable from a web service. You will
need to wrap it inside a DataSet. ...
|
WCF in a windows service
Tue, 22 Jul 2008 14:32:09 +0200
Hello,
I'm developping a WCF service.
All is good :
I have a WPF app. On a button, I call a function to register 2 WCF service
(one in tcp, the other in http)
But, now, I want to use a windows service in place of a windows app.
So, in the onStart, I place the same call than on the button.
from my clien ...
|
Securing WCF with enableWebScript
Mon, 21 Jul 2008 19:47:35 GMT
Hello,
I am in the process of building a website and would like to call WCF
services from the client web browser using ASP.NET Ajax. I have successfully
setup a test WCF service with the webHttpBiding and the <enableWebScript />
to enable consumption from ASP.NET Ajax.
So now how to I secure this WCF and se ...
|
Web Services Bandwidth
Mon, 21 Jul 2008 08:23:01 -0700
Hello everybody. I have an application that comunicates from a remote office
with the central system in the headquaters using web services and the
internet and I want to know how much bandwidth my aplication spend in these
operations. The whole idea is to project how much bandwidth will be necesary
in the he ...
|
Set WebService Namespace attribute at runtime
Mon, 21 Jul 2008 06:16:03 -0700 (PDT)
I have a webservice class MyService.asmx.cs with:
namespace XMLWS
{
[WebService(Namespace = "http://mydomain.com/")]
[WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]
[ToolboxItem(false)]
public class Poster : System.Web.Services.WebService
{
[WebMethod]public int MyMethod()
This web s ...
|
Date got offset by 1 day in webservice.
Sun, 20 Jul 2008 20:08:54 -0700 (PDT)
Hi,
I got a client application where it calls the webservices to save and
retreive dates from an Oracle database. 1 problem I've encountered is
that when a user select a certain date in the client application, when
this date got to the webservice, it got offset by 1 day (plus/minus 1
day depending on where is ...
|
see for dotnet interviews
Sat, 19 Jul 2008 21:52:43 -0700 (PDT)
C# Interview Questions and Answers8
http://allinterviewsbooks.blogspot.com/2008/07/c-interview-questions-and-answers8.html
C# Interview Questions and Answers7
http://allinterviewsbooks.blogspot.com/2008/07/c-interview-questions-and-answers7.html
C# Interview Questions and Answers 6
http://allinterviewsbooks.blo ...
|
|
|
How to reverse-engineer proxy back to WSDL?
Fri, 18 Jul 2008 09:56:02 -0700
Hi there... I am stuck here ,and wish you could help. We have a webservice
proxy, since we are moving to WCf , we will want to re-generate a new proxy.
The problem is we do not own the service and ,worse, no WDSL available for us.
I know JAVA world can reverse engineer proxy back to WSDL. I wish you could
h ...
|
WCF Configuration secure load balanced with username and password
Fri, 18 Jul 2008 11:45:33 +0200
Hello,
i am in the hell of configuration of wcf :)
I want a webservice that
1. Can be load balanced
2. Is secured by a certificate (encrypted)
3. Uses username and password from the client to authenticate
Does anybody know how to configure? It seems that if you use basic http
binding you cannot use t ...
|
.NET Alternative to SoapUI
Fri, 18 Jul 2008 06:58:48 +0200
Folks,
Does anyone know of a good, preferably free web services testing
utility written in .NET ? I used to have SoapUI and it worked OK (with
a horrible UI), but it stopped working on my reinstallation of XP :-(
I was looking around but couldn't really find much.....
I need to be able to hit any web ser ...
|