The requested operation failed: no import files

I am trying to setup a web service consumer consuming a web service on our Blackberry server. The process when creating the Java web service consumer gets as far as creating when an error is thrown

“The requested operation failed: no import files”

Checking through the Java console I can see a long list of errors like the ones below.

setDeviceOwnerInfo not found as an input part OR an output part!

setDevicePassword not found as an input part OR an output part!

setGroup not found as an input part OR an output part!

setUser not found as an input part OR an output part!

test not found as an input part OR an output part!

unassignVPNConfigurationFromUser not found as an input part OR an output part!

unassignWLANConfigurationFromUser not found as an input part OR an output part!

Here is the first section of the WSDL.

All of the URIs return a 401, is this correct? Sorry my depth of knowledge of WSDLs is not great.