Skip to content

[FEAT] redesign external dependencies SOAP #4809

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

Open
1 task done
f1-outsourcing opened this issue May 13, 2025 · 1 comment
Open
1 task done

[FEAT] redesign external dependencies SOAP #4809

f1-outsourcing opened this issue May 13, 2025 · 1 comment
Labels
new feature review needed Problem should be verified

Comments

@f1-outsourcing
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Description

Currently it looks like there is an external dependency on doing a request to http://schemas.xmlsoap.org/soap/encoding/. I don't know how often this is done but I think it would be better if this file is stored locally and up dated maybe once in a while.

#4808

Expected Behavior

no request / monthly update?

Benefits

No response

Anything else?

No response

@f1-outsourcing f1-outsourcing added review needed Problem should be verified new feature labels May 13, 2025
@f1-outsourcing
Copy link
Contributor Author

Looks also like that default if you do POST the magento shop always initiates a GET. Does not look very efficient, for sure does not help with the latency of a transaction.

 [13/May/2025:12:55:45 +0200] "GET /shop/soap-envelope.xml HTTP/1.1" 200 18590 "-" "-"
 [13/May/2025:12:55:44 +0200] "POST /shop/api/v2_soap HTTP/1.1" 200 588 "-" "PHP-SOAP/8.3.3"

@f1-outsourcing f1-outsourcing changed the title [FEAT] redisgn external dependencies SOAP [FEAT] redesign external dependencies SOAP May 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature review needed Problem should be verified
Projects
None yet
Development

No branches or pull requests

1 participant