1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
-
- copy .\BpImplement\bin\Debug\UFIDA.U9.Cust.Kusi.CJJ.RestApi.Deploy.dll E:\yonyou\U9CE\Portal\ApplicationLib
- copy .\BpImplement\bin\Debug\UFIDA.U9.Cust.Kusi.CJJ.RestApi.Deploy.pdb E:\yonyou\U9CE\Portal\ApplicationLib
- copy .\BpAgent\bin\Debug\UFIDA.U9.Cust.Kusi.CJJ.RestApi.Agent.dll E:\yonyou\U9CE\Portal\ApplicationLib
- copy .\BpAgent\bin\Debug\UFIDA.U9.Cust.Kusi.CJJ.RestApi.Agent.pdb E:\yonyou\U9CE\Portal\ApplicationLib
- copy .\BpImplement\bin\Debug\UFIDA.U9.Cust.Kusi.CJJ.RestApi.Deploy.dll E:\yonyou\U9CE\Portal\ApplicationServer\Libs
- copy .\BpImplement\bin\Debug\UFIDA.U9.Cust.Kusi.CJJ.RestApi.Deploy.pdb E:\yonyou\U9CE\Portal\ApplicationServer\Libs
- copy .\BpAgent\bin\Debug\UFIDA.U9.Cust.Kusi.CJJ.RestApi.Agent.dll E:\yonyou\U9CE\Portal\ApplicationServer\Libs
- copy .\BpAgent\bin\Debug\UFIDA.U9.Cust.Kusi.CJJ.RestApi.Agent.pdb E:\yonyou\U9CE\Portal\ApplicationServer\Libs
- copy .\BpImplement\bin\Debug\UFIDA.U9.Cust.Kusi.CJJ.RestApi.dll E:\yonyou\U9CE\Portal\ApplicationServer\Libs
- copy .\BpImplement\bin\Debug\UFIDA.U9.Cust.Kusi.CJJ.RestApi.pdb E:\yonyou\U9CE\Portal\ApplicationServer\Libs
- copy .\BpImplement\bin\Debug\UFIDA.U9.Cust.Kusi.CJJ.RestApi.ubfsvc E:\yonyou\U9CE\Portal\ApplicationServer\Libs
- copy .\BpImplement\UFIDA.U9.Cust.Kusi.CJJ.RestApi.ICreateRcvRptDocCostWithPackage.svc E:\yonyou\U9CE\Portal\RestServices
- copy .\BpImplement\UFIDA.U9.Cust.Kusi.CJJ.RestApi.IPOToRcvBCSVWithPackage.svc E:\yonyou\U9CE\Portal\RestServices
- copy .\BpImplement\UFIDA.U9.Cust.Kusi.CJJ.RestApi.ICreateDocByQuickTransInWithPackage.svc E:\yonyou\U9CE\Portal\RestServices
- copy .\BpImplement\UFIDA.U9.Cust.Kusi.CJJ.RestApi.ICreateMiscRcvTransWithPackage.svc E:\yonyou\U9CE\Portal\RestServices
- copy .\BpImplement\UFIDA.U9.Cust.Kusi.CJJ.RestApi.ICreateMiscShipmentWithPackageSV.svc E:\yonyou\U9CE\Portal\RestServices
- copy .\BpImplement\UFIDA.U9.Cust.Kusi.CJJ.RestApi.IFileUploadService.svc E:\yonyou\U9CE\Portal\RestServices
- copy .\BpImplement\UFIDA.U9.Cust.Kusi.CJJ.RestApi.IGetItemBarCodeDetails.svc E:\yonyou\U9CE\Portal\RestServices
- copy .\BpImplement\UFIDA.U9.Cust.Kusi.CJJ.RestApi.IAnalyzeDocBarCodeSV.svc E:\yonyou\U9CE\Portal\RestServices
- copy .\BpImplement\UFIDA.U9.Cust.Kusi.CJJ.RestApi.IDeleteAttachmentSV.svc E:\yonyou\U9CE\Portal\RestServices
- copy .\BpImplement\UFIDA.U9.Cust.Kusi.CJJ.RestApi.IGetBarCodeUsedWhBinInfoSV.svc E:\yonyou\U9CE\Portal\RestServices
- copy .\BpImplement\UFIDA.U9.Cust.Kusi.CJJ.RestApi.IGetBarCodeExtInfoSV.svc E:\yonyou\U9CE\Portal\RestServices
- copy .\BpImplement\UFIDA.U9.Cust.Kusi.CJJ.RestApi.IShipPickConfirmUpdateBarCodeFirstSV.svc E:\yonyou\U9CE\Portal\RestServices
- pause
- echo please edit web.config add next segement
- <service name="{type.FullName}Stub" behaviorConfiguration="U9SrvTypeBehaviors">
- <endpoint address="" behaviorConfiguration="U9RestSrvBehaviors" binding="webHttpBinding" contract="{type.Namespace.FullName}.ICreateRcvRptDocCostWithPackage" />
- </service>
- <service name="{type.FullName}Stub" behaviorConfiguration="U9SrvTypeBehaviors">
- <endpoint address="" behaviorConfiguration="U9RestSrvBehaviors" binding="webHttpBinding" contract="{type.Namespace.FullName}.IPOToRcvBCSVWithPackage" />
- </service>
- <service name="{type.FullName}Stub" behaviorConfiguration="U9SrvTypeBehaviors">
- <endpoint address="" behaviorConfiguration="U9RestSrvBehaviors" binding="webHttpBinding" contract="{type.Namespace.FullName}.ICreateDocByQuickTransInWithPackage" />
- </service>
- <service name="{type.FullName}Stub" behaviorConfiguration="U9SrvTypeBehaviors">
- <endpoint address="" behaviorConfiguration="U9RestSrvBehaviors" binding="webHttpBinding" contract="{type.Namespace.FullName}.ICreateMiscRcvTransWithPackage" />
- </service>
- <service name="{type.FullName}Stub" behaviorConfiguration="U9SrvTypeBehaviors">
- <endpoint address="" behaviorConfiguration="U9RestSrvBehaviors" binding="webHttpBinding" contract="{type.Namespace.FullName}.ICreateMiscShipmentWithPackageSV" />
- </service>
- <service name="{type.FullName}Stub" behaviorConfiguration="U9SrvTypeBehaviors">
- <endpoint address="" behaviorConfiguration="U9RestSrvBehaviors" binding="webHttpBinding" contract="{type.Namespace.FullName}.IFileUploadService" />
- </service>
- <service name="{type.FullName}Stub" behaviorConfiguration="U9SrvTypeBehaviors">
- <endpoint address="" behaviorConfiguration="U9RestSrvBehaviors" binding="webHttpBinding" contract="{type.Namespace.FullName}.IGetItemBarCodeDetails" />
- </service>
- <service name="{type.FullName}Stub" behaviorConfiguration="U9SrvTypeBehaviors">
- <endpoint address="" behaviorConfiguration="U9RestSrvBehaviors" binding="webHttpBinding" contract="{type.Namespace.FullName}.IAnalyzeDocBarCodeSV" />
- </service>
- <service name="{type.FullName}Stub" behaviorConfiguration="U9SrvTypeBehaviors">
- <endpoint address="" behaviorConfiguration="U9RestSrvBehaviors" binding="webHttpBinding" contract="{type.Namespace.FullName}.IDeleteAttachmentSV" />
- </service>
- <service name="{type.FullName}Stub" behaviorConfiguration="U9SrvTypeBehaviors">
- <endpoint address="" behaviorConfiguration="U9RestSrvBehaviors" binding="webHttpBinding" contract="{type.Namespace.FullName}.IGetBarCodeUsedWhBinInfoSV" />
- </service>
- <service name="{type.FullName}Stub" behaviorConfiguration="U9SrvTypeBehaviors">
- <endpoint address="" behaviorConfiguration="U9RestSrvBehaviors" binding="webHttpBinding" contract="{type.Namespace.FullName}.IGetBarCodeExtInfoSV" />
- </service>
- <service name="{type.FullName}Stub" behaviorConfiguration="U9SrvTypeBehaviors">
- <endpoint address="" behaviorConfiguration="U9RestSrvBehaviors" binding="webHttpBinding" contract="{type.Namespace.FullName}.IShipPickConfirmUpdateBarCodeFirstSV" />
- </service>
- pause
|