Discussions

EJB design: Dynamic Webservice Client for complex types

  1. Dynamic Webservice Client for complex types (1 messages)

    Hi All,

    We used CXF framework for dynamic client. We work with different WSDL's and WSDL URL given at the runtime. The application should create the dynamic client, the input params would mapped to the appropriate complex object and webservice method gets executed.

    Thanks

    Karthi

    Threaded Messages (1)

  2. This is how it works.[ Go to top ]

    This is how it works. Also, the usual way to construct a web service client is to include the Java interface for the service. - Texas Lending