You've already forked lazarus-ccr
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:
@ -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);
|
||||
|
Reference in New Issue
Block a user