Re: Newbie merlin/http question (find out about SOAP)

Idris B Saliu <[email protected]> Sun, 17 Oct 2004 13:34:42 +0100
Newsgroups gmane.comp.jakarta.avalon.user
Message-ID <[email protected]>
Thanks Samuel,
    Here is a sample XML message:

<?xml version="1.0" ?><request version="2.0" protocol="paging" 
type="sendpage"><subscriber id="123-456-789-12345"/><page 
pin="+13478668829" callback="+17186232515" text="Hello World"/><ticket 
id="JP4RV-7FG1U-8S7EG-J0RH9" fee="2.0"/></request>'

--idris

On Oct 17, 2004, at 12:31 PM, Samuel Ferrer wrote:

>
> Just look into the message and see if the tags are of this kind: 
> <soap:xxxx>bla bla</soap:xxxx>
> /Maquina
>
>> From: Idris B Saliu <[email protected]>
>> Reply-To: "Avalon framework users" <[email protected]>
>> To: [email protected]
>> Subject: Newbie merlin/http question
>> Date: Sun, 17 Oct 2004 01:51:26 +0100
>>
>> Hi All,
>>   I have a couple of question regarding merlin I hope some people 
>> here will be able to help me with. I working on project involving 2 
>> way text messaging. It goes like this, a user sends a text message to 
>> a particular number and the mobile phone company routes the message 
>> to our SMS Server/Gateway. The SMS server can then pass on the 
>> message to web server in the form of an HTTP POST request. The POST 
>> request is sent as xml encoded as form data contained in the "xml" 
>> parameter. It's left to me to parse the XML data using an SDK 
>> provided by the SMS gatewat vendor. My question is this, does merlin 
>> have any type of built-in servlet engine that can handle the HTTP 
>> POST request made by the SMS server. Although I'm not a web 
>> application guru, I was able to accomplish this with tomcat and also 
>> Apache/perl CGI scripts. After explaining the project to a friend he 
>> suggested I take a look at merlin because of the applications we are 
>> trying to build around the text messaging platform. I don't know what 
>> merlin's learning curve is like, I've done most of my development 
>> work in J2SE with very little exposure to Enterprise java 
>> development, I don't know if J2EE is a prerequisite for learning 
>> merlin. Any information would be greatly appreciated. Thanks in 
>> advance.
>>
>> --idris
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>
> _________________________________________________________________
> Express yourself instantly with MSN Messenger! Download today it's 
> FREE! http://messenger.msn.com/
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>