Scripted web service example

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 1분
  • This example demonstrates the processing script for the FakeStockValue web service.

    var vProcessor  = new FakeStockValue (soapRequestXML ) ;
     
      var responseElement  = vProcessor. process ( ) ; if (responseElement  != null ) {
      response. soapResponseElement = responseElement ; } else {
      response. soapResponseElement = vProcessor. generateSoapFault ( "unknown error" ) ; }