Corrupt VAS address

Corrupt VAS address SearchSearch
Author Message
PC
Unregistered guest
Posted on Tuesday, May 23, 2006 - 05:34 pm:   

Hi there. I'm trying to send a MMS to a MMSC via MM7, without success. When using Now Gateway it always reports a failure.
The MMSC supports both PAP and SOAP protocols. No matter what protocol I'm using, it always reports the same error: 2819: Corrupt VAS address. Do you have any idea what the problem might be?

Bellow there's the SOAP envelope I'm sending. Is it possible that it is correct but the MMSC doesn't have my short number configured?

Thanks in advance.
PC


<?xml version="1.0" encoding="utf-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tns="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-5-MM7-1-2" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header>
<mm7:TransactionID xmlns:mm7="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-5-MM7-1-2" env:mustUnderstand="1">
transId0011
</mm7:TransactionID>
</env:Header>
<env:Body>
<SubmitReq xmlns="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-5-MM7-1-2">
<MM7Version>5.3.0</MM7Version>
<SenderIdentification>
<VASPID>myid</VASPID>
<VASID>myid</VASID>
<SenderAddress>
<ShortCode>9999</ShortCode>
</SenderAddress>
</SenderIdentification>
<Recipients>
<To>
<Number>999999999</Number>
</To>
</Recipients>
</SubmitReq>
</env:Body>
</env:Envelope>
Ramjendra Dixit
New member
Username: Ramjendra

Post Number: 17
Registered: 04-2007
Posted on Thursday, April 05, 2007 - 11:59 am:   

Dear

Try removing short code

<SenderAddress>9999</SenderAddress>

Hope this will work