tomasr

2,888
Reputation
146 views

Registered User

Name tomasr
Member for 1 year
Seen 4 hours ago
Website
Location CO
Age 32
I'm a software developer located in Colombia, South America. My interests include .NET, Connected Systems, PowerShell and, lately, dynamic programming languages.
14h
answered MsmqMessage<T> neccessary ?
1d
accepted Disable WCF headers
1d
answered Disable WCF headers
Nov
25
accepted AddressFilter mismatch at the EndpointDispatcher
Nov
23
answered WCF Calling a service from a callback method in Client
Nov
21
answered What’s EntSSO for in BizTalk Server?
Nov
18
comment WCF / MSMQ “time-to-be-received has elapsed” dead letter queue issue
Oh I agree, its annoying, no argument there :) Out of curiosity, is your server CPU-bound or IO-Bound?
Nov
18
answered WCF / MSMQ “time-to-be-received has elapsed” dead letter queue issue
Nov
17
awarded  Fanatic
Nov
11
accepted Binding an SSL certificate to a port programmatically
Nov
10
accepted Powershell: using redirection within the script produces a unicode output. How to emit single-byte ASCII text?
Nov
10
answered Powershell: using redirection within the script produces a unicode output. How to emit single-byte ASCII text?
Nov
9
answered Binding an SSL certificate to a port programmatically
Nov
8
accepted Create message from a MessageDescription
Nov
7
answered Create message from a MessageDescription
Nov
6
accepted Mapping a WCF request message to the underlying operation
Nov
6
answered Mapping a WCF request message to the underlying operation
Nov
4
comment BizTalk SendPort WCF Calling .asmx web service using WS-Security
It's hard to say what exactly is going on without more clear information as to what your service requires, but you can't really rely on the wizards to get this right. Can you start with a clean WSHttp send port and see if you can get it to work using SecurityMode==Message, MessageClientCredentialType==Username? As for NegotiateServiceCredential thing, I'm not sure WSE3 supported that, so you may need to disable it and provision the server cert manually on the config.
Nov
3
answered BizTalk SendPort WCF Calling .asmx web service using WS-Security
Nov
3
answered Exceptions and IDispatchMessageInspector
Nov
3
accepted Logging requests/responses in a WCF REST service
Oct
31
answered Logging requests/responses in a WCF REST service
Oct
30
answered WCF service running as WindowsService and somehow goes into FaultedState
Oct
30
answered Consuming WCF self-hosted service from another machine.
Oct
26
comment Powershell: How do i get credentials from C# code?
I'm not sure I understand what you're doing, then. In what context are you trying to get these credentials? In a PowerShell Script? If so, then calling Get-Credential is really the way to go, and since this is a very thin wrapper on top of PSHostUserInterface.PromptForCredential(), if Get-Credential isn't working, the other won't, either. Where is your script running?
Oct
26
answered Powershell: How do i get credentials from C# code?
Oct
26
accepted WCF (WCF-Binding) in/with C/C++
Oct
26
answered WCF (WCF-Binding) in/with C/C++
Oct
23
answered How to debug wcf service deployed in remote machine?
Oct
19
answered WCF: The incoming message was signed with a token which was different fron what used to encrypt the body. This was not expected.
Oct
14
accepted Win32Exception @ ServiceHost.Open() for WCF service…
Oct
13
accepted Extending a WCF Service Reference to a WSDL to implement IEnlistmentNotification
Oct
13
answered Extending a WCF Service Reference to a WSDL to implement IEnlistmentNotification
Oct
9
comment Win32Exception @ ServiceHost.Open() for WCF service…
Could it be that DNS isn't resolving your machine name to the local IP, but instead is resolving to something else so that the OS is interpreting as a domain name?
Oct
9
answered Win32Exception @ ServiceHost.Open() for WCF service…
Oct
6
accepted Biztalk - processing a flat file receives “no subscribers found” message
Oct
5
accepted WCF HTTPS self-hosted service does not work (”connection to the server was reset”)
Oct
5
answered WCF HTTPS self-hosted service does not work (”connection to the server was reset”)
Oct
5
answered Biztalk - processing a flat file receives “no subscribers found” message
Oct
5
answered BizTalk 2009 fault when using POP3 adapter
Oct
5
accepted Is there a way to automate turning a BizTalk Receive Location on or off through code?
Oct
4
answered Is there a way to automate turning a BizTalk Receive Location on or off through code?
Oct
3
accepted Wcf-MSMQ: letter is being delivered, but service is not called?
Oct
2
accepted Difference between Long running and non transactional Orchestration
Sep
30
answered Difference between Long running and non transactional Orchestration
Sep
29
accepted How do I set BTS.Operation in a custom pipeline?
Sep
29
accepted WCF Service Reference .datasource files
Sep
29
answered Creating multi-part messages from single-part messages in custom pipeline (BizTalk)
Sep
29
comment How do I set BTS.Operation in a custom pipeline?
It's hard to say what might be going wrong without knowing more details. However, some things worth looking into: Make sure you're setting the property in the right place (right pipeline). Also, is there a reason you want to go through the BTS.Operation + Adapter Action mapping route, instead of directly setting the WCF.Action property?
Sep
28
comment Correct way to host a *stable* WCF MSMQ windows service
To be honest, I just don't know for sure, hence why I recommended both options :)