XParam for Data Coding Scheme
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