cancel
Showing results for 
Search instead for 
Did you mean: 

Sending SMS through frontend in MI 7.0/7.1

Former Member
0 Kudos

Hi,

Can anybody please provide me with some information as how to send a sms from front end in MI 7.0 or MI 7.1....

We can send sms from backend as if now...

But sending the same from front end is an issue...

Please provide any information regarding it...

Regards,

Shivaani

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Shivaani,

Please refer to this [how to guide|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/3050eada-5fcf-2b10-2b8a-b9f90366132a]. This might help you out in solving your usecase.

Best Regards

Sivakumar

Former Member
0 Kudos

hii siva,

thanks a lot....i went through but it is not helping from my perspective..

i need to send sms from front end which is actually not given in the guide....

Former Member
0 Kudos

Hi,

simply create JNI connection to internal SMS sending method - voila. Not mentioned anywhere here, cause it is not a usual thing we do. If we want to connect to the backend, we know that we do this bnow and we press a button and call sync service. If you want to send SMS from client to ..... then use the system owned SMS method that is (as I mentioned) like everything from inside Java accessible by JNI - even on the PDA.

Or send the data to the backend via Sync and send SMS from there

Hope this helps to find the solution.

Regards,

Oliver

Former Member
0 Kudos

Hi Oliver,

Sending sms from bacend is not an issue i suppose..

but sending it thru pda to bacend is wat i want..

M studying JNI, but m i suppose to make an application using JNI in webdynpro or J2EE...???

i thnk a smart sync MI application will not help...

Kindly guide ....

and Can u pls give some more details..

I need to figure that out asap...

Former Member
0 Kudos

Posting here for the community's benefit:

Dear Shivaani,

As I told you last week, and now restated by Oliver, we need to use JNI (Java Native Interface). There are 2 ways you can do this

1. Use JNI to access a Platform Builder/Microsoft Managed C++ Library- DLL

2. Use JNI to access easier methods from dll of Smart Device Framework Community Edition from http://www.opennetcf.com/

http://www.opennetcf.com/library/sdf/

Checkout which dll you need to use from the Library above -OpenNETCF.Phone.Sms namespace

Get the community edition to install onto the device from the following link:

http://www.opennetcf.com/LinkClick.aspx?fileticket=ZZBxc7fhnz4%3d&tabid=65&mid=959

Some JNI Resources in the web:

http://java.sun.com/docs/books/jni/

http://java.sun.com/j2se/1.4.2/docs/guide/jni/

http://mindprod.com/jgloss/jni.html

http://www.jguru.com/faq/JNI

http://en.wikipedia.org/wiki/Java_Native_Interface

Regards,

Veera

Edit:

Note:

Using Microsoft's library will be best since Smart Device framework is again using the native microsoft library for the functionality required.

Edited by: Veeraraagavan R on Apr 3, 2009 1:20 PM