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

Andreas Veithen commented on AXIS2-4904:
----------------------------------------

Can you please do the following:
1. Test this with a nightly build from the trunk (not the 1.5 branch) to check 
whether this is a known issue that has been fixed in the meantime.
2. Provide a minimal AAR or WAR that allows to reproduce the issue?

> 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
>   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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to