Embed presentation








To expose a SOAP web service, an interface is typically created and implemented by a Java class containing the business logic. However, this document shows that a SOAP service can be exposed without implementing an interface by deleting the "method" invocation property in Mule, allowing the Java class to function without directly implementing the interface. Testing in SOAPUI confirms the service runs successfully.







