How To Create A VBC Without Script
How To Create A VBC Without Script
If you have been following this blog, it probably dosnt need any further introduction.
This solution has been contributed by Michael Feng, a respected colleague, who dosnt know the meaning of impossible and is an all round nice guy.
[ Michael's solution ]
Key Points:
Architecture:
<siebel-xmlext-fields-req>
<buscomp id="1">Contact</buscomp>
</siebel-xmlext-fields-req>
Points of configuration:
The Web Service Inbound Dispatcher is a business service that is called by an inbound transport
server component (or an outbound Web service dispatcher locally). This business service analyzes
input SOAP messages containing XML data, converts the XML data to an XML hierarchy, maps the
XML hierarchy to business service method arguments, and calls the appropriate method for the
appropriate service (business service or process). After the called method finishes its execution, the
Web Service Inbound Dispatcher converts the output arguments to XML data, and returns the XML
embedded in the SOAP envelope. During this process, any errors are returned as SOAP fault
messages.
Workflow:-
Interactive Flow. A workflow process that helps the user to navigate Siebel views.
An interactive workflow process is a type of workflow process that assists and controls navigation for
a user across Siebel views and screens. It includes one or more user interact steps and it typically
includes a run-time event.
An interactive workflow process can run only in a user session context.
Long-Running Flow. A workflow process that can last for hours, days, or months.
The Send Order to External workflow process is an example of a long-running
workflow process. It sends an order to a system that is external to Siebel CRM and then waits for a
replyk
7.0 Flow. A workflow process that is compatible with Siebel CRM version 7.7 or earlier.