Hello Guys, When working with it I was simply sending http POST requests to my aggregators web service, it was a very simple REST service.
By the looks of things its all grown up in the past year with some people using MM7 which appears to be an iterface built on SOAP, so instead of using a REST service and the standard cfhttp tag you'd have to look into using <cfinvoke> to call it... however, and here is where I think Rick has more experiance than me, some data is sent using SOAP attachments which are currently not supported by the standard cftags, so you would need to look at using one of the JAVA webservice libraries. I'm sure you will still find aggregators which give you the basic REST service to post to, they can then do the complicated work of making the MM7 protocol calls to the service providers. Robert ---------------------------------------- From: "Greg Morphis" <[EMAIL PROTECTED]> Sent: 16 May 2008 16:50 To: CF-Talk <[email protected]> Subject: Re: MMS in ColdFusion? I just spoke with my contact.. and they mention MM7 traffic via a VASP This is all greek to me.. will an SMS Aggregator still work here? Or will I need to go the openwave route? Thanks guys On Fri, May 16, 2008 at 10:44 AM, Greg Morphis wrote: > Apparently they have SOAP set up.. > if I just hit the URL I get > > SOAP Message Router > > Sorry, I don't speak via HTTP GET- you have to use HTTP POST to talk to me. > > > > On Fri, May 16, 2008 at 10:37 AM, Rich wrote: >> Robert, >> Were you doing a http post to the aggregator, or is there a way to send via >> MM7 that I completely missed? >> >> Rich >> >> >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:305460 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

