[ https://issues.apache.org/jira/browse/AXIS2-3446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
sudheer anumalasetty updated AXIS2-3446: ---------------------------------------- Issue Type: Bug (was: Task) > 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: Bug > 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]