I have a Firebase Function that was running for the last past two years that stopped working without any intervention on my part (no code change nor library update). It is used to retreive data from an external service with soap, parse the data and send it back to a client which is an Android app and now it terminates
Tag: soap
how to edit the response fields in node-soap
I have the following WSDL definition: and the following handler definition: Currently, when receiving the following request: it returns: But I want the response to look like: I have tried different approaches but none to seem to have effect on the response type. I feel like I am missing something in the WSDL or the handler.. Answer Omit the RPC