Hi,
I am not able to connect to MDM server from Open Studio for MDM. It fails with "Failed to connect to MDM, please change MDM settings". The error message in the log file is given below:
Caused by: javax.xml.ws.WebServiceException: Failed to access the WSDL at: . It failed with:
.
at com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.tryWithMex(Unknown Source)
at com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.parse(Unknown Source)
at com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.parse(Unknown Source)
at com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.parse(Unknown Source)
at com.sun.xml.internal.ws.client.WSServiceDelegate.parseWSDL(Unknown Source)
at com.sun.xml.internal.ws.client.WSServiceDelegate.<init>(Unknown Source)
at com.sun.xml.internal.ws.client.WSServiceDelegate.<init>(Unknown Source)
at com.sun.xml.internal.ws.client.WSServiceDelegate.<init>(Unknown Source)
at com.sun.xml.internal.ws.client.WSServiceDelegate.<init>(Unknown Source)
at com.sun.xml.internal.ws.spi.ProviderImpl.createServiceDelegate(Unknown Source)
at javax.xml.ws.Service.<init>(Unknown Source)
at org.talend.mdm.webservice.TMDMService_Service.<init>(TMDMService_Service.java:39)
... 56 more
Caused by: java.io.FileNotFoundException:
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.net.URL.openStream(Unknown Source)
at com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.createReader(Unknown Source)
at com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.resolveWSDL(Unknown Source)
... 67 more
Should I create a new WSDL file to access the server? I am able to connect to the server through the web browser.
I restarted the Apache Tomcat and tried again, I am now getting "java.lang.reflect.InvocationTargetException" error. It says "Caused by: javax.xml.ws.WebServiceException: Method getCustomForm is exposed as WebMethod, but there is no corresponding wsdl operation with name {}getCustomForm in the wsdl
ortType{}TMDMService"
I read that discussion and I have the same setup explained in that discussion. Why is it looking for a wsdl in talend dot com? Can I create a local WSDL? I am able to connect through the web browser and also establish a connection in Server Explorer. It is only in "Create MDM Connection" that I am getting this error.