Hi,
I am trying to test a soap web service. I was able to load service functions from the service successfully. However when I tried to call a function with request message, I wasn’t able to.
1. Is there any template request message I can follow?
2. Below is what I used. However I got 400 Bad Request error. Could you guide me how to debug and fix it?
<soap:Envelope xmlns:soap=“http://www.w3.org/2001/XMLSchema-instance” xmlns:xsd=“XML Schema” xmlns:soap=“http://schemas.xmlsoap.org/soap/envelope/”>
<web:GetTeamDriversFromDriverCode>
<web:driverCode>WILA1</web:driverCode>
</web:GetTeamDriversFromDriverCode>
</soap:Body>
</soap:Envelope>
Thanks,
Jiho