I have successfully consumed this same wsdl with php using NuSOAP. This is the method the company has set up to use, but I was told I am welcome to try any other way. I would like to move the consumption to my middleware and this would be using java. I've done enough scavenging to find that I need to use JAX-RPC somehow, but all I can find is how-tos using some IDE. And on top of that the method doesn't work, or basic steps that a noob like me needs are left out. Most of the posts are ancient too.
I am using IntelliJ. If you know step by step how to consume an rpc/encoded wsdl(has authentication) in IntelliJ from IDE download to successful client generation, then please help me.
OR
If you know where the information on how to accomplish this manually(i.e. without IDE) that would be just as appreciated. But please check the validity of it, I've already wasted time I don't have on this, thanks!