Matt,
I tried it and it seems to work fine for me. Here is part of my scriptInvoke()
// create the output event.
BrokerEvent output = access.newOutputEvent(transaction);
System.out.println(“Inner Publish”);
BrokerEvent be = new BrokerEvent( access.getClient() , “PubTest”);
be.setUCStringField(“NewField”,“This is a test value”);
access.publishEvent(be);
I had no problem catching the event in the Event Tracker. We are running on a Solaris 2.6. Here are the specifics:
webMethods Enterprise 4.1.1
-SP #2 (EBKR411SP2)
-SP #4 (EBKR411SP4)
webMethods Enterprise iAdapters 4.1.1
-XML Adapter Service Pack 1
-I/O and XML Service Pack 2
-Adapter Patch #1
-EIADK411SP1
B2B-Enterprise Package 4.5
webMethods Enterprise Integrator Adapters 4.5.1
ADK 4.2
webMethods Enterprise Integrator 4.5.1
-SP #3 (ETOOLS411SP3)
-451FixB custom fix supplied by webMethods
webMethods Java Development Kit 1.3
Tony.
#Integration-Server-and-ESB#webMethods#Adapters-and-E-Standards