IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  How to delete renammed reference ?

    Posted 05/10/16 12:40 PM

    Hi,

    I’ve renamed a document type used by a service flow, and now I need to delete my document “mandat_old”.

    I can not see anywhere the document in the Designer but in the flow.xml file, I can see the Document is still there.
    How may I find or delete it from the Designer please ?

    <record javaclass="com.wm.util.Values">
    <value name="node_type">record</value>
    <value name="is_public">false</value>
    <value name="field_name">mandatInput</value>
    <value name="field_type">recref</value>
    <value name="field_dim">0</value>
    <value name="nillable">true</value>
    <value name="form_qualified">false</value>
    <value name="is_global">false</value>
    <value name="modifiable">true</value>
    <value name="rec_ref">mifDocuments.sepalia:mandat_old</value>
    </record>

    Regards


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: How to delete renammed reference ?

    Posted 05/10/16 01:05 PM

    Hum… I’ve found a good way (funny : I’m hesitating a long time to write to the forum… but it is when I finish to post… that I find the solution myself :? )

    The solution is to delete the new doc (which has the good name) from the pipeline of each step… and then, to make a Ctrl+S for refreshing. doing this, this action makes the correct reference correct (despite of the fact than the reference of the document displayed in the Design was named correctly)

    Regards


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 3.  RE: How to delete renammed reference ?

    Posted 05/12/16 02:37 PM

    Great, self-help is the best help :slight_smile:

    Thanks,


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods