Hello ! Thank you so much for clearly explaining every step! Great Video . Have a quick question , when we try to create a new xsd file ....it does not let us add xs:schema ......it only lets us do why is that ? anybody ? please help Thank you
If u see the example the SOAP response is mapped to Employee model class. The SOAP xml response can be parsed in frontend. You send a response to client not to sever. Here we are sending the employee data as SOAP response. We can put up a separate video on parsing it in UI.
My application does not start. I put the xsd into src/main/resources/xsd/service/schema.xsd, but I have: Caused by: java.lang.IllegalArgumentException: xsd 'class path resource [xsd/service/schema.xsd]' does not exist I moved my schema into src/main/resources/schema.xsd, but nothing. My application still does not start.
Hello ! Thank you so much for clearly explaining every step! Great Video .
Have a quick question , when we try to create a new xsd file ....it does not let us add xs:schema ......it only lets us do
why is that ? anybody ? please help
Thank you
if i want Request root element like getEmployee then it's not working
where is the video consuming this service in spring boot???
Can you share example on How to consume a SOAP service in a Spring boot application and map the fields of response in a java model
If u see the example the SOAP response is mapped to Employee model class. The SOAP xml response can be parsed in frontend. You send a response to client not to sever. Here we are sending the employee data as SOAP response. We can put up a separate video on parsing it in UI.
How to get a soap header value in soap response
thanks for the tutorial. please i'm getting error 405 i followed all the steps. please help me
Please help i am finding difficulty in converting soap response to json
My application does not start. I put the xsd into src/main/resources/xsd/service/schema.xsd, but I have:
Caused by: java.lang.IllegalArgumentException: xsd 'class path resource [xsd/service/schema.xsd]' does not exist
I moved my schema into src/main/resources/schema.xsd, but nothing. My application still does not start.
how to add multiple methods in same endpoint with same request?
can you make video on to calling Soap ws inside rest ws in Mvc pattern using springboot
You mean to say consuming SOAP service using Spring Boot r8?
Hi , can we get the ip address the client in soap request