Closed natesh245 closed 1 year ago
XML and SOAP request payloads are not supported. The Api doc sends null body in the request
@natesh245 , Could you share us the steps to reproduce this issue.
@shishir-intelli we have defined a example request body for a soap api. It is showing up in swagger ui and is working as expected. In Drupal api doc this example soap payload is not showing and it is taking it as null when we invoke the api
@shishir-intelli we also have another api where we are sending a xml payload in the request url. This payload is not showing up in drupal api doc, but the same is working in swagger ui
Yes correct. In Drupal, currently Smartdocs is used for API documentation solutions and there are few known issues. As of now, we do not have ETA to fix this issue.
I would suggest you install and use Swagger UI for API documentation in Drupal,
Yes correct. In Drupal, currently Smartdocs is used for API documentation solutions and there are few known issues. As of now, we do not have ETA to fix this issue.
I would suggest you install and use Swagger UI for API documentation in Drupal,
@shishir-intelli thanks for the suggestion. We will try it out
Closing this issue, Feel free to reopen for any further help.
Trying a xml or SOAP api from the api doc sends a null in the request payload