Resolved!
Resolutions:
- Add -X to command line of apache to debug.
- the sample wst_apache_binding.pas procedure needs updating to handle format argument i
ie:
Add these lines to ProcessServiceRequest:
pArg := FindArg(ARequestInfo.ArgList,'format');
if Assigned(pArg) then
targetFormat := pArg^.Value;
if IsStrEmpty(targetFormat) then
targetFormat := ARequestInfo.ContentType;
Solved!