0

我正在尝试在斯洛文尼亚使用 Invoice SOAP Web 服务。但是我有一些问题。为了使用 Invoice Web Service,我需要发送 BusinessPremises SOAP Web Service,但在使用此服务时出现错误。

要求 :

<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>
4

0 回答 0