how to Consume java(apache axis) written webservices without adding web reference(in visual studio) in c#
A:
If your AXIS service provide WSDL you can dynamically compile proxies and invoke via reflection without any of web reference magic.
Sergey Mirvoda
2010-01-24 18:46:50