通过休息服务呼叫时,我们正在获取空数据 http://localhost:8103/contacts.svc/Contacts?$ filter = DTINSERT ge'2019-05-14'“;
请帮助我如何调整Java代码中的请求参数以调用服务。 http://localhost:8103/contacts.svc/Contacts?$ filter = DTINSERT ge'2019-05-14'“;
当前呼叫如下:
String url="http://localhost:8103/contacts.svc/Contacts?$filter=DTINSERT ge '2019-05-14'";
String xml=getContent(url); // this method for authorizatiom
System.out.println(xml);
最后我们收到错误的请求响应400。
请帮助我如何通过Java代码调整请求参数