Echelon i.LON SmartServer Technical Information Page 65

  • Download
  • Add to my manuals
  • Print
  • Page
    / 443
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 64
i.LON SmartServer 2.0 Programmer’s Reference
4-24
Request
<Set xmlns="http://wsdl.echelon.com/web_services_ns/ilon100/v4.0/message/">
<iLonItem>
<Item xsi:type="Dp_Ref">
<UCPTname>Net/LON/iLON App/Digital Input 1/nvoClsValue_1</UCPTname>
<DataPoint dpType="Target">
<UCPTname>Net/LON/iLON App/Digital Output 1/nviClaValue_1</UCPTname>
<UCPTservicePath>//WebService[UCPTindex=1]</UCPTservicePath>
<UCPTpriority>240</UCPTpriority>
<UCPTpropagate>1</UCPTpropagate>
</DataPoint>
<DataPoint dpType="Target">
<UCPTname>Net/LON/iLON App/Digital Output 2/nviClaValue_2</UCPTname>
<UCPTservicePath>//WebService[UCPTindex=1]</UCPTservicePath>
<UCPTpriority>240</UCPTpriority>
<UCPTpropagate>1</UCPTpropagate>
</DataPoint>
</Item>
</iLonItem>
</Set>
Response
<SetResponse xmlns="http://wsdl.echelon.com/web_services_ns/ilon100/v4.0/message/"><iLonItem >
<UCPTfaultCount>0</UCPTfaultCount>
<Item>
<UCPTname>Net/LON/iLON App/Digital Input 1/nvoClsValue_1</UCPTname>
</Item>
</iLonItem>
</SetResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
4.4.4
Using the Delete Function on a Web Connection
You can use the Delete function to delete a Web connection on the Data Server. To delete a Web
connection, you provide an <Item> element with a Dp_Ref type and the <UCPTname> property of the
source data point in the Web connection. Note that using the Delete function will remove all Web
connections in which the specified source data point is a member. To delete a single Web connection
where the source data point is a member of multiple Web connections, use the Set function and omit
the target data point of the Web connection to be removed. The following code sample demonstrates
how to use the Delete function to delete a Web connection:
Request
<Delete xmlns="http://wsdl.echelon.com/web_services_ns/ilon100/v4.0/message/">
<iLonItem>
<Item xsi:type="Dp_Ref">
<UCPTname>Net/LON/iLON App/Digital Input 1/nvoClsValue_1</UCPTname>
</Item>
</iLonItem>
</Delete>
Response
<DeleteResponse xmlns="http://wsdl.echelon.com/web_services_ns/ilon100/v4.0/message/">
<iLonItem >
<UCPTfaultCount>0</UCPTfaultCount>
<Item>
<UCPTname> Net/LON/iLON App/Digital Input 1/nvoClsValue_1</UCPTname>
</Item>
</iLonItem>
</DeleteResponse>
Page view 64
1 2 ... 60 61 62 63 64 65 66 67 68 69 70 ... 442 443

Comments to this Manuals

No comments