Skip to content

Commit 8970e49

Browse files
YassinHajajna--
authored andcommitted
Usually don't target the WSDL for SOAP calls
1 parent 745c537 commit 8970e49

File tree

1 file changed

+1
-1
lines changed
  • src/data/markdown/docs/05 Examples/01 Examples

1 file changed

+1
-1
lines changed

src/data/markdown/docs/05 Examples/01 Examples/14 soap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const soapReqBody = `
2626
export default function () {
2727
// When making a SOAP POST request we must not forget to set the content type to text/xml
2828
let res = http.post(
29-
'http://www.holidaywebservice.com/HolidayService_v2/HolidayService2.asmx?wsdl',
29+
'http://www.holidaywebservice.com/HolidayService_v2/HolidayService2.asmx',
3030
soapReqBody,
3131
{ headers: { 'Content-Type': 'text/xml' } },
3232
);

0 commit comments

Comments
 (0)