...
Interfaces to Implement for Custom Message Formats
After setting up your environment (see General Procedure of Adding an Extension for instructions in Virtualize or General Procedure of Adding an Extension_Virt for SOAtest), implement the following interfaces (described in the Extensibility API documentation):
- com.parasoft.api.message.ICustomXMLConverter
- com.parasoft.api.message.ISchemaGenerator (optional)
...
After you have implemented the necessary classes, define parasoft-extension.xml (introduced in General Procedure of Adding an Extension in SOAtest and General Procedure of Adding an Extension in Virtualize) using the following schema:
...
Build the project (see General Procedure of Adding an Extension in Virtualize or General Procedure of Adding an Extension in SOAtest) and restart SOAtest or Virtualize.
- Verify that a new client/responder that contains the name of your message format is available to add to a .tst or .pva file by choosing Add New > Test or Responder.
...