开发者

Create on the fly web service, Dynamic web service invoker [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
开发者_JS百科

Want to improve this question? Update the question so it focuses on one problem only by editing this post.

Closed 8 years ago.

Improve this question

I need to create dynamic invoker of webservices based on their WSDL. any idea? thanks


See JAX-RPC; what you need is Dynamic proxies or Dynamic Invocation Interface (DII) if client doesn't know the remote method name or its signature.

Here a good example of what you can do with JAX-RPC having just a WSDL as input.

As said in the comment, JAX-RPC is evolved to JAX-WS.


have you read this pages ?

Dynamic Discovery and Invocation of Web services

Dynamically Invoking a Web Service

Update

C# – Dynamically Invoke Web Service At Runtime

Creating a dynamic Web service to simplify code From 2006


http://cxf.apache.org/docs/dynamic-clients.html

Generates clients on the fly.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜