Well, for one thing IS will receive soap-rpc and soap-message (doc/lit) messages on separate URL’s. Messages sent to your soap-rpc processor would continue to work as they do today.
If you created a custom soap processor, you could extract the body from the soap message and convert it to a document suitable for invoking your existing service. Since your existing services may not have document types for their input and output signature, you may not be able to generate a soap-message WSDL for them.
I suppose you could modify your existing services (the ones exposed as soap-rpc web service operations) to accept either the current parameters or a new document type containing those parameters. Doc/lit messages would populate the document type, while soap rpc messages would populate the existing parameters.
There are several variations on this theam including creating new wrapper services that accept the document type, extract its contents and invoke your existing services. Probably could do that in the custom soap processor as well.
Mark
#webMethods-Architecture#webMethods#webMethods-General#Integration-Server-and-ESB