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 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 -- 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]