Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
3answers
2k views

Parse and query SOAP in C#

I am trying to parse a heavily namespaced SOAP message (source can be found also here): <?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope ...
1
vote
0answers
186 views

How to sending MMS with MM7 using java?

Please let me know is there any way to send MMS using MM7 protocol in java? If there is a free API to generate the appropriate SOAP message please let me know it too. I'm in a dead end situation and I ...
1
vote
0answers
241 views

how can I parse http post content included well formed XML and binary data?

I am receiving mobile originated MMS to some web app as http post. When I receive the content it includes some raw information, a well formed XML and Binary formatted data (i.e. Image). I want to ...
0
votes
0answers
328 views

DRM content with MM7 protocol Submit Request

I am creating a SOAP request to MMSC for posting DRM content (.dm file which is a 3gp video). I am using Saaj API for the same. The MMSC to which I sending the request to says that they need the ...
0
votes
3answers
295 views

Opensource (or paid with trial) MM7 test Server?

Does anyone know of a MM7 server I can use for testing my MMS client? I've looked at mm7.net, but this is more of a toolkit than a testserver. And it is really lacking in good documentation (a how to ...
0
votes
1answer
113 views

Needed: MM7 server for .Net

I'm looking for MM7 server that can be used within a .Net program, on windows server 2008 environment. What I found so far: InetLab MM7.Net - not very stable on Win2008, but OK, ActiveXperts SMS ...
0
votes
2answers
333 views

Needed: MM7 message builder in .Net

Background In the mobile world, MM7 is a multimedia message that uses XML/SOAP as its content and HTTP as its transport (wiki). What I want some kind of a message builder (a DSL engine is ...