Copy link to clipboard
Copied
Welcome to discuss
Thank the community for letting me learn how to use soap
But I think HTTP is more suitable for me
When I test http When the request method, the response always returns me an empty object
I was discouraged that I didn't get the result
Here's an example:
default Data:;
I don't know what restrictions make it impossible for me to get the data I want
The actual result is also [object stream] JSON After stringify is executed, {}
Help me. Thank you very much
Copy link to clipboard
Copied
no see this, placese help me
Copy link to clipboard
Copied
@Bernd Alheit hello , Look at this question for me ,Thanks for you
Copy link to clipboard
Copied
This is the result that the response result cannot be returned. But I have finished this test in the post test
Copy link to clipboard
Copied
And Net.HTTP.request the method only be executed in the folder environment?
I really can't imagine the practicability of executing JS requests in the local environment.
I misunderstood how to use it? Please tell me, thank you.
Copy link to clipboard
Copied
@JR Boulay in here ,I need you
Copy link to clipboard
Copied
@AnandSri in here ,I need you
Copy link to clipboard
Copied
This is a public forum not a private chat.
You should start by reading this:
https://acrobatusers.com/tutorials/form-submit-e-mail-demystified/
https://acrobatusers.com/tutorials/print/submitting-data/
https://answers.acrobatusers.com/Submit-and-gDrive-q152400.aspx?tc=8832509113003201479400
Copy link to clipboard
Copied
First of all, thank you very much for your reply
I've browsed all the links you provided, but it doesn't help me.
I need the request method in http. I have encountered a little problem with this very simple method
To this end, I also set up a set of local servers for testing, and the results can be imagined
So come to the forum for verification
Copy link to clipboard
Copied
need you
Copy link to clipboard
Copied
Did I have this problem myself?
It's strange that you still don't have this demand
But I need your help
Copy link to clipboard
Copied
Please post in the Acrobat SDK forum. And explain more clearly. And stop jumping up and down! People will help you or they won't, but if you keep saying "help me help me" everyone will stop.
Copy link to clipboard
Copied
The community is bad
You must accept this fact
Why can't you help others ask questions in an unknown field? Isn't it your greatest respect
I'm just waiting for this problem to disappear???
I don't think the community has a corresponding answer to this question. Why aren't they willing to deal with it
This question wastes me a week, although there is no need to answer me
But as a community member, I can say I won't
No answer is the community's bad, blind work confidence is acrobat gave you?
hahahha
Copy link to clipboard
Copied
this is bed message
Copy link to clipboard
Copied
等待中
Copy link to clipboard
Copied
You will wait forever if you don't follow instruction. I told you a month ago to post in the right forum. I will not help, I have wasted enough time, but perhaps someone will actually see your question if you put it in the right place.
Copy link to clipboard
Copied
I can't help you further, it's out of my skills.
(Moved to the Acrobat SDK Discussions)
Copy link to clipboard
Copied
Could be an encoding issue. I see the city value is in Chinese (I'm guessing...), which might be problematic, if the request is not encoded properly. I would recommend creating a dummy record with the "city" value (and maybe all others) using the Latin alphabet (or even just numbers) and testing that out.
Also, in the future post all code snippets as text, not as images. It makes it very difficult to debug and test it.