Skip to content

Commit

Permalink
Update packages/transports/soap/src/executor.ts
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
ardatan and coderabbitai[bot] authored Feb 22, 2025
1 parent c4e9853 commit 053fde5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/transports/soap/src/executor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ function createRootValueMethod({
operationHeadersFactory,
logger,
}: CreateRootValueMethodOpts): RootValueMethod {
if (soapAnnotations.soapNamespace) {
if (!soapAnnotations.soapNamespace) {
logger.warn(`The expected 'soapNamespace' attribute is missing in SOAP directive definition.
Update the SOAP source handler, and re-generate the schema.
Falling back to 'http://www.w3.org/2003/05/soap-envelope' as SOAP Namespace.`);
Expand Down

0 comments on commit 053fde5

Please sign in to comment.