Dynamically call SOAP service from own scripting language
问题 My application has its own scripting language of which I cannot get rid of (lots of customer-specific scripts written). Now my customers are asking if it would be possible to call a SOAP service from within that scripting language. Of course, the SOAP service that needs to be called will be different for every customer. This leaves me with several options: Use the WSDL utility to generate customer-specific SOAP client proxies and put the customer-specific logic in my application Use the WSDL