12 years ago
Setting data type of JMS messages
Hi,
I am able to send JMS messages using the standard Soap Test Request teststep.
The only issue I have is that I cannot specify the type (Long, String) of a JMS Property. This is possible directly using Hermes but when using SoapUI, I can only add the name and value of the property.
How can I specify the type of the property?
(As a workaround, I'm using a groovy script where I use setLongProperty to add a property of type Long, setStringProperty to add a property of type String, etc.)
Kind regards,
Rob
I am able to send JMS messages using the standard Soap Test Request teststep.
The only issue I have is that I cannot specify the type (Long, String) of a JMS Property. This is possible directly using Hermes but when using SoapUI, I can only add the name and value of the property.
How can I specify the type of the property?
(As a workaround, I'm using a groovy script where I use setLongProperty to add a property of type Long, setStringProperty to add a property of type String, etc.)
Kind regards,
Rob