Hi all,
I'm trying to create a soap client, design to send messages to a MM7 server.
Well it has to comply with a certain doctype ... and I'm trying to make an XML as similar as possible to some working samples.
I'd like to add
xmlns:mm7="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-5-MM7-1-3"
tag to a method named SubmitReq I call using call($method,$params)
If you have any idea ...