microsoft.public.biztalk.general
  Home FAQ Contact Sign in
microsoft.public.biztalk.general only
 
Advanced search
May 2008
motuwethfrsasuw
   1234 18
567891011 19
12131415161718 20
19202122232425 21
262728293031  22
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
microsoft ... biztalk.general Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  Security problem with orchestration exposed as web service         


Author: Benoit.Sauve2
Date: May 26, 2008 08:28

Hi everyone!

I need help with a security issue. I have an orchestration exposed as
a web service. Then I want to secure it using transport mode with
certificates. I have created one with "CN=localhost" in personal
store.

Then I wrote a client example to access my web service and I received
an error message "The caller was not authenticated by the service".

Here is my client code example :

EndpointAddress epAddress = new EndpointAddress("http://localhost/
EnvoiDCI/WcfService_EnvoiDCIOrchestrastion.svc");

WSHttpBinding binding = new WSHttpBinding(SecurityMode.Transport);
binding.Security.Transport.ClientCredentialType =
HttpClientCredentialType.Certificate;

WcfService_EnvoiDCIOrchestrastionClient client = new
WcfService_EnvoiDCIOrchestrastionClient(binding, epAddress);
client.ClientCredentials.ClientCertificate.SetCertificate(StoreLocation.LocalMachine,
StoreName.My, X509FindType.FindBySubjectName, "localhost");
client.ClientCredentials.ServiceCertificate.Authentication.CertificateValidationMode
= X509CertificateValidationMode.PeerOrChainTrust;
Show full article (1.30Kb)
1 Comment
  EDI message: parse error         


Author: ludwig_stuyck
Date: May 26, 2008 03:03

Hi,

We receive a EANCOM 97 EDI message from a third party. The message
looks like this:

UNB+UNOA:2+022252254PNG:ZZ+COMPANY:ZZ+080513:1606+1'UNH+0001+ORDERS:D:
96A:UN:EAN008'BGM+22E::9+ASC102+16'DTM+69:20080516:102'DTM
+137:20080512:102'NAD+BY+::9++COMPANY2 1'NAD+SU+::9'NAD+DP
+9999999999999...
Show full article (2.23Kb)
2 Comments