Purpose Call a Service Provider for a given request payload and display theresulting response or error payload. Integration The test environment can be called directly from the proxy editor whendisplaying a service provider. Features After selecting the method to be called you can run a service providerfor a given request payload. In addition to choosing the method some more features are available viathe parameter selection:
- Debug constructor
The debugger is called to be able to debug the constructor of theimplementing class.
- Debug method
The debugger is called to be able to debug the method of implementingclass.
- Don't catch application faults
for debugging purpose it is sometimes helpful not to catch applicationfaults but to get a short dump in case of application faults. For more information regarding the test environment please seehere>.
|