BPM, Workflow, and Case

 View Only
  • 1.  Call Webservices via SOAP

    Posted Wed March 18, 2020 02:34 PM
    Team,

    May I know the advantage/disadvantage of using 'call webservice via soap' in system data toolkit ?

    I have a following scenario where I need only limited info  from web service call. If i use the latest external service call by adding web server and generating the types, it gives me a lot of Business Objects which are not required. 

    so would like to understand, what is the design pattern is best for outbound web service call implementation ?

    ------------------------------
    Rameshkumar Chandrasekar
    ------------------------------


  • 2.  RE: Call Webservices via SOAP

    Posted Wed March 18, 2020 04:03 PM
    Soap connector is deprecated in the latest version of BAW. I do not recommend to use it at all.

    ------------------------------
    Valentinas Gylys
    ------------------------------



  • 3.  RE: Call Webservices via SOAP

    Posted Wed March 18, 2020 04:06 PM
    To avoid lots of mess in your process application, that is related to generated datatypes, impoort them into separate toolkit. Expose facade service flow from that toolkit and do not use generated datatypes outside of that facade.

    ------------------------------
    Valentinas Gylys
    ------------------------------