relay problem
Fri, 20 Jun 2008 12:50:13 -0400
Hi, I have two servers(x.x.x.84 and x.x.x.85) and setup the relay and worked
fine few days ago. 84 server is set to accept 85 server emails and in 85
server I put in 84?s localIP [192.168.0.100] as smart host. Now the email
from 85 didn?t go, how to troubleshoot this? Please help.
...
|
Converting .net to .NetCF
Fri, 20 Jun 2008 12:21:39 +0200
Hello,
in .net, to connect to my WCF Service, I do the following (I do that with
tcp binding but, for CF, we must use http ok):
private DuplexChannelFactory<IPsionStation>
channelFactory;System.ServiceModel.BasicHttpBinding httpBinding = new
BasicHttpBinding(BasicHttpSecurityMode.Transport);
EndpointAd ...
|
WCF: WsHttpBinding, Channels
Thu, 19 Jun 2008 05:05:00 -0700
I am wondering if there is a way in which the WCF Service I have can get
information about the currently open communication channels. As I understand
it, my Clients all open communication channels with the Service - from the
Client side I can get information about the currently open communication
channel su ...
|
System.Net.WebException The request failed with HTTP Status 404
Thu, 19 Jun 2008 00:57:01 -0700
I am using a web service on my Local machine & on Dev box it was working fine
till 1 hour back suddenly it started failing at local as well as at Dev box &
the imp thing is that I have not deployed the code in Dev since more than 12
hours.
Its urgent and any solution will be valuable.
Thank You ...
|
WSDL for IBM VSE
Wed, 18 Jun 2008 08:54:00 -0700
I have created and consumed web services created in Vusial Studio prior - but
I have been given a WSDL file from a client who is running an IBM VSE 390
that I have to consume. I used wsdl.exe /language:vb /out:tapservice.vb
otis.wsdl
I added the tapservice.vb to my windows forms application.
When I inst ...
|
Exception from HRESULT: 0x8007007E
Tue, 17 Jun 2008 08:28:02 -0700
I receive the following message when opening ACT! by Sage Vesion 2008 (10.0):
Unable to load DLL "UserData.dll". The specified module could not be found.
(Exception from HRESULT: 0x8007007E)
It only comes up when opening. I click OK and then it goes on past with
what seems to be no problems.
What can ...
|
Can I use Internet explorers DOM parser?
Mon, 16 Jun 2008 12:53:22 -0500
I'm writing an HTML parser and would like to use Internet Explorers DOM
parser.
Can I use Internet Explorers DOM parser through a web service?
thanks for the help
...
|
|
|
Question Re: Multi-Team Project Development Logistics
Mon, 16 Jun 2008 12:41:25 -0400
Our application consists of a suite of webservices. Depending upon
application area, different methods are grouped into separate webservice
projects, and are developed and maintained by separate development teams.
Let's assume for the sake of this discussion, that Team A, Team B and Team C
are working on sep ...
|
Object identity is lost during serialization!?
Mon, 16 Jun 2008 02:03:27 -0700 (PDT)
Hi,
I have the following data contract:
[DataContract]
[KnownType(typeof(Word))]
[KnownType(typeof(Sentence))]
public class BlackBoard
{
public BlackBoard()
{
Annotations = new List<Annotation>();
}
[DataMember]
public string T ...
|
HTTP Statuscode 401 (unauthorized) when accessing secured webservice
Sun, 15 Jun 2008 10:00:01 +0200
Hi,
when accessing a secured 3rd party webservice i'm getting a 401 HTTP Statuscode (unauthorized). When entering the url in
a browser and entering the username and password manually, the wsdl is returned. So the username and password should
be ok.
I'm using this code:
Merchant myMerch = new Merchant( ...
|