| Author |
Message |
周平
New member Username: Yoyo_2153
Post Number: 4 Registered: 10-2006
| | Posted on Monday, July 02, 2007 - 02:59 am: | |
I know that i can send or receive a mms by using wap1,using the wtp/wsp protocol. I know the wtp and wsp pdu data format; I connect my device to the gateway address of wap1.0 with port 9201; then send and receive MMS by Send and receive wtp and wsp data. And it works fine in my project. Now I want to Know How to Send and Receive MMS by using wap2/http. I want to ask some questions. 1.Is there a gateway address of wap2 or http ? if there is, is it a IP address or a URL?Do i Need to connect my device to that address?How can i connect my device to that address? 2.After that, if a want to send or receive mms what kind of data should i send or receive. 3.Where i can find the format of the data i will send or receive? 4.would you please give me some example of what the http-connect pdu data like,and the http-post the http-get; can you give a example of those pdu data. thank you.
|
周平
New member Username: Yoyo_2153
Post Number: 5 Registered: 10-2006
| | Posted on Monday, July 02, 2007 - 03:10 am: | |
supply! The OS of My device is Windows CE. And it is also a phone. I want to Send and Receive MMS by my application. The application works on my device by using wtp/wsp. Can any body help me?
|
周平
New member Username: Yoyo_2153
Post Number: 6 Registered: 10-2006
| | Posted on Thursday, July 05, 2007 - 08:06 pm: | |
I have get some answer of those question. 1.Is there a gateway address of wap2 or http ?if there is, is it a IP address or a URL?Do i Need to connect my device to that address?How can i connect my device to that address? yes ,the gateway address is the same as wap1,but the port is 80.I connect my device to that address(IP) with a socket. 2.After that, if a want to send or receive mms what kind of data should i send or receive. I send and receive http data. 3.Where i can find the format of the data i will send or receive? 4.would you please give me some example of what the http-connect pdu data like,and the http-post the http-get; i use a software to get all the packet of http data on my pc.so i get some sample.
|
Bryce Norwood - NowSMS Support
Board Administrator Username: Bryce
Post Number: 7390 Registered: 10-2002
| | Posted on Tuesday, July 17, 2007 - 03:33 pm: | |
1. It is a host name or IP address and a port. You connect to it the same as you would connect to an HTTP proxy. 2. The same data as you would with WSP, but you would use use HTTP text headers instead of WSP binary headers. The content is the same. 3. MMS Encapsulation Protocol specification from the Open Mobile Alliance. 4. There is no connect PDU ... only GET and POST. Sorry ... I don't really have the time to collect construct complete samples for you, but hopefully this general information will help. |