AgilePoint :: Web Services & InfoPath gets DB user account notes
AgilePoint Web Services 可用的 Web Services 如下
http://localhost/AgilePointServer/admin.asmx
http://localhost/AgilePointServer/workflow.asmx
如果使用程式,有 IWFWorkflowService 和 IWFAdminService 這兩個介面可以叫用
但使用 infopath 可能得直接呼叫他們的 web service
如果想透過 InfoPath 表單擷取 AgilePoint 儲存在資料庫中的使用者帳戶,可使用 GetAllRegisterUser
但 GetAllRegisterUser 回傳的是一個 RegisterUser 的 array...
infopath 該如何處理這個複雜物件的 array?
只要認得 RegisterUser 這個物件就好辦了
Infopath 裡面也可以用 xpath 來對 xml data 做一些處理的
認不得 RegisterUser 的話,就把它當成單純的 XML 來操作就好了
以上整理自與 mooncat 的對話...