Thanks for the quick reply Manish. The article doesn't really address what I am trying to do. I am trying to debug from within the application that consumes the service, and while debugging the application I want to be able to step into service actions.
Alternatively, I would be open to debugging service actions outside of the application, but I wasn't able to understand how to do that from the article either. The article says to:
1. set the entry point in the producer module to (this module)
2. Place breakpoints in the producer module
3. Start the debugger on the producer module
Those instructions seem clear enough, but how do I tell the service what action I want to call and provide inputs?
Manish Jawla wrote: