cancel
Showing results for 
Search instead for 
Did you mean: 

SendSMS webservice

Former Member
0 Kudos

Hi

I was trying to test the operation using the HTTP POST protocol by clicking the click the 'Invoke' button , pls check the following link (click on SendSMSToIndia)

http://www.webservicex.net/wcf/ServiceDetails.aspx?SID=21

I have options to give the following parameters and value

Parameter Value

MobileNumber: ***********

FromEmailAddress: ************

Message: ***************

when I click on the invoke button. The result shows

" This XML file does not appear to have any style information associated with it. The document tree is shown below."

<SMSResult>

<FromEmailAddress>dushanthry@yahoo.com</FromEmailAddress>

<MobileNumber>my mobile number</MobileNumber>

<Provider>Not Covered</Provider>

<State>Not Covered</State>

<Status>Not Covered</Status>

</SMSResult>

what is meant by this ? what is this error ?

Thanks

dushanth

Message was edited by:

dushanth ry

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hey

this looks like a problem with the website,it has nothing to do with XI,please contact the website admin.

i tried the same and its also giving me the same error

Thanx

Aamir

Answers (1)

Answers (1)

Former Member
0 Kudos

It looks like your XML is incomplete, shouldnt you have some header information like <?xml version="1.0" encoding="UTF-8"?> at least at the top ?