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

In older version of WSDL TransactionProcessor was the interface and not having any handler (IMPORTANT : SOAP Toolkit Update) #3

Open
garg-priya opened this issue Dec 12, 2024 · 1 comment

Comments

@garg-priya
Copy link

garg-priya commented Dec 12, 2024

We are using WSDL version 1.158 as per the SOAP toolkit update, we need to replace some classes with the provided code line.

image

In the earlier version 1.158 TransactionProcessor was the interface and in current version it is now a class with handler method. We don't wanted to update the WSDL version and as per the article we can keep the older versions but not sure how we can add handler for a interface here. Can someone guide on this

image

@gnongsie
Copy link
Contributor

Hi @garg-priya ,

My understanding is that the interface vs class difference is caused by the library you use to generate the stub.

Using the method provided in the new toolkit, it will always generate a class.

You do not need to update the WSDL version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants