Hello Ian, There is a bug in what you are submitting, but Mbuni is also reporting the wrong error code. It should be reporting 4004, to indicate a parsing error.
The bug on your part is a missing content element. P. On Oct 16, 2006, at 14:49, Ian Cass wrote: > I'm obviously doing something wrong here, but I can't see what. I'm > getting > "4001 : Improper identification" errors. > > Here's my config:- > > group = mms-vasp > vasp-id = mblox > type = soap > short-code = 12345 > vasp-username = test > vasp-password = test01 > vasp-url = http://localhost:7001/mm7-dev > mmsc-username = mblox > mmsc-password = mblox01 > > Here's my Auth header > > Authorization: Basic dGVzdDp0ZXN0MDE= > > Here's my MM7 > > <?xml version="1.0" ?> > <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"> > <env:Header> > <mm7:TransactionID > xmlns:mm7="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/ > schema/REL > -6-MM7-1-4">test:78aff17b:10e50e6b2c5:-8000</mm7:TransactionID> > </env:Header> > <env:Body> > <SubmitReq > xmlns="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/ > schema/REL-6-M > M7-1-4"> > <MM7Version>6.8.0</MM7Version> > <SenderIdentification> > <VASPID>mblox</VASPID> > <VASID>test</VASID> > <SenderAddress> > <Number>12345</Number> > </SenderAddress> > </SenderIdentification> > <Recipients> > <To> > <Number>447712184854</Number> > </To> > </Recipients> > <MessageClass>Personal</MessageClass> > <ExpiryDate>2006-10-16T16:34:26-07:00</ExpiryDate> > <DeliveryReport>true</DeliveryReport> > <ReadReply>false</ReadReply> > <Priority>Normal</Priority> > <Subject>Here is your content</Subject> > <ChargedParty>Sender</ChargedParty> > <DistributionIndicator>false</DistributionIndicator> > </SubmitReq> > </env:Body> > </env:Envelope> > > > Thanks. > > > -- > Ian Cass > _______________________________________________ > Users mailing list > [email protected] > http://mbuni.org/mailman/listinfo/users_mbuni.org _______________________________________________ Users mailing list [email protected] http://mbuni.org/mailman/listinfo/users_mbuni.org
