mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
14 lines
583 B
XML
14 lines
583 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE wfeng:handler-response SYSTEM "workflow-engine.dtd">
|
|
<wfeng:handler-response xmlns:wfeng="http://www.t-bizcom.com/WorkflowEngine" wfeng:request-id="%s">
|
|
<wfeng:result>0</wfeng:result>
|
|
<wfeng:data wfeng:error="0">
|
|
<tservices:cpe-production xmlns:tservices="http://www.trust-engine.com/Workflow">
|
|
<tservices:customer>%s</tservices:customer>
|
|
<tservices:installationAddress>%s</tservices:installationAddress>
|
|
<tservices:request>%.*s</tservices:request>
|
|
<tservices:uid>%s</tservices:uid>
|
|
</tservices:cpe-production>
|
|
</wfeng:data>
|
|
</wfeng:handler-response>
|