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 "sudheer anumalasetty (JIRA)" <ji...@apache.org> on 2008/01/15 13:50:34 UTC

[jira] Updated: (AXIS2-3446) How to Capture the Server Side Session Value From Axis Client

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

sudheer anumalasetty updated AXIS2-3446:
----------------------------------------

    Description: 
Hi everyone: 

I have a situation like this 

My Service resides in PeopleSoft,which 
Have "CREATE","GET","FIND","UPDATE" methods. 

In "CREATE" method is used for creating claim,For this I am setting 
the parameters like CLAIMNO,CLAIMCTDT,DRFSTRPT etc.,where it 
returs Notification Value.If notification returns 1,claim created 
successfully else Fault. 

CLAIMNO that we set is always constant value "NEW". 

Once the claim created successfully,the CLAIMNO that we set is 
always constant value "NEW",there in server side database auto 
generated sequenceno will override on "NEW". 

Example: 

Client side: 

CLAIMNO: "NEW"(Always) 
CLAIMCTDT: 2008-01-13 
DRFSTRPT: 2008-01-13 

These parameter are sent to server ,after validations the server 
returns notification value 1 if success or throws fault exception. 

The overrided Claim no(Sequence no)generated in the server side  
database is in the server side session. 

say  CLAIMNO:WC00001(old value--"NEW") 

Problem: 
---------------
 From  Axis client ,I am successfully creating the Claim and getting the success notification(1), Using "XMLBEANS".
 How can I Capture the Updated server side session CLAIMNO(Ex:CLAIMNO:WC00001) value 
 from the Apache AXIS client, when the "CREATE" operation Success.

Hope i am clear. 
Thanks In advance., 

~Siddhu


  was:
Hi everyone: 

I have a situation like this 

My Service resides in PeopleSoft,which 
Have "CREATE","GET","FIND","UPDATE" methods. 

In "CREATE" method is used for creating claim,For this I am setting 
the parameters like CLAIMNO,CLAIMCTDT,DRFSTRPT etc.,where it 
returs Notification Value.If notification returns 1,claim created 
successfully else Fault. 

CLAIMNO that we set is always constant value "NEW". 

Once the claim created successfully,the CLAIMNO that we set is 
always constant value "NEW",there in server side database auto 
generated sequenceno will override on "NEW". 

Example: 

Client side: 

CLAIMNO: "NEW"(Always) 
CLAIMCTDT: 2008-01-13 
DRFSTRPT: 2008-01-13 

These parameter are sent to server ,after validations the server 
returns notification value 1 if success or throws fault exception. 

The overrided Claim no(Sequence no)generated in the server side  
database is in the server side session. 

say CLAIMNO:WC00001(old value--"NEW") 


Problem:How can i Capture the Updated server side session CLAIMNO value 
from the Apache AXIS client, As my "CREATE" operation only returns notification value(1 /Fault).

Hope i am clear. 
Thanks In advance., 

~Siddhu



> How to Capture the Server Side Session Value From Axis Client
> -------------------------------------------------------------
>
>                 Key: AXIS2-3446
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3446
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Task
>          Components: client-api
>    Affects Versions: 1.2
>         Environment: WINXP
>            Reporter: sudheer anumalasetty
>         Attachments: WEY_WC_CLAIM_CI_3.wsdl
>
>
> Hi everyone: 
> I have a situation like this 
> My Service resides in PeopleSoft,which 
> Have "CREATE","GET","FIND","UPDATE" methods. 
> In "CREATE" method is used for creating claim,For this I am setting 
> the parameters like CLAIMNO,CLAIMCTDT,DRFSTRPT etc.,where it 
> returs Notification Value.If notification returns 1,claim created 
> successfully else Fault. 
> CLAIMNO that we set is always constant value "NEW". 
> Once the claim created successfully,the CLAIMNO that we set is 
> always constant value "NEW",there in server side database auto 
> generated sequenceno will override on "NEW". 
> Example: 
> Client side: 
> CLAIMNO: "NEW"(Always) 
> CLAIMCTDT: 2008-01-13 
> DRFSTRPT: 2008-01-13 
> These parameter are sent to server ,after validations the server 
> returns notification value 1 if success or throws fault exception. 
> The overrided Claim no(Sequence no)generated in the server side  
> database is in the server side session. 
> say  CLAIMNO:WC00001(old value--"NEW") 
> Problem: 
> ---------------
>  From  Axis client ,I am successfully creating the Claim and getting the success notification(1), Using "XMLBEANS".
>  How can I Capture the Updated server side session CLAIMNO(Ex:CLAIMNO:WC00001) value 
>  from the Apache AXIS client, when the "CREATE" operation Success.
> Hope i am clear. 
> Thanks In advance., 
> ~Siddhu

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