You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "estelle dumas (JIRA)" <ax...@ws.apache.org> on 2007/02/01 14:57:05 UTC

[jira] Created: (AXIS-2621) conflcti between swing client and axis

conflcti between swing client and axis
--------------------------------------

                 Key: AXIS-2621
                 URL: https://issues.apache.org/jira/browse/AXIS-2621
             Project: Axis
          Issue Type: Bug
    Affects Versions: 1.3
         Environment: linux fedora core 4, eclipse 3.2, plugin WTP (axis 1.3), swing, java 1.5
            Reporter: estelle dumas
             Fix For: 1.3


Hello,
I am a french student (sorry for my bad english!)

I made a java web service with Eclipse WTP and generated a client. I hava to integrate the client into the project of the team.
The project can either be invoked into command line, or through a graphical interface.

I have a problem with that :
-when I use the command line mode, and when I call the function which call the web service, everything is allright, the request and the reponse are very fast.
- when I use the graphical interface mode and when I invoke this function, both request and reponse are very slow. We have understood, with debogging, that the graphical interface interacts with the axis client, and we thought about creating a new thread, in charge of the call to the web service. That doesn't change anything !

The call to the service web implies the call to the method "java.lang.object _resp = _call.invoke(Object ...)", which is part of the ServiceSoapBindingStub class, generated by Eclipse during the generation of the client. This is this method which takes all the time, and make the request and the respons so slow.

Could you help me? Do you have a solution?
Thanks in advance,
Estelle Dumas


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org