SOAP serializer fix, Thanks to PH.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5823 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
inoussa
2017-03-28 14:50:34 +00:00
parent c46a2229cd
commit 12b1944b8c

View File

@ -899,7 +899,7 @@ begin
if IsStrEmpty(s) then begin
namespaceShortName := 'ns' + IntToStr(NextNameSpaceCounter());
AddScopeAttribute('xmlns:'+namespaceShortName, namespaceLongName);
strNodeName := s + ':' + strNodeName;
strNodeName := namespaceShortName + ':' + strNodeName;
end else begin
s := ExtractNameSpaceShortName(s);
if not IsStrEmpty(s) then