Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 250391

Re: Method threw 'java.lang.IllegalArgumentException' exception. Cannot evaluate com.sun.proxy.$Proxy83.toString()

$
0
0

this.client = ClientConfig.builder()

  .basicAuth(username, password)

  .useJson()

  .locale("en-us")

  .timezone("PST")

  .serverUrl(serverUrl)

  .verify(verifyCertificate)

  .ignoreHostName(ignoreHostName)

  .useInternalApis(true)

  .build()

  .newClient();

 

this is client


Viewing all articles
Browse latest Browse all 250391

Trending Articles