Web services in runtime
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Ok, continuing on the context of executing reflected code... Is there any way of adding a web reference in runtime? Alternatively, what options do I have on invoking a web service without adding the web reference? Thank you
Gonçalo A.
-
Ok, continuing on the context of executing reflected code... Is there any way of adding a web reference in runtime? Alternatively, what options do I have on invoking a web service without adding the web reference? Thank you
Gonçalo A.
Well, you could always create the SOAP request yourself and send it yourself.
Deja View - the feeling that you've seen this post before.