Hi Justin, > On the topic, I have managed to trace the root cause of the problem. It > seems to > be as simple as switching from WSA off - using an inline filter to remove WSA > headers and change types to xsi: works perfectly with .NET clients. Is there > any > way to turn off WSA in axis2?
If you are using Axis2-0.94 by default addressing is enabled. But now in the latest SVN this is removed and you will not get any WSA stuff in the client's request unless you are specifically engaging the addressing module. In other words from the next release you can turn on WSA stuff only if you want to. Does this solve the problem? Thanks Ruchith
