Thanks Douglas for your reply.
This is my code:
String DEFAULT_BROKERID = "xxx.xxx.xxx.xxx:1971";
String DEFAULT_SERVER = "RPC/SWEBLD/CALLNAT";
String bUser = "USER";
Broker broker = new Broker(DEFAULT_BROKERID, bUser);
svc=new BrokerService(broker, DEFAULT_SERVER);
srmn2000 = new Srmn2000(svc);
conv = new Conversation(srmn2000);
srmn2000.srmn2000(fillInHeader(request), input);
srmn2000.closeConversationCommit();
where input is the area parameter and srmn2000 is the wrapper class.
With this code and without END-TRANSACTION in Natural, the record is never committed. Is there any parameter to control this behaviour?
What am I doing wrong?.
Cheers
Felipe
#Mainframe-Integration#EntireX#webMethods