views:

233

answers:

1

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