Charging and Control Applications (MOSC)

MOSC Banner

XParam for Data Coding Scheme

edited Jan 19, 2010 12:12AM in Charging and Control Applications (MOSC) 3 commentsAnswered ✓
 hi all,

in our Parlay X Send SMS interceptors, we can do this

reqCtx.put( "com.bea.wlcp.wlng.plugin.sms.DataCoding", new Byte( byVal ) );

and it will translate to right SMS Data Coding scheme when submit to the SMSC.

However, when we try to set this at the XParam

   <xparams xmlns="http://schemas.xmlsoap.org/soap/envelope/" env:mustUnderstand="0" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope" env:actor="http://schemas.xmlsoap.org/soap/actor/next">
         <param xmlns="" key="com.bea.wlcp.wlng.plugin.sms.DataCoding" value="16"/>
      </xparams>
   </env:Header>

It is not working.

Can anyone advise what is the right key value for this via xparam. Also is there any online oracle website that state all the xparams available for all api? tks

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center