Re: How to set more than one metadata in the http request

2011-01-21 Thread Alejandro Guerrieri
You're using %3F to separate them, which is "?" where you should use "&". Your meta-data decodes as: ?smpp?session_info=00?service_op=2 Where it should be: ?smpp?session_info=00&service_op=2 Which is encoded as: %3Fsmpp%3Fsession_info%3D00%26service_op%3D2 Hope it helps, Alex On Fr

Re: How to set more than one metadata in the http request

2011-01-21 Thread Alejandro Guerrieri
Please ellaborate? Attach logs, examples, etc. Regards, Alex On Fri, Jan 21, 2011 at 8:40 AM, Kanchan K wrote: > Hi, > i need to set 2 optional paramanters in the send sms http request.Can > anybody suggest how to set the same in the url? > I have tried few combinations but only one is recogniz

How to set more than one metadata in the http request

2011-01-20 Thread Kanchan K
Hi, i need to set 2 optional paramanters in the send sms http request.Can anybody suggest how to set the same in the url? I have tried few combinations but only one is recognized and the other is being ignored or both of them are not recognized. Thanks in advance