Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SOAP WSDL responds "Invalid XML" on new install 2.4.7-p3 #39589

Open
1 of 5 tasks
kevinvarley opened this issue Jan 30, 2025 · 2 comments
Open
1 of 5 tasks

SOAP WSDL responds "Invalid XML" on new install 2.4.7-p3 #39589

kevinvarley opened this issue Jan 30, 2025 · 2 comments
Assignees
Labels
Reported on 2.4.7-p3 Indicates original Magento version for the Issue report.

Comments

@kevinvarley
Copy link

Preconditions and environment

Magento 2.4.7-p3

Steps to reproduce

curl -k -H "Authorization: Bearer XXXXX" "https://magento.test/soap/default\?wsdl\&services\=catalogInventoryStockRegistryV1"

Expected result

Should respond with valid WSDL XML

Actual result

<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:m="https%3A%2F%2F247p3.test%2Fsoap%2Fdefault%3Fwsdl%3D1">
   <env:Body>
      <env:Fault>
         <env:Code>
            <env:Value>env:Receiver</env:Value>
         </env:Code>
         <env:Reason>
            <env:Text xml:lang="en">Invalid XML</env:Text>
         </env:Reason>
         <env:Detail><m:GenericFault><m:Trace>&lt;![CDATA[#0 /var/www/html/vendor/magento/module-webapi/Model/Soap/Server.php(121): Magento\Webapi\Model\Soap\Server-&gt;_checkRequest(&#039;&#039;)
#1 /var/www/html/generated/code/Magento/Webapi/Model/Soap/Server/Proxy.php(105): Magento\Webapi\Model\Soap\Server-&gt;handle()
#2 /var/www/html/vendor/magento/module-webapi/Controller/Soap.php(148): Magento\Webapi\Model\Soap\Server\Proxy-&gt;handle()
#3 /var/www/html/vendor/magento/framework/Interception/Interceptor.php(58): Magento\Webapi\Controller\Soap-&gt;dispatch(Object(Magento\Framework\App\Request\Http))
#4 /var/www/html/vendor/magento/framework/Interception/Interceptor.php(138): Magento\Webapi\Controller\Soap\Interceptor-&gt;___callParent(&#039;dispatch&#039;, Array)
#5 /var/www/html/vendor/magento/framework/Interception/Interceptor.php(153): Magento\Webapi\Controller\Soap\Interceptor-&gt;Magento\Framework\Interception\{closure}(Object(Magento\Framework\App\Request\Http))
#6 /var/www/html/generated/code/Magento/Webapi/Controller/Soap/Interceptor.php(23): Magento\Webapi\Controller\Soap\Interceptor-&gt;___callPlugins(&#039;dispatch&#039;, Array, Array)
#7 /var/www/html/vendor/magento/framework/App/Http.php(116): Magento\Webapi\Controller\Soap\Interceptor-&gt;dispatch(Object(Magento\Framework\App\Request\Http))
#8 /var/www/html/vendor/magento/framework/Interception/Interceptor.php(58): Magento\Framework\App\Http-&gt;launch()
#9 /var/www/html/vendor/magento/framework/Interception/Interceptor.php(138): Magento\Framework\App\Http\Interceptor-&gt;___callParent(&#039;launch&#039;, Array)
#10 /var/www/html/vendor/magento/module-application-performance-monitor/Plugin/ApplicationPerformanceMonitor.php(38): Magento\Framework\App\Http\Interceptor-&gt;Magento\Framework\Interception\{closure}()
#11 /var/www/html/vendor/magento/framework/Interception/Interceptor.php(135): Magento\ApplicationPerformanceMonitor\Plugin\ApplicationPerformanceMonitor-&gt;aroundLaunch(Object(Magento\Framework\App\Http\Interceptor), Object(Closure))
#12 /var/www/html/vendor/magento/framework/Interception/Interceptor.php(153): Magento\Framework\App\Http\Interceptor-&gt;Magento\Framework\Interception\{closure}()
#13 /var/www/html/generated/code/Magento/Framework/App/Http/Interceptor.php(23): Magento\Framework\App\Http\Interceptor-&gt;___callPlugins(&#039;launch&#039;, Array, NULL)
#14 /var/www/html/vendor/magento/framework/App/Bootstrap.php(264): Magento\Framework\App\Http\Interceptor-&gt;launch()
#15 /var/www/html/pub/index.php(30): Magento\Framework\App\Bootstrap-&gt;run(Object(Magento\Framework\App\Http\Interceptor))
#16 {main}]]&gt;</m:Trace></m:GenericFault></env:Detail>
      </env:Fault>
   </env:Body>
</env:Envelope>

Additional information

No response

Release note

No response

Triage and priority

  • Severity: S0 - Affects critical data or functionality and leaves users without workaround.
  • Severity: S1 - Affects critical data or functionality and forces users to employ a workaround.
  • Severity: S2 - Affects non-critical data or functionality and forces users to employ a workaround.
  • Severity: S3 - Affects non-critical data or functionality and does not force users to employ a workaround.
  • Severity: S4 - Affects aesthetics, professional look and feel, “quality” or “usability”.
Copy link

m2-assistant bot commented Jan 30, 2025

Hi @kevinvarley. Thank you for your report.
To speed up processing of this issue, make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce.


Join Magento Community Engineering Slack and ask your questions in #github channel.
⚠️ According to the Magento Contribution requirements, all issues must go through the Community Contributions Triage process. Community Contributions Triage is a public meeting.
🕙 You can find the schedule on the Magento Community Calendar page.
📞 The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, join the Community Contributions Triage session to discuss the appropriate ticket.

@engcom-Bravo engcom-Bravo self-assigned this Jan 30, 2025
Copy link

m2-assistant bot commented Jan 30, 2025

Hi @engcom-Bravo. Thank you for working on this issue.
In order to make sure that issue has enough information and ready for development, please read and check the following instruction: 👇

  • 1. Verify that issue has all the required information. (Preconditions, Steps to reproduce, Expected result, Actual result).
  • 2. Verify that issue has a meaningful description and provides enough information to reproduce the issue.
  • 3. Add Area: XXXXX label to the ticket, indicating the functional areas it may be related to.
  • 4. Verify that the issue is reproducible on 2.4-develop branch
    Details- If the issue is reproducible on 2.4-develop branch, please, add the label Reproduced on 2.4.x.
    - If the issue is not reproducible, add your comment that issue is not reproducible and close the issue and stop verification process here!
  • 5. Add label Issue: Confirmed once verification is complete.
  • 6. Make sure that automatic system confirms that report has been added to the backlog.

@engcom-Bravo engcom-Bravo added the Reported on 2.4.7-p3 Indicates original Magento version for the Issue report. label Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Reported on 2.4.7-p3 Indicates original Magento version for the Issue report.
Projects
None yet
Development

No branches or pull requests

2 participants