jesusincamedio created CXF-6905:
-----------------------------------

             Summary: 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


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.4#6332)

Reply via email to