Author |
Message |
Topic: Java SOAP with JMS IBM MQ transport - noCFName |
bbcno
Replies: 8 Views: 18124
|
Forum: IBM MQ Java / JMS Posted: Thu Oct 05, 2017 6:21 am Subject: Java SOAP with JMS IBM MQ transport - noCFName |
The cause of the error was actually the ORDER of the added external libraries.
The jars in MQ_INSTALLATION_PATH/java/lib must be added BEFORE the jars in MQ_INSTALLATION_PATH/java/lib/soap. |
Topic: Java SOAP with JMS IBM MQ transport - noCFName |
bbcno
Replies: 8 Views: 18124
|
Forum: IBM MQ Java / JMS Posted: Thu Oct 05, 2017 12:27 am Subject: Java SOAP with JMS IBM MQ transport - noCFName |
In the URL I needed to replace the & with & and remove the ports. Now it seems to work! |
Topic: Java SOAP with JMS IBM MQ transport - noCFName |
bbcno
Replies: 8 Views: 18124
|
Forum: IBM MQ Java / JMS Posted: Wed Oct 04, 2017 6:12 am Subject: Java SOAP with JMS IBM MQ transport - noCFName |
I have added
<transport name="jms" pivot="java:com.ibm.mq.soap.transport.jms.WMQSender"/>
to client-config.wsdd.
The error is now:
Required Option connectionF ... |
Topic: Java SOAP with JMS IBM MQ transport - noCFName |
bbcno
Replies: 8 Views: 18124
|
Forum: IBM MQ Java / JMS Posted: Fri Sep 29, 2017 6:08 am Subject: Java SOAP with JMS IBM MQ transport - noCFName |
Yes I've looked at the examples, but I'm a little confused:
Do I need a server running locally? The samples have both client and server on the same machine.
But in my case, since the endpoint is ... |
Topic: Java SOAP with JMS IBM MQ transport - noCFName |
bbcno
Replies: 8 Views: 18124
|
Forum: IBM MQ Java / JMS Posted: Fri Sep 29, 2017 1:38 am Subject: Java SOAP with JMS IBM MQ transport - noCFName |
public static void main(String[] args) throws MalformedURLException, ServiceException, Error, RemoteException{
com.ibm.mq.soap.Register.extension();
Wf1AGwImplLo ... |
Topic: Java SOAP with JMS IBM MQ transport - noCFName |
bbcno
Replies: 8 Views: 18124
|
Forum: IBM MQ Java / JMS Posted: Fri Sep 29, 2017 1:34 am Subject: Java SOAP with JMS IBM MQ transport - noCFName |
We have a java desktop application and need to call a web service from a customer. We have received the wsdl-file and the server side endpoint URL. It is built on dotNET / WCF and IBM MQ 8.
I belie ... |