The response XML is the following: <?xml version="1.0"?><SOAP-ENV:Envelope xmlns="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-5-MM7-1-2" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><SOAP-ENV:Fault><SOAP-ENV:faultcode>SOAP-ENV:Client</SOAP-ENV:faultcode><SOAP-ENV:faultstring>4817:Validation error</SOAP-ENV:faultstring></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>!
On Mon, 2008-07-07 at 17:58 +0300, P. A. Bagyenda wrote: > The first XML definitely wasn't sent by Mbuni (transaction ID format > is different). Could you show us the error you are getting? > On Jul 07, 2008, at 16:38, Marco Lopes wrote: > > > Hi, > > > > I've been trying to send MMS using the cvs-20080530 version of Mbuni. > > Previously I've sent MMS using a version from May 2007 and was able to > > send, now the MMSC i'm trying to connect to reply with a Validation > > Error. It seems that the problem is a difference in the XML format. > > I'm > > specifying the version on the configuration. > > > > The configuration: > > > > group = mmsc > > id = 3006 > > mmsc-url = http://3006:[EMAIL PROTECTED]:10021/vas_soap > > incoming-port = 9393 > > mm7-version = 5.3.0 > > mm7-soap-xmlns = > > http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-5-MM7-1-2 > > type = soap > > allowed-prefix = 93;+35193;35193;0035193 > > > > > > The old XML was: > > > > <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">^M > > <env:Header>^M > > <mm7:TransactionID > > xmlns:mm7="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-5-MM7-1-2 > > > > " env:mustUnderstand="1">ADzy94Qs4uUZWtE0D</mm7:TransactionID>^M > > </env:Header>^M > > <env:Body>^M > > <DeliveryReportReq > > xmlns="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-5-MM7-1-2 > > > > ">^M > > <MM7Version>5.3.0</MM7Version>^M > > <MMSRelayServerID>MMH1</MMSRelayServerID>^M > > <MessageID>FE53FDBA-1DD1-71B2-B864-832D59240000</MessageID>^M > > <Recipient><RFC2822Address>351931084662/TYPE=PLMN</RFC2822Address></ > > Recipient>^M > > <Sender><RFC2822Address>+3006/[EMAIL PROTECTED]</ > > RFC2822Address></Sender>^M > > <Date>2008-04-16T16:42:42Z</Date>^M > > <MMStatus>Expired</MMStatus>^M > > </DeliveryReportReq>^M > > </env:Body>^M > > </env:Envelope>^M > > > > > > The new XML is: > > > > > > <?xml version='1.0' encoding='UTF-8'?> > > <SOAP-ENV:Envelope > > xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> > > <SOAP-ENV:Header> > > <mm7:TransactionID > > xmlns:mm7="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-5-MM7-1-2 > > > > " SOAP-ENV:mustUnderstand="1">Mbuni-v-jo-qf7891.1.x243.72</ > > mm7:TransactionID> > > </SOAP-ENV:Header> > > <SOAP-ENV:Body> > > <mm7:SubmitReq > > xmlns:mm7="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-5-MM7-1-2 > > > > "> > > <mm7:MM7Version>5.3.0</mm7:MM7Version> > > <mm7:SenderIdentification> > > <mm7:VASPID>3006</mm7:VASPID> > > <mm7:VASID>3006</mm7:VASID> > > <mm7:SenderAddress>3006</mm7:SenderAddress> > > </mm7:SenderIdentification> > > <mm7:Recipients> > > <mm7:To> > > <mm7:Number>+351936390553</mm7:Number> > > </mm7:To> > > </mm7:Recipients> > > <mm7:TimeStamp>2008-07-02T14:11:31Z</mm7:TimeStamp> > > <mm7:ExpiryDate>2008-07-09T13:11:31Z</mm7:ExpiryDate> > > <mm7:DeliveryReport>true</mm7:DeliveryReport> > > <mm7:Subject>MMS piacaba</mm7:Subject> > > <mm7:Content href="cid:c1215436162.831068742.Bm.msg"/> > > </mm7:SubmitReq> > > </SOAP-ENV:Body> > > </SOAP-ENV:Envelope> > > > > > > _______________________________________________ > > Users mailing list > > [email protected] > > http://lists.mbuni.org/mailman/listinfo/users > _______________________________________________ Users mailing list [email protected] http://lists.mbuni.org/mailman/listinfo/users
