victor
08-27-2002, 17:28
I'm trying to create an integration between an oracle database and the XML adapter using the Enterprise Integrator. I created two configured operations. One is a Notification from the database and the other is an operation to generate XML.The notification has an ouput step that creates a document for input into the generateXML operation. Everything look very straight forward but I'm getting an error, or I should say a couple of errors. I ran the XML adapter in debug mode and these are the results:
8:15:47 AM [Debug] CreateHHXML IC load CreateHHXML
8:15:47 AM [Debug] CreateHHXML RO load xmlAdapter:http://www.wmusers.com/wmusers/clipart/proud.gifperations::GenerateHHXML
8:15:47 AM [Debug] CreateHHXML created
8:15:47 AM [Debug] CreateHHXML initialize
8:15:47 AM [Debug] CreateHHXML created
8:15:47 AM [Debug] CreateHHXML subscribe DaybreakToHH::Canonical::App_C
8:15:48 AM [Debug] received DaybreakToHH::Canonical::App_C OraTest
8:15:48 AM [Debug] CreateHHXML input DaybreakToHH::Canonical::App_C
8:15:48 AM event DaybreakToHH::Canonical::App_C {
8:15:48 AM unicode_string APP_ID = "5000001";
8:15:48 AM unicode_string APP_COMP_ID = "";
8:15:48 AM unicode_string APL_SSN = "999999999";
8:15:48 AM date APL_BIRTH_DT = "12/22/1964 00:00:00";
8:15:48 AM unicode_string APL_FIRST_NAME = "JOE";
8:15:48 AM unicode_string APL_LAST_NAME = "SMITH";
8:15:48 AM unicode_string APA_ADDRESS_TYPE = "H";
8:15:48 AM unicode_string APA_HOUSE_NO = "123";
8:15:48 AM unicode_string APA_ADDRESS1 = "TEST DR";
8:15:48 AM unicode_string APA_ADDRESS2 = "";
8:15:48 AM unicode_string APA_CITY = "FANTASY ISLAND";
8:15:48 AM unicode_string APA_COUNTY = "";
8:15:48 AM unicode_string APA_STATE = "IL";
8:15:48 AM unicode_string APA_ZIP = "60750";
8:15:48 AM unicode_string APA_ZIP_EXTN = "";
8:15:48 AM unicode_string APA_PHONE = "9999999999";
8:15:48 AM struct {
8:15:48 AM int tag;
8:15:48 AM unicode_string businessContext;
8:15:48 AM date enqueueTime;
8:15:48 AM date recvTime;
8:15:48 AM unicode_string pubId;
8:15:48 AM int age;
8:15:48 AM } _env = {
8:15:48 AM tag = 11;
8:15:48 AM businessContext = "";
8:15:48 AM enqueueTime = "08/27/2002 08:15:46.554";
8:15:48 AM recvTime = "08/27/2002 08:15:46.554";
8:15:48 AM pubId = "OraTest";
8:15:48 AM age = 2;
8:15:48 AM };
8:15:48 AM };
8:15:48 AM [Debug] CreateHHXML input ActiveWorks::Adapters::xmlAdapter:http://www.wmusers.com/wmusers/clipart/proud.gifperations::GenerateHHXML::input
8:15:48 AM event ActiveWorks::Adapters::xmlAdapter:http://www.wmusers.com/wmusers/clipart/proud.gifperations::GenerateHHXML::input {
8:15:48 AM struct {
8:15:48 AM unicode_string app_id;
8:15:48 AM struct {
8:15:48 AM struct {
8:15:48 AM struct {
8:15:48 AM unicode_string part;
8:15:48 AM } xmlattrs;
8:15:48 AM } applicantname[];
8:15:48 AM struct {
8:15:48 AM unicode_string xmldata;
8:15:48 AM } taxid;
8:15:48 AM unicode_string dob;
8:15:48 AM struct {
8:15:48 AM unicode_string number;
8:15:48 A
8:15:47 AM [Debug] CreateHHXML IC load CreateHHXML
8:15:47 AM [Debug] CreateHHXML RO load xmlAdapter:http://www.wmusers.com/wmusers/clipart/proud.gifperations::GenerateHHXML
8:15:47 AM [Debug] CreateHHXML created
8:15:47 AM [Debug] CreateHHXML initialize
8:15:47 AM [Debug] CreateHHXML created
8:15:47 AM [Debug] CreateHHXML subscribe DaybreakToHH::Canonical::App_C
8:15:48 AM [Debug] received DaybreakToHH::Canonical::App_C OraTest
8:15:48 AM [Debug] CreateHHXML input DaybreakToHH::Canonical::App_C
8:15:48 AM event DaybreakToHH::Canonical::App_C {
8:15:48 AM unicode_string APP_ID = "5000001";
8:15:48 AM unicode_string APP_COMP_ID = "";
8:15:48 AM unicode_string APL_SSN = "999999999";
8:15:48 AM date APL_BIRTH_DT = "12/22/1964 00:00:00";
8:15:48 AM unicode_string APL_FIRST_NAME = "JOE";
8:15:48 AM unicode_string APL_LAST_NAME = "SMITH";
8:15:48 AM unicode_string APA_ADDRESS_TYPE = "H";
8:15:48 AM unicode_string APA_HOUSE_NO = "123";
8:15:48 AM unicode_string APA_ADDRESS1 = "TEST DR";
8:15:48 AM unicode_string APA_ADDRESS2 = "";
8:15:48 AM unicode_string APA_CITY = "FANTASY ISLAND";
8:15:48 AM unicode_string APA_COUNTY = "";
8:15:48 AM unicode_string APA_STATE = "IL";
8:15:48 AM unicode_string APA_ZIP = "60750";
8:15:48 AM unicode_string APA_ZIP_EXTN = "";
8:15:48 AM unicode_string APA_PHONE = "9999999999";
8:15:48 AM struct {
8:15:48 AM int tag;
8:15:48 AM unicode_string businessContext;
8:15:48 AM date enqueueTime;
8:15:48 AM date recvTime;
8:15:48 AM unicode_string pubId;
8:15:48 AM int age;
8:15:48 AM } _env = {
8:15:48 AM tag = 11;
8:15:48 AM businessContext = "";
8:15:48 AM enqueueTime = "08/27/2002 08:15:46.554";
8:15:48 AM recvTime = "08/27/2002 08:15:46.554";
8:15:48 AM pubId = "OraTest";
8:15:48 AM age = 2;
8:15:48 AM };
8:15:48 AM };
8:15:48 AM [Debug] CreateHHXML input ActiveWorks::Adapters::xmlAdapter:http://www.wmusers.com/wmusers/clipart/proud.gifperations::GenerateHHXML::input
8:15:48 AM event ActiveWorks::Adapters::xmlAdapter:http://www.wmusers.com/wmusers/clipart/proud.gifperations::GenerateHHXML::input {
8:15:48 AM struct {
8:15:48 AM unicode_string app_id;
8:15:48 AM struct {
8:15:48 AM struct {
8:15:48 AM struct {
8:15:48 AM unicode_string part;
8:15:48 AM } xmlattrs;
8:15:48 AM } applicantname[];
8:15:48 AM struct {
8:15:48 AM unicode_string xmldata;
8:15:48 AM } taxid;
8:15:48 AM unicode_string dob;
8:15:48 AM struct {
8:15:48 AM unicode_string number;
8:15:48 A