fix wsdl operation attributes parsing when there are multiple attributes.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1242 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
inoussa
2010-07-01 22:30:37 +00:00
parent ba542f1d1f
commit c5eeaadf18

View File

@ -1102,7 +1102,7 @@ var
)
);
tmpCrs.Reset();
if tmpCrs.MoveNext() then begin
while tmpCrs.MoveNext() do begin
nd := (tmpCrs.GetCurrent() as TDOMNodeRttiExposer).InnerObject;
if AnsiSameText(nd.NodeName,s_style) then begin
SymbolTable.Properties.SetValue(AOp,s_soapStyle,nd.NodeValue);