[wsf-c-dev] [jira] Updated: (WSFC-136) The expiration time is given
as "null"
in "RenewResponse" and "GetStatusResponse" elements received from the
server
Evanthika Amarasiri (JIRA)
jira at wso2.org
Mon Sep 17 22:22:48 PDT 2007
[ http://www.wso2.org/jira/browse/WSFC-136?page=all ]
Evanthika Amarasiri updated WSFC-136:
-------------------------------------
Summary: The expiration time is given as "null" in "RenewResponse" and "GetStatusResponse" elements received from the server (was: The expiration time is given as "null" in the "RenewResponse" received from the server)
Description:
When the subscriber sample is executed, the expiration value of the "RenewResponse" and "GetStatusResponse" sent from the server to the client is given as null
*****************************************************************************************************
<wse:RenewResponse xmlns:wse="http://schemas.xmlsoap.org/ws/2004/08/eventing">
<wse:Expires>(null)</wse:Expires>
</wse:RenewResponse>
*****************************************************************************************************
<wse:GetStatusResponse xmlns:wse="http://schemas.xmlsoap.org/ws/2004/08/eventing">
<wse:Expires>(null)</wse:Expires>
</wse:GetStatusResponse>
*****************************************************************************************************
Here, if there is nothing to be displayed as the expiration time, then it is better just to leave it as blank rather than displaying as null
was:
When the subscriber sample is executed, the expiration value of the "RenewResponse" sent from the server to the client is given as null
<wse:RenewResponse xmlns:wse="http://schemas.xmlsoap.org/ws/2004/08/eventing">
<wse:Expires>(null)</wse:Expires>
</wse:RenewResponse>
Here, if there is nothing to be displayed as the expiration time, then it is better just to leave it as blank rather than displaying as null
> The expiration time is given as "null" in "RenewResponse" and "GetStatusResponse" elements received from the server
> -------------------------------------------------------------------------------------------------------------------
>
> Key: WSFC-136
> URL: http://www.wso2.org/jira/browse/WSFC-136
> Project: WSO2 WSF/C
> Issue Type: Bug
> Components: Apache Savan/C (Eventing)
> Affects Versions: 1.1.0
> Environment: Windows XP, src.zip, libxml2-2.6.27.win32
> Reporter: Evanthika Amarasiri
> Assigned To: damitha kumarage
> Priority: Minor
>
> When the subscriber sample is executed, the expiration value of the "RenewResponse" and "GetStatusResponse" sent from the server to the client is given as null
> *****************************************************************************************************
> <wse:RenewResponse xmlns:wse="http://schemas.xmlsoap.org/ws/2004/08/eventing">
> <wse:Expires>(null)</wse:Expires>
> </wse:RenewResponse>
> *****************************************************************************************************
> <wse:GetStatusResponse xmlns:wse="http://schemas.xmlsoap.org/ws/2004/08/eventing">
> <wse:Expires>(null)</wse:Expires>
> </wse:GetStatusResponse>
> *****************************************************************************************************
> Here, if there is nothing to be displayed as the expiration time, then it is better just to leave it as blank rather than displaying as null
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the Wsf-c-dev
mailing list