0
빈 태그를 설정하여 비누 요청 당 assignment_group을 제거하고 싶습니다. 예상대로 이것은 servicenow 응용 프로그램에서 무시됩니다.비누 직접 웹 서비스를 통한 필드 값 정리
필드에서 값을 제거하는 올바른 방법은 무엇입니까? 불행히도 관련 문서를 찾을 수 없습니다.
님이 내 요청 스 니펫입니다.
POST /incident.do?SOAP&displayvalue=true HTTP/1.1
Host: dev123.service-now.com
Authorization: Basic
Content-Type: text/xml; charset=utf-8
Authorization: Basic <AuthorisationCode>
Cache-Control: no-cache
<x:Envelope xmlns:x="http://schemas.xmlsoap.org/soap/envelope/" xmlns:inc="http://www.service-now.com/incident">
<x:Header/>
<x:Body>
<inc:update>
<sys_id>85071a1347c12200e0ef563dbb9a71c1</sys_id>
<assignment_group></assignment_group>
</inc:update>
</x:Body>
</x:Envelope>
감사합니다. 변환 맵을 통해이 작업을 수행하는 방법을 알고 있습니다. 그러나 유스 케이스는 설명 된대로 "직접 웹 서비스" – Alex