Click here to Skip to main content
15,886,104 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi,
I want to host my WCF - MSMQ Service in IIS 7. According to my searches, WCF - MSMQ(NetMsmqBinding) services must be hosted in WAS(Windows Activation Service),in IIS 7, and I found sample codes,
(
the link is 
http://dotnet.dzone.com/news/msmq-wcf-and-iis-getting-them-
),


which are Non-Http based application. I need to create a wsdl(soap)document with my Msmq Service, so I need to create http based msmq binding...

In my WCF Service Library, I created 3 endpoints,
one for net.msmq://... binding...
one for basic http binding...
and a mex http binding for client to reach my methods...

I reach wsdl document, and methods, creating web Service Reference from http bindings, but it is not trig my Message Queue.
Posted
Updated 15-Mar-11 2:20am
v2

1 solution

This[^] post might help you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900