You've already forked lazarus-ccr
(XSD's) ElementFormDefault and AttributeFormDefault, group and attributeGroup, parsing and runtime handling.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4209 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -71,12 +71,17 @@ procedure TSOAPFormatter.BeginCall(
|
||||
ATarget : string;
|
||||
ACallContext : ICallContext
|
||||
);
|
||||
var
|
||||
locOldStyle : TSOAPDocumentStyle;
|
||||
begin
|
||||
Prepare();
|
||||
WriteHeaders(ACallContext);
|
||||
BeginScope('Body',sSOAP_ENV,'',stObject,asNone);
|
||||
if ( Style = RPC ) then
|
||||
BeginScope(AProcName,ATarget,'',stObject,asNone);
|
||||
locOldStyle := Style;
|
||||
Style := Document;
|
||||
BeginScope('Body',sSOAP_ENV,'',stObject,asNone);
|
||||
if (locOldStyle = RPC) then
|
||||
BeginScope(AProcName,ATarget,'',stObject,asNone);
|
||||
Style := locOldStyle;
|
||||
|
||||
FCallTarget := ATarget;
|
||||
FCallProcedureName := AProcName;
|
||||
|
Reference in New Issue
Block a user