@Zainul_Abideen Error Message : com.wm.app.b2b.server.jms.JMSSubsystemException: [ISS.0134.9999] JMS subsystem experienced an unexpected error: [ProducerFacade#sendReply] No ReplyContext found.
Reason for the above error is due to NO JMSReplyMessage is from subscriber side. So Make sure your subscriber was able to send back the reply Message within the timeout value.
Kindly make sure your IS is able where able to publish to TOPIC/QUEUE and subscribe to TOPIC/QUEUE individually. if this is working fine then narrow down to your service timeout config
if you have setup the timeout value in pub.jms:sendAndWait or pub.jms:waitForReply ? Because this could also one other reason for noReplyContext eventhough your reply service is sending replyMessage
Note : I am able to re-produce the same error message this is caused by no showing up of the JMSReplayMessage from consumer side.
#webMethods