PSWSDLOPER_VW

Return to Index

Service operation Details

PlatformView Text
DefaultSELECT A.IB_SERVICENAME , %TrimSubstr(B.IB_OPERATIONNAME,1,30) %Concat '.' %Concat %TrimSubstr(B.VERSIONNAME,1,30) , A.RTNGTYPE , B.DESCR , B.ACTIVE_FLAG , %TrimSubstr(C.IB_REQMSGNAME,1,30) %Concat '.' %Concat %TrimSubstr(C.INMSGVERSION,1,30) , %TrimSubstr(C.IB_RESPMSGNAME,1,30) %Concat '.' %Concat %TrimSubstr(C.OUTMSGVERSION,1,30) , %TrimSubstr(C.IB_FLTMSGNAME,1,30) %Concat '.' %Concat %TrimSubstr(C.FLTMSGVERSION,1,30) , A.IB_USERPWDREQ , B.IB_EXPORTSTATUS FROM PSOPERATION A , PSOPRVERDFN B , PSOPRVERMSGS_VW C WHERE A.IB_OPERATIONNAME = B.IB_OPERATIONNAME AND A.DEFAULTVER = B.VERSIONNAME AND B.IB_OPERATIONNAME = C.IB_OPERATIONNAME AND B.VERSIONNAME = C.VERSIONNAME AND A.RTNGTYPE IN ('A', 'S', 'R') AND EXISTS ( SELECT 'X' FROM PSRTGANYPARMVW X WHERE X.IB_OPERATIONNAME = B.IB_OPERATIONNAME AND X.VERSIONNAME = B.VERSIONNAME)

  • Related language record: PSWSDLOPER_LVW
  • PeopleSoft Field NameDescription
    IB_SERVICENAMEService
    IB_OPERWITHVERService Operation
    RTNGTYPERouting Type
    A=Asynchronous - One Way
    N=Synchronous Non-Blocking
    R=Asynch Request/Response
    S=Synchronous
    X=Asynch to Synch
    DESCRDescription
    ACTIVE_FLAGActive Flag
    A=Active
    I=Inactive
    IB_INMSGWITHVERApplication Message Name. Name of the Application Message Definition.
    IB_OUTMSGWITHVERApplication Message Name. Name of the Application Message Definition.
    IB_FLTMSGWITHVERApplication Message Name. Name of the Application Message Definition.
    IB_USERPWDREQUser/Password Required

    Y/N Table Edit

    IB_EXPORTSTATUSExport Status
    C=Changed After Export
    E=Exported
    N=Not Exported

    Author: PeopleTools

    Return to Index

    © Go-Faster Consultancy Ltd.  Last updated 24 July 2010