如何设置BPEL赋值变量' s

时间:2015-03-31 00:35:20

标签: wsdl bpel

那是我的bpel流程图片

http://imageshack.com/a/img661/5192/tuwh8i.jpg

首先调用合作伙伴链接参数

<element minOccurs="0" name="currDateE" type="xs:dateTime"/>
   <element minOccurs="0" name="currDateS" type="xs:dateTime"/>
   <element minOccurs="0" name="disc_cond_id" type="xs:int"/>
   <element minOccurs="0" name="disc_condition" type="xs:string"/>
   <element minOccurs="0" name="disc_conditions" type="xs:string"/>
   <element minOccurs="0" name="disc_end_date" type="xs:dateTime"/>
   <element minOccurs="0" name="disc_end_time" type="xs:dateTime"/>
   <element minOccurs="0" name="disc_logic" type="xs:string"/>
   <element minOccurs="0" name="disc_name" type="xs:string"/>
   <element minOccurs="0" name="disc_service_id" type="xs:int"/>
   <element minOccurs="0" name="disc_start_date" type="xs:dateTime"/>
   <element minOccurs="0" name="disc_start_time" type="xs:dateTime"/>
   <element minOccurs="0" name="disc_type_id" type="xs:int"/>
   <element minOccurs="0" name="discount_value" type="xs:int"/>
   <element minOccurs="0" name="insert_org_id" type="xs:int"/>
   <element minOccurs="0" name="isic_code" type="xs:string"/>
   <element minOccurs="0" name="lang_id" type="xs:string"/>
   <element minOccurs="0" name="org_id" type="xs:long"/>
   <element minOccurs="0" name="serv_disc_id" type="xs:int"/>
   <element minOccurs="0" name="service_id" type="xs:int"/>
   <element minOccurs="0" name="tm_desc" type="xs:string"/>
   <element minOccurs="0" name="tm_id" type="xs:int"/>
   <element minOccurs="0" name="tm_name" type="xs:string"/>
   <element minOccurs="0" name="tm_pid" type="xs:int"/>
   <element minOccurs="0" name="tm_type" type="xs:int"/>
   <element minOccurs="0" name="values_type" type="xs:int"/>

下一个Invoke(Invoke1)参数是

<element minOccurs="0" name="c_price" type="xs:decimal"/>
   <element minOccurs="0" name="customer_id" type="xs:long"/>
   <element minOccurs="0" name="dcopl_id" type="xs:int"/>
   <element minOccurs="0" name="discount_count" type="xs:int"/>
   <element minOccurs="0" name="discount_flag" type="xs:int"/>
   <element minOccurs="0" name="mt_id" type="xs:int"/>
   <element minOccurs="0" name="n_price" type="xs:decimal"/>
   <element minOccurs="0" name="order_id" type="xs:int"/>
   <element minOccurs="0" name="orderpay_id" type="xs:int"/>
   <element minOccurs="0" name="ot_name" type="xs:string"/>
   <element minOccurs="0" name="pay_flag" type="xs:int"/>
   <element minOccurs="0" name="pay_price" type="xs:decimal"/>
   <element minOccurs="0" name="pay_type" type="xs:int"/>
   <element minOccurs="0" name="payment_org_id" type="xs:long"/>

我只想先调用disc_cond_id设置,然后再调用orderpay_id

0 个答案:

没有答案