Unable to import SAP-PI wsdl file in intelliJ ultimate edidtion
Answered
Hi Folks,
When I am trying to import wsdl file in intelliJ ultimate edition, it is generating desired file but 1 java file is missing.
For ex:-
The same wsdl file generates 9 files in Eclipse but in intelliJ ultimate edition it is generating only 8 files.
Any suggestions will be appreciated.
Please sign in to leave a comment.
What file is missing? Can you provide a sample to take a look? Are there any errors (including in log)? Do you use the same library versions for files generation?
Our version of PI doesn't support REST web services, so we consume their SOAP web services and provide rest web service to provide REST web service support to the external entities. I have SAP-PI WSDL file which we used to import in Eclipse that generates 9 java class files
but when I import that WSDL file in IntelliJ it is not generating 1 java class file.
SI_XXXX_XXXXXXXX_OUTProxyCan you please provide correct steps to import SAP-PI WSDL in IntelliJ because in 1 project I am able to import but in another project, I am unable to import WSDL.
Error: Could not find or load main class org.apache.axis.wsdl.WSDL2Java
The steps are described here: Generating WSDL Document from Java Code.
>Error: Could not find or load main class org.apache.axis.wsdl.WSDL2Java