Dotnet Viewers
Fri, 4 Jul 2008 05:55:33 -0700 (PDT)
http://ganesh-freedotnetbooks1.blogspot.com
http://ganesh-freedotnetbooks.blogspot.com
http://freefreedownloadsoftwares.blogspot.com ...
|
WCF with NAT
Wed, 2 Jul 2008 12:47:39 +0200
Hi everyone,
I have a problem with WCF configuration. IIS server, that contains my wcf
(web) service, is in a private network with a rule in firewall configuration
that forwards https port on internet. The address of server in the private
network is different from the public ip of internet. The WSDL automatic ...
|
Calling WCF from Excel
Wed, 2 Jul 2008 02:32:31 -0700 (PDT)
hi,
I am trying to call a WCF service from Excel VBA. I do not want to
rely on anything installed on client machine apart from my Excel
spreadsheet so I wanted to use the MEX method of invoking as explained
here: http://msdn.microsoft.com/en-us/library/ms752245.aspx
This works fine if all parameters and ret ...
|
How to add webreference in aspx inline code
Mon, 30 Jun 2008 21:17:32 -0700 (PDT)
Hi,
I am working on enhancing an aspx page. The server-side is written
with inline code. The coding is not in VS.
The task is to make calls a webservice http://company/vnwebservice/vnwebservice.asmx.
The aspx page is not created in vs.net IDE but written through a text
editor.
The question is how do I ad ...
|
convert code from .NET 1.1 to 2.0 by using ServerCertificateValidationCallback
Mon, 30 Jun 2008 04:44:24 -0700 (PDT)
I have the following function to call net service in .NET 1.1 version.
It works great. System.Net.ServicePointManager.CertificatePolicy is
obsolete and it's suggested to use ServerCertificateValidationCallback
instead in .NET 2.0. I have tried to convert this code into .NET 2.0
version but no success. Could ...
|
ASP.NET 1.1 Web service - sending HttpWebRequest to HTTPS
Mon, 30 Jun 2008 13:27:13 +0200
Hi,
i have this old asp.net 1.1 webservice which i need to extend to send an
HttpWebRequest to a remote web app over https.
The recieving web app and server is not under my control.
i must be doing something stupid that i can't see but everytime my
webservice calls GetRequestStream it failes with:
exce ...
|
New Fourm on dotnet
Mon, 30 Jun 2008 02:55:52 -0700 (PDT)
HI
thank you all
here is a new fourm on dotnet
can post your queries here and get the answers as soon as possible
www.dotnettunnel.com ...
|
|
|
Convert XML to a SOAP Response
Sat, 28 Jun 2008 00:24:37 -0400
We have a vendor which does not use SOAP. I would like to create a web
service to wrap all the http requests and responses to and from the vendor
so that our clients can use SOAP. On the reporting side, we must pass a HTTP
request with querystring parameters to the vendor and the vendor's response
is an XML ...
|
WCF service authenticating problem
Fri, 27 Jun 2008 09:27:01 -0700
Hello all,
I have problem with WCF service authenticating. Please, take a look at the
following code:
ProductsServiceClient proxy = new
ProductsServiceClient("NetTcpBinding_IProductsService");
proxy.ClientCredentials.Windows.ClientCredential.Domain = "DAGREGI";
proxy.ClientCredentials.Windows.ClientCred ...
|
WCF Defatul DataMember value problem
Fri, 27 Jun 2008 09:39:28 -0500
Hello,
I am trying to specify a logical default value for a [DataMember] in a WCF
Web Service using basicHttpBinding.
I realize that the language defaults are:
int - 0
string - null
bool - false
enum - ?
I tried using OnDeserializing and OnDeserialized events, but when the client
doesn't explicitely ...
|