Home > error retrieving > error retrieving wsdl ports

Error Retrieving Wsdl Ports

this post in threaded view ♦ ♦ | Report Content as Inappropriate ♦ ♦ Error retrieving the WSDL definition from the inline WSDL Hi, When adding a WSDL Endpoint, I'm receiving an error: "Error retrieving the WSDL definition from the inline WSDL". I've specified the WSDL URI, Service and Port. The WSDL is online accessible and is an Axis2-based deployment. PS: If required, I can send the WSDL privately. 2009-02-20 09:12:37,586 [-] [http-9443-Processor2] ERROR WSDL11EndpointBuilder Error retrieving the WSDL definition from the inline WSDL. 2009-02-20 09:12:37,586 [-] [http-9443-Processor2] ERROR EndpointFactory Couldn't create endpoint from the given WSDL URI : Error retrieving the WSDL definition from the inline WSDL. org.apache.synapse.SynapseException: Error retrieving the WSDL definition from the inline WSDL. at org.apache.synapse.config.xml.endpoints.utils.WSDL11EndpointBuilder.handleException(WSDL11EndpointBuilder.java:198) at org.apache.synapse.config.xml.endpoints.utils.WSDL11EndpointBuilder.createEndpointDefinitionFromWSDL(WSDL11EndpointBuilder.java:98) at org.apache.synapse.config.xml.endpoints.WSDLEndpointFactory.createEndpoint(WSDLEndpointFactory.java:121) at org.apache.synapse.config.xml.endpoints.EndpointFactory.getEndpointFromElement(EndpointFactory.java:63) at org.apache.synapse.config.xml.SynapseXMLConfigurationFactory.defineEndpoint(SynapseXMLConfigurationFactory.java:202) at org.wso2.carbon.endpoint.service.EndpointAdmin.addEndpoint(EndpointAdmin.java:269) indika kumara-2 Reply | Threaded Open this post in threaded view ♦ ♦ | Report Content as Inappropriate ♦ ♦ Re: Error retrieving the WSDL definition from the inline WSDL Hi stlecho Unfortunately, in the ‘WSDL11EndpointBuilder’, we have ignored the error messages for ‘malformed xml - XMLStreamException ‘and ‘errors when creating the wsdl definition instance using WSDLReader – WSDLException’. It seems issue is with WSDL – may be resolving schema, if there are any. Thanks Indika stlecho wrote: > Hi, > > When adding a WSDL Endpoint, I'm receiving an error: "Error retrieving the > WSDL definition from the inline WSDL". I've specified the WSDL URI, Service > and Port. The WSDL is online accessible and is an Axis2-based deployment. > > PS: If required, I can send the WSDL privately. > > 2009-02-20 09:12:37,586 [-] [http-9443-Processor2] ERROR > WSDL11EndpointBuilder Error retrieving the WSDL definition from the inline > WSDL. > 2009-02-20 09:12:37,586 [-] [http-9443-Processor2] ERROR EndpointFactory > Couldn't create endpoint from the given WSDL URI : Error retr

This Site Careers Other all forums Forum: Web Services Error in retrieve/generate WSDL in https/ssl Stefano Farella Greenhorn Posts: 1 posted 7 years ago Hi to all! I’m developing a MIDP application (with Netbeans 6.5) that should be use https web services (I’m using Tomcat 6). The MIDP application and the web server are in two different computers. The MIDP application works well if I use the http connection (I can retrieve the wsdl and generate stubs automatically from the “Java ME Web Service Client Information” form). To automatically retrieve the wsdl configuration I use the following address http://10.72.167.22:8080/easyMobileWSApplication/easyMobileWS?wsdl and all http://wso2-oxygen-tank.10903.n7.nabble.com/Error-retrieving-the-WSDL-definition-from-the-inline-WSDL-td35713.html works well. When I try to retrieve wsdl from https I use https://10.72.167.22/easyMobileWSApplication/easyMobileWS?wsdl but the Netbeans utility shows me the following error: “Download file, I/O exception: HTTPS hostname wrong: should be <10.72.167.22> (Check the proxy settings)." I do not use a proxy. I try to use both 8443 and 443 port in the server.xml tomcat file in order to configure tomcat to use correctly the https connections. https://coderanch.com/t/426822/Web-Services/java/Error-retrieve-generate-WSDL-https In Explorer everything works well: I can see the services list both in http and https. Note that in the https connection I must confirm the certificate exception (generated with keytool). Shall I install the certificate on the client? If so, how can I do it? Any suggestion will be appreciate. Thanks in advance. Stefano P.S.: this is my actual Tomcat server.xml file: