웹 서비스 호출 및 응답 처리를위한 샘플 코드로 xforms 또는 orbeon 양식의 버튼을 클릭하십시오.Orbeon 양식의 WebService 호출
1
A
답변
0
요청 :
<xforms:instance id="ws-request-instance"> <!-- Field XML Instance -->
<soapenv:Envelope>
<soapenv:Header/>
<soapenv:Body>
</soapenv:Body>
</soapenv:Envelope>
</xforms:instance>
응답 템플릿 :
<xforms:instance id="ws-response-instance"> <!-- Field XML Instance -->
<soapenv:Envelope>
</soapenv:Envelope>
</xforms:instance>
검색 조치 :
<xforms:submission id="" ref="instance('ws-request-instance')"
action="endpoint-url" method="post" mediatype="application/xml"
replace="instance" instance="ws-response-instance">
<xforms:message ev:event="xforms-submit-done" level="modal">Done</xforms:message>
<xforms:message ev:event="xforms-submit-error" level="modal">Error</xforms:message>
</xforms:submission>
0
아래의 토론에 Orbeon 양식에서 웹 서비스 호출을 사용하는 샌드 박스 실행 가능한 코드가있다 .
http://orbeon-forms-ops-users.24843.n4.nabble.com/calling-web-service-from-orbeon-td35438.html