Here you can download WSDL file
In order to use the API you must have a valid environment-specific user and customer ID's. All API requests must be made over HTTPS.REQUEST THE USER AND CUSTOMER ID'S
Here you can download WSDL file
In order to use the API you must have a valid environment-specific user and customer ID's. All API requests must be made over HTTPS.REQUEST THE USER AND CUSTOMER ID'S
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:brg="http://www.dnbnordic.com/brg" xmlns:req="http://www.dnbnordic.com/brg/NRGCompanyReportStandard/request"> <soapenv:Header> <brg:customerReference>?</brg:customerReference> <brg:deliveryAddress>?</brg:deliveryAddress> <brg:userPassword>XXXXXXXXXXXX</brg:userPassword> <brg:userId>DPFI</brg:userId> <brg:customerCode>BJA8</brg:customerCode> <brg:customerCodeOwner>XXXXXXXXXXXX</brg:customerCodeOwner> <req:language>FI</req:language> <req:fromCountry>FI</req:fromCountry> <req:toCountry>FI</req:toCountry> </soapenv:Header> <soapenv:Body> <req:nRGCompanyReportStandardRequest> <req:criteria> <!--Optional:--> <req:countryRegNumber>?</req:countryRegNumber> <!--Optional:--> <req:dunsNumber>?</req:dunsNumber> <!--Optional:--> <req:vatNumber>2014838-7</req:vatNumber> </req:criteria> </req:nRGCompanyReportStandardRequest> </soapenv:Body> </soapenv:Envelope>