-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 4.9
-
Fix Version/s: 4.9 CP1
-
Component/s: Transformation Service
-
Labels:None
Fix is very easy.... just modify the SoapUIClientService.buildSOAPMessage() where if calls Smooks ... as follows...
From...
if(smooksResource != null)
{ applySmooksTransform(smooksResource, messageDoc); }To...
if(smooksResource != null)
{ applySmooksTransform(smooksResource, messageDoc); // reassign the docRoot variable after transform... in case it was replaced by a #document transform... docRoot = messageDoc.getDocumentElement(); }- blocks
-
SOA-2185 SoapUIClientService transforms targeted at #document fragment are lost
-
- Closed
-