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

Exception in thread "main" java.lang.NullPointerException #54

Open
BA-AyushS opened this issue Mar 19, 2024 · 0 comments
Open

Exception in thread "main" java.lang.NullPointerException #54

BA-AyushS opened this issue Mar 19, 2024 · 0 comments

Comments

@BA-AyushS
Copy link

I am attempting to create an APIGEE bundle from the WSDL file. I have uploaded the WSDL file in the SOAP UI software, so the WSDL file format is correct.

However, I encountered the following error while generating the APIGEE bundle:

Mar 19, 2024 6:55:27 PM com.apigee.proxywriter.GenerateProxy begin
SEVERE: null
Exception in thread "main" java.lang.NullPointerException
        at com.apigee.proxywriter.GenerateProxy.parseElement(GenerateProxy.java:1548)
        at com.apigee.proxywriter.GenerateProxy.parseSchema(GenerateProxy.java:1664)
        at com.apigee.proxywriter.GenerateProxy.parseElement(GenerateProxy.java:1563)
        at com.apigee.proxywriter.GenerateProxy.parseSchema(GenerateProxy.java:1664)
        at com.apigee.proxywriter.GenerateProxy.getOASDefinitions(GenerateProxy.java:2336)
        at com.apigee.proxywriter.GenerateProxy.generateOAS(GenerateProxy.java:2770)
        at com.apigee.proxywriter.GenerateProxy.begin(GenerateProxy.java:2900)
        at com.apigee.proxywriter.GenerateProxy.main(GenerateProxy.java:3215)

Can someone suggest what is happening and what should be done.

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

1 participant