TechPrimers / spring-boot-soap-example

Spring WebServices (SOAP) using Spring Boot Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Endpoint call doesn't giving any results

opened this issue · comments

When I'm calling the http://localhost:8091/soapWS, then nothing is happening. Even No logs nothing

image

Hi,

you need to send a POST request in XML format provided in user-request.xml
I advice you to use PostMan to send a POST request to http://localhost:8091/soapWS with an XML request from user-request.xml