posted 12 years ago
If you look in wsdl you will notice elementFormDefault=”qualified” which we need to change to elementFormDefault=”unqualified“
Note: Make changes in all the places where you see elementFormDefault=”qualified” and generate client classes again to resolve the issue.