InteractiveLog.xml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?xml version="1.0" encoding="gb2312" ?>
  2. <entity name="InteractiveLog">
  3. <class name="LogService" overlap="true" exclusive="false">
  4. <oneway name="LogFunction" overlap="true">
  5. <param name="nam" type="wstring"/>
  6. <param name="display" type="wstring"/>
  7. <param name="product" type="wstring"/>
  8. <param name="service_code" type="wstring"/>
  9. <param name="action_id" type="int"/>
  10. </oneway>
  11. <oneway name="LogCustomerID" overlap="true">
  12. <param name="customer_id" type="wstring"/>
  13. <param name="verify_method" type="wstring"/>
  14. <param name="level" type="int"/>
  15. <param name="action_id" type="int"/>
  16. </oneway>
  17. <oneway name="LogAgreement" overlap="true">
  18. <param name="content" type="wstring"/>
  19. <param name="action_id" type="int"/>
  20. </oneway>
  21. <oneway name="LogReceipt" overlap="true">
  22. <param name="content" type="wstring"/>
  23. <param name="action_id" type="int"/>
  24. </oneway>
  25. <oneway name="LogOperation" overlap="true">
  26. <param name="code" type="wstring"/>
  27. <param name="content" type="wstring"/>
  28. <param name="action_id" type="int"/>
  29. </oneway>
  30. <oneway name="LogResponse" overlap="true">
  31. <param name="code" type="wstring"/>
  32. <param name="content" type="wstring"/>
  33. <param name="action_id" type="int"/>
  34. </oneway>
  35. <oneway name="LogAgent" overlap="true">
  36. <param name="code" type="wstring"/>
  37. <param name="content" type="wstring"/>
  38. <param name="action_id" type="int"/>
  39. </oneway>
  40. <oneway name="LogBegin" overlap="true">
  41. <param name="session_id" type="wstring"/>
  42. <param name="session_count" type="int"/>
  43. </oneway>
  44. <oneway name="LogEnd" overlap="true">
  45. <param name="session_id" type="wstring"/>
  46. </oneway>
  47. <oneway name="LogCallID" overlap="true">
  48. <param name="call_id" type="wstring"/>
  49. <param name="workNumber" type="wstring"/>
  50. <param name="skillCode" type="wstring"/>
  51. <param name="action_id" type="int"/>
  52. </oneway>
  53. </class>
  54. </entity>