diff --git a/wst/trunk/ws_helper/wsdl_parser.pas b/wst/trunk/ws_helper/wsdl_parser.pas index e3daa428a..d38da8987 100644 --- a/wst/trunk/ws_helper/wsdl_parser.pas +++ b/wst/trunk/ws_helper/wsdl_parser.pas @@ -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);