tags:

views:

379

answers:

1

Background:

  • The MSMQ is hosted on Windows 2003.
  • The queue that will receive the messages is a public queue.
  • I have installed MSMQ HTTP Support on the server.

From some of the white papers on MSDN, it appears that you can insert messages into MSMQ using SOAP/XML. The process, however, of just finding the WSDL endpoint is not clear to me. Any help you could offer would be greatly appreciated!

Wish you the best!

+1  A: 

A good friend of mine recommended that I solve this problem with WCF.

The following tutorials werer helpful in forming my solution: http://channel9.msdn.com/tags/REST%20Starter%20Kit%20endpoint%20screencasts/

Since a RESTFUL solution was used, calling the service from PHP should be easy. In my case, I used POX pattern.

Michael Rosario