Created .NET WCF service, tested it – works.
Generated schemas from Data and service contracts, put messages to Message Broker generated Message Flow from it, tested it using simple mapping (requestMessage=responceMessage) – works. Also I can reach MB from another application and send/recieve SOAP messages.
But when I try to create request to my WCF web service using defined schema and real service address (insted of mapping) my request dies after timeout.
What config issues or another settings could cause this issue?
Thank you!
Created .NET WCF service, tested it – works. Generated schemas from Data and service
Share
Let me see if I understand the tests you’ve done:
You want
You have done
and (this where I’m not clear, you say “Also I can reach MB from another application and send/recieve SOAP messages”
(If you haven’t done this then this is what I’d try).
Next, can you run your TestClient on the WMB machine? My guess is that you are somehow not reaching the WCF machine. Do you specify hostname, fully qualified host name or ipaddress of the WCF service machine?