Netbeans Web Service Client can not be created by JAXWS: wsimport utility [closed]

1

I am trying to consume a web service from netbeans 8.1 and I get the following error:

I've tested from SoapUI and it seems to be fine:

I do not know what the problem may be, if someone knows what may be happening

Thank you.

    
asked by xkiros 24.06.2016 в 04:09
source

1 answer

0

Go to xml-resources of your project, open the billService.wsdl file and look for the wsdl: import tag. Inside change billService? Ns1.wsdl to billService.ns1.wsdl , save the changes and refresh the billService.

    
answered by 05.08.2016 в 16:40