I am trying to create a SOAP over JMS web service.
1) Created Destination (queue) called "ClientQueue" with group "SOAP_JMS_Group"
2) Created JMS Connection Alias with the following properties.
-->Transaction Type: No Transaction
-->NATIVE WEBMETHODS API
-->Client Group :SOAP_JMS_Group
3) Created SOAP-JMS trigger, specified the above JMS Connection alias and Destination "ClientQueue" in that trigger.
TriggerName: soap_jms_trigger
4) Created Endpoint Alias for Provider with Transport Type JMS.
Type : Provider
Transport Type : JMS
JMS Trigger Name :Architect.SOAP_JMS:soap_jms_trigger
Delivery Mode : PERSISTENT
Time to Live :0
Priority :5
Reply To Name :
Reply To Type :
5) Created Provider for a flow service with SOAP 1.1 and JMS
6) With that provider WSDL created Consumer
when i am trying to run the connector of consumer i am getting the following error.
Exception --> org.apache.axis2.AxisFault: Unable to send SOAP-JMS message: [ISS.0134.9009] Unable to send message to JMS provider "DEFAULT_IS_JMS_CONNECTION": com.wm.app.b2b.server.jms.JMSSubsystemException: javax.jms.JMSSecurityException: [BRM.10.5001] JMS: No send permissions for event type "JMS::Queues::wseQueue_SOAP_JMS_Alias" in client group "IS-JMS"
Open client group in MWS and add canpublish abd can subscribe properties for your destination
If your destination name doesn't apear there then first add document type and the do step1
Tomas
Hi webMethods Experts,
I am trying to create a SOAP over JMS web service.
1) Created Destination (queue) called "ClientQueue" with group "SOAP_JMS_Group"
2) Created JMS Connection Alias with the following properties.
-->Transaction Type: No Transaction
-->NATIVE WEBMETHODS API
-->Client Group :SOAP_JMS_Group
3) Created SOAP-JMS trigger, specified the above JMS Connection alias and Destination "ClientQueue" in that trigger.
TriggerName: soap_jms_trigger
4) Created Endpoint Alias for Provider with Transport Type JMS.
Type : Provider
Transport Type : JMS
JMS Trigger Name :Architect.SOAP_JMS:soap_jms_trigger
Delivery Mode : PERSISTENT
Time to Live :0
Priority :5
Reply To Name :
Reply To Type :
5) Created Provider for a flow service with SOAP 1.1 and JMS
6) With that provider WSDL created Consumer
when i am trying to run the connector of consumer i am getting the following error.
Exception --> org.apache.axis2.AxisFault: Unable to send SOAP-JMS message: [ISS.0134.9009] Unable to send message to JMS provider "DEFAULT_IS_JMS_CONNECTION": com.wm.app.b2b.server.jms.JMSSubsystemException: javax.jms.JMSSecurityException: [BRM.10.5001] JMS: No send permissions for event type "JMS::Queues::wseQueue_SOAP_JMS_Alias" in client group "IS-JMS"
Asadul
Open client group in MWS and add canpublish abd can subscribe properties for your destination
If your destination name doesn't apear there then first add document type and the do step1
Tomas
Thank You.
Its working fine now.