Here's my big trouble. I'm trying to invoke a specific ws with this request:
Here's my Java code used in an Android project:
First, is it possible to print out the XML generated by this request? Anyway, the result returned by my request is always a "fail", I think that's because the SetReport tag use a specific namespace.(e.g. <**ws:**SetReport> ) How do I specify this type of namespace in my request?? In other words, how can I create an Envelope with xmlns:xs="http://ws.comunichiamo.com" ?