[ https://issues.apache.org/jira/browse/CXF-6905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Daniel Kulp resolved CXF-6905. ------------------------------ Resolution: Incomplete Fix Version/s: Invalid This is likely due to trying to load complex/large wsdl/schemas over a slow network. Ini anycase, a test case would be required or at the very least, thread dumps to see where the time is being spent. > CXF service and getport takes a lot of time, more than 20 minutes > ----------------------------------------------------------------- > > Key: CXF-6905 > URL: https://issues.apache.org/jira/browse/CXF-6905 > Project: CXF > Issue Type: Task > Affects Versions: 3.1.6 > Environment: JDK1.8 > Reporter: jesusincamedio > Labels: cxf, getport, service.create > Fix For: Invalid > > > Hi, > I am developing a SOAP client with CXF. > I have the code generated by wsdl2java. > I have done a JAR executable to test. > When I try to make a request, I do this first: > Service ss = Service.create(wsdlURL, SERVICE_NAME); > MiNTService port = ss.getPort(MiNTServiceSOAP, MiNTService.class); > The service.create expends 10 minutes > The gerPort() expends 10 minutes too. > And after all that time... the request is done. > What could be happening????. > Thanks at all -- This message was sent by Atlassian JIRA (v6.3.15#6346)