Title: Solved: Call with null namespace URI for method null

In case people are still getting it , use this:

QName qname1 = new QName(<endpoint>,<operation_name>);
                call.setOperation(qname1,<operation_name>);

Reply via email to