soap request give me 400 bad request
hi guys. i have soap service in java spring. i have this dto class:
i send this request body:
but i just get 400 bad request. can smb help me out? chatgpt doesnt help at all
6 Replies
⌛
This post has been reserved for your question.
Hey @Fragmented friends! Please useTIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here./close
or theClose Post
button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
any help?
it's better if you have a copy of the schema definition for the endpoint. this can be retrieved from the WSDL endpoint. once you have the schema, you can then generate the correct classes that follows the correct schema definition using a maven goal, like Apache CXF.
i have xsd and wsdl files, but they are useless
the namespaces are all the same everywhere ( in th dto, in xsd, in wsdl, in request), but i still get error
did the response comes with any kind of error message?
💤
Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping
.
Warning: abusing this will result in moderative actions taken against you.