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 preferable) that builds the SOAP (XML) message itself, so that I can actually view the raw message without sending it.
What I found so far
......
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 xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header>
<ns1:Transac...
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 and MMS Toolkit 5.2 - only SMS server, no MM7 server.
Any other ideas?
...
Hi,
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 guide etc).
thanks
...
Hi Guys,
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 fetch the XML so I can parse it and binary data from the content to convert it into an image.
Following is the content sample:
...