Hello All, Is AXIS able to process the SOAP message in a dynamic way to a dynamic implementation, for instance CORBA DII? Or are there other Java based products? Or else C++.
I like to write my own DII connection in Java based on the SOAP DSI using the WSDL information. This all because the implementation I like to connect to is a dynamic environment called UNIFACE. Some kind of SOAP DSI (Dynamic Skeleton Interface) to a DII (Dynamic Invocation Interface) is needed for this. There no static skeletons (Java code) need to be create, but based on the WSDL a provider to the DII implementation can be published. When a Web Client then connects to the HTTP server the transport listener can locate the provider and let the provider map the SOAP message to the DII implementation. So like CORBA DSI, where the server binds the interface and dynamically calls the (Java/C++/...) implementation. Looking forward to your reactions, Sjaak van Schie