Search found 3 matches

by Bazilio
Fri Jun 06, 2014 9:10 am
Forum: Inetlab.MMS.MM7
Topic: MM7Client.Deliver method does not include the MM7Version
Replies: 3
Views: 36951

Re: MM7Client.Deliver method does not include the MM7Version

Thank you, checked, its working.
by Bazilio
Thu Jun 05, 2014 10:12 am
Forum: Inetlab.MMS.MM7
Topic: MM7Client.Deliver method does not include the MM7Version
Replies: 3
Views: 36951

Re: MM7Client.Deliver method does not include the MM7Version

What we need, is the

Code: Select all

<MM7Version>5.3.0</MM7Version>
tag, somewere after

Code: Select all

<DeliverReq xmlns=\"http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-5-MM7-1-0\">
by Bazilio
Thu Jun 05, 2014 10:09 am
Forum: Inetlab.MMS.MM7
Topic: MM7Client.Deliver method does not include the MM7Version
Replies: 3
Views: 36951

MM7Client.Deliver method does not include the MM7Version

Hi, we are testing the methods of InetLab MM7 library. Operator accepts only Delivery requests, and returns delivery response. We are trying to use the MM7Client.Deliver method, but it doesn't add the MM7Version tag to the output. Here is the code: MM7Client client = new MM7Client(tbUrl.Text); clien...