RE: MMS in ColdFusion?

2008-05-19 Thread Rich
How can I add VASID to the generated XML? there's not an option for it in the send.bat file? You will need to modify the java source (MM7SenderAndReceiver.java) and add: request.setVasId(yourVasId); Then recompile, run it again, and you'll see it in the XML packet. HTH, Rich Kroll

RE: MMS in ColdFusion?

2008-05-19 Thread Rich
I found it in C:\vaspsdk\src\samples\standalone Same error.. http code 500 235 [Thread-0] DEBUG com.openwave.mms.mm7.RelayConnection - [End Outgoing Requ est to Relay] APIException submitting message: http return code: 500(ClientError:2000) [End Thread[Thread-0,5,main] Iteration 0]

Re: MMS in ColdFusion?

2008-05-19 Thread Greg Morphis
I tried adding the project in Eclipse and it shows 100+ errors. So I have mainly been messing with the standalone folder.. I tried to compile the .java file using the command javac MM7MessageSender.java and got this.. MM7MessageSender.java:507: cannot find symbol symbol : class

RE: MMS in ColdFusion?

2008-05-19 Thread Rich
I tried adding the project in Eclipse and it shows 100+ errors. So I have mainly been messing with the standalone folder.. I tried to compile the .java file using the command javac MM7MessageSender.java and got this.. MM7MessageSender.java:507: cannot find symbol symbol : class

MMS in ColdFusion?

2008-05-16 Thread Greg Morphis
I did some google searching last night and found this : http://www.bennadel.com/blog/794-Sending-SMS-Picture-Messages-With-ColdFusion-And-CFMail.htm however when I tried it on my phone (which can send and receive picture messages)... it just came across as plain text.. I couldn't find much else

RE: MMS in ColdFusion?

2008-05-16 Thread Rich
Greg, I just completed a project that involved MMS. I don't know of a really simple way to send MMS messages from CF without the use of java. I used the openwave MMS SDK in combination with custom java classes to deliver MMS messages using the MM7 protocol under CF. If you would like I can

Re: MMS in ColdFusion?

2008-05-16 Thread Greg Morphis
Please do.. send me anything you can. I'll check out openwave MMS SDK On Fri, May 16, 2008 at 9:49 AM, Rich [EMAIL PROTECTED] wrote: Greg, I just completed a project that involved MMS. I don't know of a really simple way to send MMS messages from CF without the use of java. I used the

Re: MMS in ColdFusion?

2008-05-16 Thread Robert Rawlins
@houseoffusion.com Subject: Re: MMS in ColdFusion? Please do.. send me anything you can. I'll check out openwave MMS SDK On Fri, May 16, 2008 at 9:49 AM, Rich wrote: Greg, I just completed a project that involved MMS. I don't know of a really simple way to send MMS messages from CF without the use

Re: MMS in ColdFusion?

2008-05-16 Thread Greg Morphis
communication methods so you dont have to use cfhttp if you dont want. Robert From: Greg Morphis [EMAIL PROTECTED] Sent: 16 May 2008 16:08 To: CF-Talk cf-talk@houseoffusion.com Subject: Re: MMS in ColdFusion? Please do.. send me anything you can

RE: MMS in ColdFusion?

2008-05-16 Thread Rich
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

Re: MMS in ColdFusion?

2008-05-16 Thread Greg Morphis
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 [EMAIL PROTECTED] wrote: Robert, Were you doing a http post to the aggregator, or is there a

Re: MMS in ColdFusion?

2008-05-16 Thread Greg Morphis
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 [EMAIL PROTECTED] wrote: Apparently they have SOAP set

Re: MMS in ColdFusion?

2008-05-16 Thread Robert Rawlins
[EMAIL PROTECTED] Sent: 16 May 2008 16:50 To: CF-Talk cf-talk@houseoffusion.com 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

Re: MMS in ColdFusion?

2008-05-16 Thread Greg Morphis
16:50 To: CF-Talk cf-talk@houseoffusion.com 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

RE: MMS in ColdFusion?

2008-05-16 Thread Rich
I'm getting an error 'Network Error' on that form. Were you able to bypass that? Sadly, no. I posted to their forums regarding it when I first gained access to their SDK, but the only response I received was that It should work The only reason you would need to sign up with them is if you

RE: MMS in ColdFusion?

2008-05-16 Thread Rich
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? Ok, I'm assuming you spoke with your contact at your SMS aggregator and this is what they told you. That

Re: MMS in ColdFusion?

2008-05-16 Thread Greg Morphis
Cool I appreciate it. I've got the vaspid, vasid, url, short code, and xml schema. username and password is not required. I looked in the MM7MessageSender.. I only see the vaspid to edit.. I played with the send.bat in the standalone folder and modified the url there.. I keep getting

RE: MMS in ColdFusion?

2008-05-16 Thread Rich
Greg, I did a quick scan of the SDK source, and username / pass are required attributes. You can test and see if you can pass guest / dummy credentials and see if you can connect? I sent you a gtalk contact request, so ping me on IM if you need a hand Rich Kroll

Re: MMS in ColdFusion?

2008-05-16 Thread Greg Morphis
behind a firewall here at work.. no gtalk for me. I'll give that a try.. Thanks On Fri, May 16, 2008 at 2:46 PM, Rich [EMAIL PROTECTED] wrote: Greg, I did a quick scan of the SDK source, and username / pass are required attributes. You can test and see if you can pass guest / dummy

Re: MMS in ColdFusion?

2008-05-16 Thread Greg Morphis
dammit.. I don't need to put in a port number either. But I get a damn error message port out of range On Fri, May 16, 2008 at 2:54 PM, Greg Morphis [EMAIL PROTECTED] wrote: behind a firewall here at work.. no gtalk for me. I'll give that a try.. Thanks On Fri, May 16, 2008 at 2:46 PM, Rich

Re: MMS in ColdFusion?

2008-05-16 Thread Greg Morphis
port 80 got it.. and it looked like it was going to work! but didn't --=_Part_0_4916061.1210968518729 Content-Type: text/plain; name=test1.txt; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=test1.txt Content-ID: generic_content_id this is a

Re: MMS in ColdFusion?

2008-05-16 Thread Greg Morphis
I see in the DEBUG that it has VASPIDmy_id/VASPID I changed this in the MessageSender file.. request.setVaspID( myRealVaspId ); is there some other place in the src/ folder that defaults this to my_id ? the windows text search sucks On Fri, May 16, 2008 at 3:10 PM, Greg Morphis [EMAIL

Re: MMS in ColdFusion?

2008-05-16 Thread Greg Morphis
I found it in C:\vaspsdk\src\samples\standalone Same error.. http code 500 235 [Thread-0] DEBUG com.openwave.mms.mm7.RelayConnection - [End Outgoing Requ est to Relay] APIException submitting message: http return code: 500(ClientError:2000) [End Thread[Thread-0,5,main] Iteration 0] Finished 1

Re: MMS in ColdFusion?

2008-05-16 Thread Greg Morphis
How can I add VASID to the generated XML? there's not an option for it in the send.bat file? Thanks On Fri, May 16, 2008 at 3:35 PM, Greg Morphis [EMAIL PROTECTED] wrote: I found it in C:\vaspsdk\src\samples\standalone Same error.. http code 500 235 [Thread-0] DEBUG