Plz help me reagrding my wap push issue.. very urgent..

Plz help me reagrding my wap push issue.. very urgent.. SearchSearch
Author Message
kumaravel
New member
Username: Kumara1423

Post Number: 1
Registered: 09-2006
Posted on Thursday, September 21, 2006 - 01:47 pm:   

Hi,

I am configured now sms with my operator using http....
I can send text sms easily to my mobile..
when i send wap push i get mesg in my mobile like..8E0601B002066A00850A036B6B2E636F6D000601

when i luk my log file it has sum thing like this.
2006-09-21 17:37:00,45127D26.req,111.111.11.11,91999999,OK -- HTTP -ipaddress:port,Binary=1;DCS=F5;UDH=0605040B8423F0;Data=8E0601B002066A00850A036B 6B2E636F6D000601

please help me regarding this problem...

and also tell me how to send midlet through wap push using now sms..


Thanks,
Kumar
kumaravel
New member
Username: Kumara1423

Post Number: 2
Registered: 09-2006
Posted on Thursday, September 21, 2006 - 02:10 pm:   

any body of u sended wap push sucessfully using nowsms??????????
Plz reply......

Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 6560
Registered: 10-2002
Posted on Thursday, September 21, 2006 - 03:24 pm:   

Hi Kumar,

What is the SMS service provider that you are using?

I see that you are connecting to them via HTTP.

Since you are receiving the hex data as plain text (instead of binary data) ... and the UDH (user data header) does not appear to be present, I would conclude one of the following is true:

1.) The binary URL template that you are using is not correct for your service provider, and is not properly indicating to the service provider that the message is binary.

2.) Your SMS service provider does not support binary messages, and supports only text messages.

WAP Push messages use a binary form of SMS.

-bn
kumaravel
New member
Username: Kumara1423

Post Number: 3
Registered: 09-2006
Posted on Friday, September 22, 2006 - 06:12 am:   

Hi bryce thanks for ur reply....

My operatot is airtel India...

I am using the binary url provided by my operator to send pic msg sucessfully, I am using the url directly in this case, but using now sms i am not able to send pic msg too... Leave this pic msg problem help regarding my wap push issue..

I also heard from my operator that sum of the users sending wap push successfully using the binary url provided by them.

Tel me vat is the actual problem with my issue...

waiting 4 ur reply.....

Reagrds,
Kumar

Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 6570
Registered: 10-2002
Posted on Friday, September 22, 2006 - 07:45 pm:   

Hi Kumar,

What is the URL template that you are using? (Please show me the text URL template and the binary URL template.)

Do you have a link to any information from the provider about their URL formats?

You may want to enable the SMSDEBUG.LOG (easiest to do this via the option on the "Serial #" page of the NowSMS configuration dialog). When you are connecting to an HTTP SMSC, the SMSDEBUG.LOG will show you the exact URL that it is using when it sends a message.

I expect an option is missing in the URL for indicating that the message is binary. And I also expect an option may be missing in the URL for including the user data header (UDH).

-bn