Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-6905

CXF service and getport takes a lot of time, more than 20 minutes

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Major
    • Resolution: Incomplete
    • 3.1.6
    • Invalid
    • None
    • JDK1.8

    • Unknown

    Description

      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

      Attachments

        Activity

          People

            Unassigned Unassigned
            jesusincamedio jesusincamedio
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: