findVegIdsForIdents

@RequestWrapper(localName = "findVegIdsForIdents", targetNamespace = "http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/service/adresse", className = "no.solibo.libs.solibo.kartverket.wsdl.kartverket.FindVegIdsForIdents")
@ResponseWrapper(localName = "findVegIdsForIdentsResponse", targetNamespace = "http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/service/adresse", className = "no.solibo.libs.solibo.kartverket.wsdl.kartverket.FindVegIdsForIdentsResponse")
@Action(input = "http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/service/adresse/AdresseService/findVegIdsForIdentsRequest", output = "http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/service/adresse/AdresseService/findVegIdsForIdentsResponse", fault = [FaultAction(className = ServiceException::class, value = "http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/service/adresse/AdresseService/findVegIdsForIdents/Fault/ServiceException")])
abstract fun findVegIdsForIdents(vegIdents: VegIdentList, matrikkelContext: MatrikkelContext): VegIdentTilVegIdMap

Return

returnsno.solibo.libs.solibo.kartverket.wsdl.kartverket.VegIdentTilVegIdMap

Parameters

matrikkelContext
vegIdents

Throws