WSE Version of ServiceDescriptionImporter
From: GeorgeNewYork (gweihs_at_yahoo.com)
Date: 02/23/05
- Next message: kiran & Dev: "Re: Encrypting the Signature of the username token"
- Previous message: Keenan Newton: "Re: WS-Security"
- Next in thread: Sami Vaaraniemi: "Re: WSE Version of ServiceDescriptionImporter"
- Reply: Sami Vaaraniemi: "Re: WSE Version of ServiceDescriptionImporter"
- Reply: Dilip Krishnan: "Re: WSE Version of ServiceDescriptionImporter"
- Messages sorted by: [ date ] [ thread ]
Date: 23 Feb 2005 14:03:25 -0800
I had built an engine to dynamically invoke web services by generating
web service proxy classes (on the fly). It was built using the
framework's ServiceDescriptionImporter(). Basically, all i needed was a
wsdl url and i could create a ServiceDescription object and call the
importer to generate the source code for a proxy. I would then use
CodeDom to compile it and (voila) i had a class that could be reflected
and invoked.
That was then, this is now.
Now I am forced to upgrade to WSE and I dont see a comparable method
(one that does the work of of the command-line WseWsdl2.exe but in an
easy to swallow dll form.
I now stand perched on a rooftop ledge of a very tall building - thumb
typing this message on my blackberry. Please do one the following (in
preferred order):
A) Tell me there is a method(s) that exposes this functionality.
B) Tell me i can safely redistribute the WseWsdl2.exe with my
application so that i can call it at runtime (without having MS zap me
with a laser from outer space).
C) Tell me there is some other way without reinventing the wheel
D) Tell my wife I loved her ;-)
George
- Next message: kiran & Dev: "Re: Encrypting the Signature of the username token"
- Previous message: Keenan Newton: "Re: WS-Security"
- Next in thread: Sami Vaaraniemi: "Re: WSE Version of ServiceDescriptionImporter"
- Reply: Sami Vaaraniemi: "Re: WSE Version of ServiceDescriptionImporter"
- Reply: Dilip Krishnan: "Re: WSE Version of ServiceDescriptionImporter"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|