cancel
Showing results for 
Search instead for 
Did you mean: 

Problem In sending SMS using xMII

Former Member
0 Kudos

Hi,

with reference to this <a href="/people/abesh.bhattacharjee/blog/2007/03/12/send-sms-to-india-from-xmii-115, I tried configuring xMII to send SMS in India.

But whenever I try to call webservice http://www.webservicex.net/SendSMS.asmx?WSDL,

It gives me following error on the first screen itself

SOAP service couldn't be loaded: the element type "P" must be terminated by the matching end-tag "</p>

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I suppose there may be a little mistake in the webservice link which you have specified in the configuration of the Web Service Action block.

Just try copying the following link Which I have just changed a bit. I tried working with this link and it works fine.

http://www.webservicex.net/SendSMS.asmx?WSDL

There was a comma at the end of the WebService Link

Hope this would be helpful.

Reward if helpful.

Regards,

Sowmiya M

Answers (2)

Answers (2)

abesh
Contributor
0 Kudos

Hi Musarrat,

If you had followed what was shown in the Blog, including the proxy configuration that Jeremy mentions, you would not have had this problem. Please have a look into the blog again as to how you can do this.

And yes, search the forum before posting !!

Cheers,

Abesh

Former Member
0 Kudos

Hi,

I searched the forum with the error descripton but couldn't find any relevant ones. And moreover it throws a list of hundreds of threads. I followed each step except the restarting the the service ServletExec from windows(as we don't have access to sever) . Instead I tried reloading it in ServletExec Admin console. I feel that will have the same effect.

One more thing I wud like to ask. I'm not sure if this is a issue.....but I noticed this when I try to configure the proxy.... after I hit save, the length of the password field changes to default length. Is it a sort of mask or there's some problem with the configuration...

(I'm using the same proxy which IE uses and user id and passwords are same)

jcgood25
Active Contributor
0 Kudos

Yes, the web page does a password mask, so don't be alarmed by the length changing.

If you've setup the proxy information properly then a test to follow would be to use an HTMLLoader to call http://www.google.com followed by a Tracer to see the results. If you get the html syntax of the search page then your proxy info is correct, and if not it should be easier to test than the failing step in the Web Service action wizard.

Regards,

Jeremy

jcgood25
Active Contributor
0 Kudos

Search the forum - similar issues like this have been discussed. The 'P' you are receiving is probably related to a Windows Proxy challenge making the http request to the outside www.webservicex.net domain.

You need to configure your proxy information in the System Management...System Administration page from the Menu.jsp.

Regards,

Jeremy