Forum Discussion
Hi nmrao
The script doesn't throw any error.
The SOPAUI log has the below line if it helps "JMS Endpoint String does not contain a parameter at index 2, parameters: [MQSession, MyQueueName]
Thanks
A
- nmrao8 years agoChampion Level 3
Try changing below statement:
def jmsEndpoint = new JMSEndpoint("jms://MQSession::QueueName")
to
def jmsEndpoint = new JMSEndpoint("jms://${session}::${channelType}_${send}::${channelType}_${receive}")
session is MQSession
channelType is queue or topic
send is Name of the queue to which message has to be send
receive is Name of the queue on which it receives response
- asn_0078 years agoContributor
nmrao The error remains the same. I have copied below the exception log form my application's logging.
I have renamed some of the names below.
<RecoverableException>
<Function>mpgw_nameOf the EG</Function>
<Type>Multiprotocol Gateway</Type>
<Name/>
<Label/>
<Catalog>Datapower</Catalog>
<Severity>3</Severity>
<Number>0x00030001</Number>
<Text>illegal character 'R' at offset 0 of dpmq://dpmq_Eai/fsh_MQ_Name?RequestQueue=QueueName</Text>
</RecoverableException>- nmrao8 years agoChampion Level 3Re-iterating that it is not helpful unless full stack trace is posted (need to have match lines of the script as well)
Hope you are trying to send a soap request, right?
Related Content
- 6 years ago
Recent Discussions
- 15 years ago