Answered by:
Problem with SMS Sending Service

Question
-
Hi,
I need to send SMS to any netowrk in the world through my code (ASP.NET 2.0). I tried the bt mashup from the site and faced the following problem:
https://xia.bt.com/endpoint/SMS/OneWaySMS/2007/01
(BT mashup).I tried using the SMSOneWay and SMSService User control from SDK controls. I have registered myself at the http://web21c.bt.com , obtained a UserId and also have installed the certificate on my PC.I have also registered the application and modified the wsepolicysettings as recommneded .
Since I am working behind a proxy server(all my requests go via a proxy server), the control fails to perform throwing a "Proxy Authentication Required" error. I cannot turn off the proxy as it is mandatory here with in my company. So I have done the following in my code :
WebProxy
pro = new WebProxy("myproxyserver IP",port);pro.Credentials =
new NetworkCredential(have given my credentials); string[] id = { "my phone no." };smsOneWaySMSService1.Proxy = pro;
smsOneWaySMSService1.sendMessage(id,
"my mail id", "test");I have assumed that the first parameter recepeint URIs are the phone no.s .
I get the following error :
IDP Rule 'Process Error' aborted processing.
No /soap:Envelope/soap:Header/wsse
ecurity/wsu:Timestamp elements found
What is the solution for this ? Also, if I do not want to use this control,what are the WS addressing fields that I should populate in order to hit the service?
Regards
Tuesday, March 27, 2007 12:36 PM
Answers
-
Thanks! Will post it there.
Regards
Thursday, March 29, 2007 6:37 AM
All replies
-
Thanks for your query.
BT maintain their own forum for queries specific to their Web21C SDK at web21c.bt.com.. Please repost there.
Wednesday, March 28, 2007 3:54 PM -
Thanks! Will post it there.
Regards
Thursday, March 29, 2007 6:37 AM -
Nice question...
Its good to see different ideas..
But i wont be able to give solution ,
if u got the ans then plz post that here..
Thursday, May 31, 2007 6:00 PM -
Akshat is ryte...
me too waiting for the answerThursday, May 31, 2007 6:03 PM -
Do not sit idle,
search it on the net and ask frm yr faculties if u r really interested in
Thursday, May 31, 2007 6:04 PM -
Yes akshat
I'll try my best to find out the solution of this prob.Thursday, May 31, 2007 6:05 PM -
The thread on the Web21C forums containing the answer can be found here:
http://sdk.bt.com/Community/Forum/tabid/70/forumid/7/threadid/638/scope/posts/Default.aspxFriday, June 1, 2007 8:41 AM