I have third-party web service, which I need to consume in my code. I have .wsdl file for that web service.
When I import that .wsdl file inside the SOAP UI and send the request I received a successful response but when I import the same WSDL inside the Netbeans and generate the client, the request sent successfully but when I parse the response I got null.
I am using stander way in Netbeans to generate the client. Screenshots are attached.
SOAP UI Screenshot
Source Code and Response
I don't know where i am doing wrong, any help really appreciated.