Hi @channel I'm sending postman get request to fet...
# general
a
Hi @channel I'm sending postman get request to fetch information about customer refund but getting only "You have successfully connected to the SOAP Server" response. Please help
b
you dont understand SOAP well enough to know that SOAP webservices do not use the http GET request method
a
Then which request method is used
e
Standard SOAP uses POST. Then you need to use a
SOAPAction
and maybe a
recordType
in the headers. I don't like SOAP, it is too verbose to my taste.
a
@Edgar Valdes then what should I send in the body of the request
e
Look at the examples in the SOAP Web Services Operations