1

I'm using react-native. I want to call soap web service. I think there isn't any library for soap request.

for example:

http://188.75.80.115:83/WebService1.asmx?op=getKey

S.M_Emamian
  • 17,005
  • 37
  • 135
  • 254

1 Answers1

0

try axios
check out this answer Make request to SOAP endpoint using axios

Mohammed Alawneh
  • 306
  • 9
  • 22