Фискальная проверка счетов Словении
Я пытаюсь использовать веб-службу SOAP Invoice в Словении. Однако у меня есть некоторые проблемы с этим. Чтобы использовать веб-службу Invoice, мне нужно отправить веб-службу SOAP BusinessPremises, но при использовании этой службы возникает ошибка.
Запрос:
<BusinessPremise>
<TaxNumber>123456</TaxNumber>
<BusinessPremiseID>testtt</BusinessPremiseID>
<BPIdentifier>
<RealEstateBP>
<PropertyID>
<CadastralNumber>365</CadastralNumber>
<BuildingNumber>12</BuildingNumber>
<BuildingSectionNumber>3</BuildingSectionNumber>
</PropertyID>
<Address>
<Street>Dunajska cesta</Street>
<HouseNumber>24</HouseNumber>
<HouseNumberAdditional>B</HouseNumberAdditional>
<Community>Ljubljana</Community>
<City>Ljubljana</City>
<PostalCode>1000</PostalCode>
</Address>
</RealEstateBP>
</BPIdentifier>
<ValidityDate>2020-05-02</ValidityDate>
<SoftwareSupplier>
<TaxNumber>10436359</TaxNumber>
</SoftwareSupplier>
<SpecialNotes>Primer prijave poslovnega prostora</SpecialNotes>
</BusinessPremise>
Отклик:
<fu:Error>
<fu:ErrorCode>S003</fu:ErrorCode>
<fu:ErrorMessage>Digitalni podpis ni ustrezen</fu:ErrorMessage>
</fu:Error>