Adding Business Operation
Hi
I'm a newbie in productions and I've received the below business operation from a client that I need to include in a production,
.png)
So not sure if I'm supposed to create a new Business operation with a new name and select the class as below but then what's next and what should be the output type in X12 tab or if it should be type SCOSwarm.Message.SX3ScheduleResponse?
Or should I be ignoring this class for now, create a new business operation called SCOSwarm.Operation.SX3ScheduleOp copy the code across ...etc but how can I include EnsLib.NullAdapter ?
.png)
Thanks
Comments
You have your Business Operation class so you can ignore the X12 Output and Workflow tabs. Those are helpers for cases when you're using built-in Operation classes. They help you select the right class even when you don't know its name.
Your code references your Adapter, so there's nothing you need to do in this wizard to select EnsLib.NullAdapter. The code is also where the Request and Response classes are specified, so you don't need to do that here either.
You can give it a meaningful name, or you can leave that blank and the class name will be used for the Operation name.
After adding this Operation to your Production, take a look at its settings. You may want to adjust things like Pool Size.
What puzzle me is the "EnsLib.NullAdapter"!
EnsLib is a "system" package mapped to a read only database.
There is no such a "EnsLib.NullAdapter" class in the ENSLIB database.
Does this class even compile?!