|
Title: XML-RPC based services Post by: alibaba82 on April 11, 2008, 06:41:02 pm one of my old associates wanted to know if it is possible to use soapui to test xml-rpc based services.
Thanks Ali Title: Re: XML-RPC based services Post by: omatzura on April 12, 2008, 01:31:56 am Hi Ali,
you can "trick" soapUI into supporting this by creating a "dummy WSDL" with only one operation, and then using this operation for all TestRequests which can then contain any XML-content. Any WSDL/XML-Schema-dependant functionality will of course not be availabe, which includes: - the Form Editor - Schema Validations - MTOM handling - etc.. But most standard functionality should still work ok, for example properties, scripts, datasources, xpath-assertions, property-transfers. Regards! /Ole eviware.com |