findVegIdForIdent

@RequestWrapper(localName = "findVegIdForIdent", targetNamespace = "http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/service/adresse", className = "no.solibo.libs.solibo.kartverket.wsdl.kartverket.FindVegIdForIdent")
@ResponseWrapper(localName = "findVegIdForIdentResponse", targetNamespace = "http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/service/adresse", className = "no.solibo.libs.solibo.kartverket.wsdl.kartverket.FindVegIdForIdentResponse")
@Action(input = "http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/service/adresse/AdresseService/findVegIdForIdentRequest", output = "http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/service/adresse/AdresseService/findVegIdForIdentResponse", fault = [FaultAction(className = ServiceException::class, value = "http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/service/adresse/AdresseService/findVegIdForIdent/Fault/ServiceException")])
abstract fun findVegIdForIdent(vegIdent: VegIdent, matrikkelContext: MatrikkelContext): VegId

Return

returnsno.solibo.libs.solibo.kartverket.wsdl.kartverket.VegId

Parameters

matrikkelContext
vegIdent

Throws