Correct SOAP Header namespace generation (THeaderBlockProxy case) 2

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1255 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
inoussa
2010-07-16 13:48:52 +00:00
parent b25d0e271a
commit af61b10bc5

View File

@ -1740,7 +1740,7 @@ begin
regItem := GetTypeRegistry().Find(ptyp,True);
//Put(GetTypeRegistry().ItemByTypeInfo[ptyp].DeclaredName,ptyp,h);
if ( regItem <> nil) then
Put(regItem.NameSpace,h.Name,ptyp,h)
Put(regItem.NameSpace,h.Name,PTypeInfo(h.ClassInfo),h)
else
Put(h.Name,ptyp,h);
end;