SOAP Web Service Testing Request Message Template

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?

<?xml version="1.0" encoding="utf-8"?>

<soap:Envelope xmlns:soap=“http://www.w3.org/2001/XMLSchema-instance” xmlns:xsd=“XML Schema” xmlns:soap=“http://schemas.xmlsoap.org/soap/envelope/”>

soap:Body

<web:GetTeamDriversFromDriverCode>

  <web:driverCode>WILA1</web:driverCode>

</web:GetTeamDriversFromDriverCode>

</soap:Body>

</soap:Envelope>

Thanks,
Jiho

Can you tell us which WSDL file or location you are using?

Hi, thank for the reply.
I was able to run successfully with having better knowledge on xml structure.

Thanks,
Jiho