i've created inbound web service (based on wf). there step "upsert products" in wf: busservice: eai siebel adapter method: upsert
after completion of wf (if there new products) i've got new products can see @ "administration - product / product definition" view checked "locked flag" field. make product available user have push button "release" (it invokes publish method of buscomp "internal product - iss admin") there way invoke method (publish) in wf after step "upsert products"?
thanks in advance. sergey
you can use iss authoring import export service
business service, method releasesingleobject
. method not visible under business service definition. check vanilla workflow swi initial load non cp order release
has step uses service release products. check in flat view of siebel tools find out other vanilla workflows uses releasesingleobject
method.
Comments
Post a Comment