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 "san (JIRA)" <ax...@ws.apache.org> on 2011/07/11 13:58:00 UTC

[jira] [Commented] (AXIS-2225) org.apache.axis.client.Call.invoke() returns null on Linux but works on Windows

    [ https://issues.apache.org/jira/browse/AXIS-2225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13063297#comment-13063297 ] 

san commented on AXIS-2225:
---------------------------

Did anyone find a solution to this problem?
I have this problem too.

> org.apache.axis.client.Call.invoke() returns null on Linux but works on Windows
> -------------------------------------------------------------------------------
>
>                 Key: AXIS-2225
>                 URL: https://issues.apache.org/jira/browse/AXIS-2225
>             Project: Axis
>          Issue Type: Bug
>    Affects Versions: 1.2.1
>         Environment: Linux Red Hat Fedora Core 3 on x86, Sun SDK 1.4.2_08, Tomcat 4.1.31
>            Reporter: Fabio Da Soghe
>            Priority: Blocker
>
> I developed a simple web service, both server and client with Axis.
> The client is a proxy wrapper around the org.apache.axis.client.Call class, that should return my business data bean.
> The weird thing is that the client works great on windows (xp) but fail on linux (on the described environment).
> I've done every debug action I can think of and now I'm totally unable to think whatelse to try.
> The problem is that, after all the proper initialization, the call to org.apache.axis.client.Call.invoke() returns null, without any exception or log message. It doesn't even get to actually touch the remote web service: when I execute the client on linux, the server remains quiet (I trace every incoming request).
> I built this web service using the Eclipse WTP wizard, which created the proxy for me. Of course I didn't modified anything of the generated code.
> This is blocking me for several days now, so any help or hint about further investigation would be very appreciated.
> Of course I can post here any source code you would ask for, if it could be useful (the generated code is not very little).
> Thanks in advance.
> Fabio Da Soghe

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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