findKommuneIdsForIdents

@RequestWrapper(localName = "findKommuneIdsForIdents", targetNamespace = "http://kartverket.no/grunnbok/wsapi/v2/service/ident", className = "no.solibo.libs.solibo.kartverket.wsdl.grunnbok.FindKommuneIdsForIdents")
@ResponseWrapper(localName = "findKommuneIdsForIdentsResponse", targetNamespace = "http://kartverket.no/grunnbok/wsapi/v2/service/ident", className = "no.solibo.libs.solibo.kartverket.wsdl.grunnbok.FindKommuneIdsForIdentsResponse")
@Action(input = "http://kartverket.no/grunnbok/wsapi/v2/service/ident/IdentService/findKommuneIdsForIdentsRequest", output = "http://kartverket.no/grunnbok/wsapi/v2/service/ident/IdentService/findKommuneIdsForIdentsResponse", fault = [FaultAction(className = ServiceException::class, value = "http://kartverket.no/grunnbok/wsapi/v2/service/ident/IdentService/findKommuneIdsForIdents/Fault/ServiceException")])
abstract fun findKommuneIdsForIdents(idents: KommuneIdentList, grunnbokContext: GrunnbokContext): KommuneIdentTilKommuneIdMap

Return

returnsno.solibo.libs.solibo.kartverket.wsdl.grunnbok.KommuneIdentTilKommuneIdMap

Parameters

grunnbokContext
idents

Throws