私はこのような方法を持っています
<OperationContract()>
<Web.WebGet(UriTemplate:="/GetBedTypeList?strErrMsg={strErrMsg}&chrErrFlg={chrErrFlg}&pcompanycode={pcompanycode}&pdiv={pdiv}&ploc={ploc}", ResponseFormat:=WebMessageFormat.Json, BodyStyle:=WebMessageBodyStyle.Wrapped)> _
Function GetBedTypeList(ByRef strErrMsg As System.Collections.Generic.List(Of String), ByRef chrErrFlg As Char, _
ByVal pcompanycode As String,ByVal pdiv As Integer, _
ByVal ploc As Integer) As System.Collections.Generic.List(Of CWReadClasses.clsBedTypeMaster)
しかし、それはエラーを出しています助けてください
コントラクト 'iBedTypeMaster' の操作 'GetBedTypeList' には、タイプ 'System.Collections.Generic.List 1[System.String]', but type 'System.Collections.Generic.List
1[System.String]' の 'strErrMsg' という名前のクエリ変数があり、'QueryStringConverter' では変換できません。UriTemplate クエリ値の変数には、'QueryStringConverter' で変換できる型が必要です。