一般来讲,主要通过两个途径:
1)用FileNet Provided DLL or COM :
   FileNet.Api.DLL or JGuil Brdige

2)  用Web Service, 需要WSE2.0移植到WSE3.0
    以下两个web service是PE 和CE。
     http://host:port/wsi/FNCEWS35SOAP/
     http://host:port/wsi/ProcessEngineWS

主要介绍CE web service调用:
1) 可能需要测试一下web service在运行中,可以
  http://host:port/wsi/FNCEWS35SOAP/WSDL,注意区分大小
 
2) 可以自定义一个Provider DP,比如:    
.Net怎么调用FileNet P84.0 Content Engine and Process Engine<FileNetConfigation>
.Net怎么调用FileNet P84.0 Content Engine and Process Engine  
<User name="test" password="test" isneedencrypt="false" />
.Net怎么调用FileNet P84.0 Content Engine and Process Engine  
<ObjectStore name="test"  tolfolder="/test" tempfolder="/Temp" />
.Net怎么调用FileNet P84.0 Content Engine and Process Engine  
<FileNet contentengineurl="http://host:port/wsi/FNCEWS35SOAP/"   processengineurl="http://host:port/wsi/ProcessEngineWS" />
.Net怎么调用FileNet P84.0 Content Engine and Process Engine  
<MAX maxrow="100" maxsize="5242880" />
.Net怎么调用FileNet P84.0 Content Engine and Process Engine  
<DownLoad path="C:\\Temp\\" />
.Net怎么调用FileNet P84.0 Content Engine and Process Engine 
</FileNetConfigation>
.Net怎么调用FileNet P84.0 Content Engine and Process Engine 
<microsoft.web.services3>
.Net怎么调用FileNet P84.0 Content Engine and Process Engine  
<diagnostics>
.Net怎么调用FileNet P84.0 Content Engine and Process Engine   
<trace enabled="true" input="InputTrace.webinfo" output="OutputTrace.webinfo" />
.Net怎么调用FileNet P84.0 Content Engine and Process Engine   
<detailedErrors enabled="true" />
.Net怎么调用FileNet P84.0 Content Engine and Process Engine  
</diagnostics>
.Net怎么调用FileNet P84.0 Content Engine and Process Engine  
<policy fileName="wse3policyCache.config" />
.Net怎么调用FileNet P84.0 Content Engine and Process Engine 
</microsoft.web.services3>  

 

>


3) 自定义一个Policy (For PE): The codesnip is the following:

}

4) 创建一个Wrapped Web Service Object:

}


相关文章: