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

Getting error while trying to eliminate wsdl:import,wsdl:include,xsd:import,xsd;include tags from main wsdl which are associated with multiple wsdls and xsds #24

Open
Subhajitnn opened this issue Dec 18, 2024 · 3 comments

Comments

@Subhajitnn
Copy link

The repo is working for one wsdl import inside another wsdl but it is not working for our case where we have multiple wsdl and xsds which are imported and included with each other.So,by clubbing into one wsdl by using this repo,we are getting below error-
"Error : An item with the same key has already been added. Key: [http://www.w3.org/2001/XMLSchema]"

@shinjiDev
Copy link
Contributor

Hi,
Could you provide an example that throws this exception?
More information related to this case is appreciated.

@Subhajitnn
Copy link
Author

Hi @shinjiDev ,
As per client policy,I should not disclose the whole wsdl.But,I will give the context.In our project,we are using one business wsdl which is conneted with multiple wsdl and xsds using wsdl:import,wsdl:include,xsd:import,xsd:include etc tags.As we need to publish that wsdl in Microsoft Azure server and Azure does not support above mentioned tags in wsdl ,we need to convert this wsdl using mentioned repo where we find that error "Error : An item with the same key has already been added. Key: [http://www.w3.org/2001/XMLSchema]"

@shinjiDev
Copy link
Contributor

Hi @Subhajitnn,
We can not reproduce the error without an example. Any sample with obfuscated information can be good to debug this issue.

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

No branches or pull requests

2 participants