I have been given WSDL and XSD files for Tibco Web service. Along with that I have Tibco queue details. I need to hit the Tibco sync queue and get the response from the queue. My question is hot to create the java stub(client) with appropriate endpoint address. When I create the stub using CXF, it says "nvalid endpoint address" while I running the stub client.
There is another option to send request to queue using spring's WebServiceTemplate. But to construct the input XML message.
Does any one call the Tibco webservice from Java? Which is the best way?