[ 
https://issues.apache.org/jira/browse/AXIS2-4904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Antas Mishra updated AXIS2-4904:
--------------------------------

    Description: 
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.

  was:
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.


> 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