Psycotrompus
JCHJava Community | Help. Code. Learn.
•Created by bambyzas on 10/7/2024 in #java-help
soap request give me 400 bad request
did the response comes with any kind of error message?
9 replies
JCHJava Community | Help. Code. Learn.
•Created by bambyzas on 10/7/2024 in #java-help
soap request give me 400 bad request
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.
9 replies
JCHJava Community | Help. Code. Learn.
•Created by Danix on 1/29/2024 in #java-help
Not Able To Make a Java Class in Intellij
it doesn't have the
src/main/java
directory. reload the POM file again in IntelliJ.8 replies