Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Incomplete
-
3.1.6
-
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