UFIDA.U9.Cust.Kusi.CJJ.RestApi.IDeleteAttachmentSV.config 803 B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3. <system.serviceModel>
  4. <behaviors>
  5. <serviceBehaviors>
  6. <behavior name="U9SrvTypeBehaviors">
  7. <serviceMetadata httpGetEnabled="true" />
  8. </behavior>
  9. </serviceBehaviors>
  10. <endpointBehaviors>
  11. <behavior name="U9RestSrvBehaviors">
  12. <enableWebScript />
  13. </behavior>
  14. </endpointBehaviors>
  15. </behaviors>
  16. <services>
  17. <service name="UFIDA.U9.Cust.Kusi.CJJ.RestApi.DeleteAttachmentSVStub" behaviorConfiguration="U9SrvTypeBehaviors">
  18. <endpoint address="" behaviorConfiguration="U9RestSrvBehaviors" binding="webHttpBinding" contract="UFIDA.U9.Cust.Kusi.CJJ.RestApi.IDeleteAttachmentSV" />
  19. </service>
  20. </services>
  21. </system.serviceModel>
  22. </configuration>