Petals-SE-Notification

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (17)

View Page History



{note}Note : these two components are only "template component" and can help you to implement your own ones.{note}

{code}
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
&nbsp;&nbsp; &nbsp;xmlns:tns="http://petals.ow2.org/petals-se-notification" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
&nbsp;&nbsp; &nbsp;xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsn-bw="http://docs.oasis-open.org/wsn/bw-2"
&nbsp;&nbsp; &nbsp;xmlns:wsn-brw="http://docs.oasis-open.org/wsn/brw-2" xmlns:wsn-br="http://docs.oasis-open.org/wsn/br-2"
&nbsp;&nbsp; &nbsp;xmlns:wstop="http://docs.oasis-open.org/wsn/t-1"
&nbsp;&nbsp; &nbsp;name="WS-BrokeredNotification" targetNamespace="http://petals.ow2.org/petals-se-notification">
xmlns:tns="http://petals.ow2.org/petals-se-notification" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsn-bw="http://docs.oasis-open.org/wsn/bw-2"
xmlns:wsn-brw="http://docs.oasis-open.org/wsn/brw-2" xmlns:wsn-br="http://docs.oasis-open.org/wsn/br-2"
xmlns:wstop="http://docs.oasis-open.org/wsn/t-1"
name="WS-BrokeredNotification" targetNamespace="http://petals.ow2.org/petals-se-notification">

&nbsp;&nbsp; &nbsp; <\!-\- ================================================== \-->
&nbsp;&nbsp; &nbsp; <\!-\- ================== imports ======================= \-->
&nbsp;&nbsp; &nbsp; <\!-\- ================================================== \-->
&nbsp;&nbsp; &nbsp; <wsdl:import location="brw-2.wsdl"
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;namespace="http://docs.oasis-open.org/wsn/brw-2" />
<!-- ================================================== -->
<!-- ================== imports ======================= -->
<!-- ================================================== -->
<wsdl:import location="brw-2.wsdl"
namespace="http://docs.oasis-open.org/wsn/brw-2" />
&nbsp;&nbsp; &nbsp; <wsdl:import location="bw-2.wsdl" namespace="http://docs.oasis-open.org/wsn/bw-2" />
&nbsp;&nbsp; &nbsp;
&nbsp;&nbsp; &nbsp; <\!-\- ========================================================= \-->
&nbsp;&nbsp; &nbsp; <\!-\- ========= Extended or Custom Types Definitions ========== \-->
&nbsp;&nbsp; &nbsp; <\!-\- \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\~ \-->

<!-- ========================================================= -->
<!-- ========= Extended or Custom Types Definitions ========== -->
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
&nbsp;&nbsp; &nbsp; <\!-\- <!-- this section describes some custom types used in child \-->
&nbsp;&nbsp; &nbsp; <\!-\- <!-- nodes where allowed element type - see associated \-->
&nbsp;&nbsp; &nbsp; <\!-\- <!-- XML schema - is "anyType". For example "QueryExpressionType" \-->
&nbsp;&nbsp; &nbsp; <\!-\- <!-- defined in the "b-2.xsd" XML schema file - which is a part of \-->
&nbsp;&nbsp; &nbsp; <\!-\- <!-- "WS-BaseNotification" specification - allowed "anyType" child \-->
&nbsp;&nbsp; &nbsp; <\!-\- <!-- node. In this specific case a simple "string" child node&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \-->
&nbsp;&nbsp; &nbsp; <\!-\- <!-- called "xpath" is used. Of course, this choice is not \-->
&nbsp;&nbsp; &nbsp; <\!-\- restrictive and "any other type" child node can still be used instead \-->
&nbsp;&nbsp; &nbsp; <\!-\- \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\~ \-->
&nbsp;xmlns:wsa="http://www.w3.org/2005/08/addressing"
&nbsp;xmlns:ebm="http://www.ebmwebsourcing.com/wsnotification/specificTypes"
&nbsp;targetnamespace="http://docs.oasis-open.org/wsn/br-2">
&nbsp;<ebm:ResourceUuidList>
&nbsp; <ebm:Uuid>\[Copy_and_Paste_Uuid_value_returned_in_RegisterPublisherResponse\]</ebm:Uuid>
&nbsp;</ebm:ResourceUuidList>
targetnamespace="http://docs.oasis-open.org/wsn/br-2">
<ebm:ResourceUuidList>
<ebm:Uuid>\[Copy_and_Paste_Uuid_value_returned_in_RegisterPublisherResponse\]</ebm:Uuid>
</ebm:ResourceUuidList>
</wsn-br:DestroyRegistration>{code}
&nbsp;Notify Request Payload template :