We are on ES 5.0 and connecting to a Siebel 7.03 system. For outbound transactions, we are using the Siebel EAI Business Layer to produce xml files and using the wM XML Adapter 4.2. For inbound transactions we are using the Siebel 2000 Adapter 4.2.
The problem with this is that we can not do a real-time request/reply from Siebel. i.e. If Siebel user wants to get immediate response back to their screen, the method above will not work because of it’s “dis-connected” nature.
Ideally, we could use VB script to call wM API to do a publish request and wait method. This would return an immediate response. But VB does not run on an AIX box where our Siebel server is running.
If using the XML Adapter, you will need a DTD/XML schema from Siebel. We have also found a related issue where Siebel has produced invalid DTD’s. If you are familar with XML/DTD , it is just a matter of correcting the DTD based on a sample XML file produced by Siebel.
Cort
#webMethods#Integration-Server-and-ESB#Adapters-and-E-Standards