I'm writing some client wsdl code in java (jax-ws) but when I try to compile my code I get the following error:
cannot be applied to <java.lang.String>
but the WSDL it is listed as xsd:string
Any ideas on how to get around this issue?
I'm writing some client wsdl code in java (jax-ws) but when I try to compile my code I get the following error:
cannot be applied to <java.lang.String>
but the WSDL it is listed as xsd:string
Any ideas on how to get around this issue?