Post xml

Post xml SearchSearch
Author Message
alya
New member
Username: Alya

Post Number: 7
Registered: 12-2003
Posted on Wednesday, May 17, 2006 - 01:19 am:   

hi brice.
I connect to operator via http.
and success send sms, with usually http get parameters. But in another case when we need to send binary, we should send via http post and xml format, like this :
<PUSH>
<UID>user</UID>
<PWD>password</PWD>
<SID>77700010000001</SID>
<TID>20003040124000000000</TID>
<MSISDN>62816100665</MSISDN>
<CONTENT TYPE="binary">
<LINE NUMBER="1">0B05041582000000030D030...</LINE>
<LINE NUMBER="n">0B05041582000000030D030…</LINE>
</CONTENT>
<DCS>0</DCS>
<UDHL>0</UDHL>
</PUSH>
/////////
could you teach me how to do this (send http post via nowsms) ?
thank you.
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 5945
Registered: 10-2002
Posted on Wednesday, May 17, 2006 - 08:03 pm:   

Hi Alya,

We don't have any support for that type of format ... only HTTP GET. I'll have to review it with engineering again, but we haven't had any good ideas for how to define an HTTP POST template.

-bn