-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Торг 12 #239
Comments
Добрый день! |
Сервер возвращает только код ошибки 400 текста нет.
Ниже исключение которое происходит на java сервере при попытке прочитать
ответ сервера diadoc
java.io.IOException: Server returned HTTP response code: 400 for URL:
https://diadoc-api.kontur.ru/V3/PostMessage
at
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAcces
sorImpl.java:62)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstruc
torAccessorImpl.java:45)
at
java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at
sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:19
50)
at
sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:19
45)
at java.security.AccessController.doPrivileged(Native
Method)
at
sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConne
ction.java:1944)
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnectio
n.java:1514)
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection
.java:1498)
at
sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLCon
nectionImpl.java:268)
at org.jedf.SeshServlets.Diadoc.sendDoc(Diadoc.java:308)
…_____
From: Aleksandra Lukina ***@***.***
Sent: Thursday, October 14, 2021 2:35 PM
To: diadoc/diadocsdk-java
Cc: jedforg; Author
Subject: Re: [diadoc/diadocsdk-java] Торг 12 (#239)
Добрый день!
Уточните, пожалуйста, какой текст ошибки возвращается сервером Диадока?
-
You are receiving this because you authored the thread.
Reply to this email directly, view
<#239 (comment)>
it on GitHub, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQFOGUBKRVGUQCCLWTF7ILDUG
2W35ANCNFSM5F3QKLGA> .
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&m
t=8&pt=524675> or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=u
tm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>
.
<https://github.com/notifications/beacon/AQFOGUAR4U6Q6RJGDQBPYC3UG2W35A5CNFS
M5F3QKLGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOHA4I6MQ
.gif>
|
Уточните, какие данные и в каком виде вы помещаете в контент? |
На текущий момент нами найдена исходная причина. Торг 12 отправился. Жплько
что ответ сервера совсем не информативен. Код 400 и все. В data можно было
бы написать в чем дело, медом перебора вариантов нашли исходную причину.
Теперь будуем разбираться с подписыванием.
…_____
From: Aleksandra Lukina ***@***.***
Sent: Monday, October 18, 2021 9:11 PM
To: diadoc/diadocsdk-java
Cc: jedforg; Author
Subject: Re: [diadoc/diadocsdk-java] Торг 12 (#239)
Уточните, какие данные и в каком виде вы помещаете в контент?
Соответствует ли загружаемый документ актуальному Приказу ФНС и xsd-схеме?
-
You are receiving this because you authored the thread.
Reply to this email directly, view
<#239 (comment)>
it on GitHub, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQFOGUHMD5CVQHWUWOF2J3LUH
RIIVANCNFSM5F3QKLGA> .
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&m
t=8&pt=524675> or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=u
tm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>
.
<https://github.com/notifications/beacon/AQFOGUBOI4UJLK2XQTRKPZLUHRIIVA5CNFS
M5F3QKLGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOHBRJI5A
.gif>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Здравствуйте.
Не получается отправить накладную Торг 12 сформированную ERP. Счет фактура успешно отправляется.
Делаю через Rest API. Запрос к API выполняется сервлетом пот управлением Galssfish. Перепробовал разные варианты во всех случаях получаю код 400.
Код
private static boolean sendDoc2(String naclDoc) {
try {
String g = "https://diadoc-api.kontur.ru/V3/PostMessage";
The text was updated successfully, but these errors were encountered: