0
私は、WebサービスのURLを持っている:org.springframework.web.client.HttpClientErrorException:401権限
:私はresttemplate httpsrestTemplate.getForObject(uri, userdetails[].class)
を使用して、このURLを呼び出すいた場合
http://myservice.local/aprovalanduser/?format=json&Name=India
私はエラーを取得しています
org.springframework.web.client.HttpClientErrorException: 401 Unauthorized
ウェブサービス方法:
私は以下のようなXMLのためのヘッダーを設定しています0method: "GET",
data: xmlData,
contentType: "application/xml",
dataType: "xml",
async: true,
crossDomain: false,
:
headers.setContentType(MediaType.APPLICATION_XML);