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 "Antas Mishra (JIRA)" <ji...@apache.org> on 2010/12/03 05:26:11 UTC

[jira] Issue Comment Edited: (AXIS2-4904) org.apache.axis2.AxisFault: null

    [ https://issues.apache.org/jira/browse/AXIS2-4904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12966403#action_12966403 ] 

Antas Mishra edited comment on AXIS2-4904 at 12/2/10 11:24 PM:
---------------------------------------------------------------

Dear Andreas Veithen,

This is the AAR file generated in "webapps\axis2\WEB-INF\services" directory.

Sorry, but I was unable to understand the first instruction.

      was (Author: antas512):
    This is the AAR file generated in "webapps\axis2\WEB-INF\services" directory
  
> org.apache.axis2.AxisFault: null
> --------------------------------
>
>                 Key: AXIS2-4904
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4904
>             Project: Axis2
>          Issue Type: Bug
>          Components: Addressing
>    Affects Versions: 1.5.2
>         Environment: Apache Tomcat/6.0.26
>            Reporter: Antas Mishra
>            Priority: Critical
>         Attachments: ABBReport.aar
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> I have made a WS which takes username & date as parameter.
> I am passing the date parameter over Browser (IE, Mozilla). But when I try to see the same in Web Service using a System.out.print(date). It gices null.
> I mean here that, whatever value I pass as second parameter it takes it as null.
> My URL is : http://localhost:8084/axis2/services/Report/getResult?name=XYZ&date=1291288924850. Both of them are the String values.
> When I check in getResult(String name, String date){
>         System.out.println(date);
> }
> The output value is null.

-- 
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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org