We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 745c537 commit 8970e49Copy full SHA for 8970e49
src/data/markdown/docs/05 Examples/01 Examples/14 soap.md
@@ -26,7 +26,7 @@ const soapReqBody = `
26
export default function () {
27
// When making a SOAP POST request we must not forget to set the content type to text/xml
28
let res = http.post(
29
- 'http://www.holidaywebservice.com/HolidayService_v2/HolidayService2.asmx?wsdl',
+ 'http://www.holidaywebservice.com/HolidayService_v2/HolidayService2.asmx',
30
soapReqBody,
31
{ headers: { 'Content-Type': 'text/xml' } },
32
);
0 commit comments