Metadata of the business function

Narendra Kumar

Active Member
Hi,

We are using the XML call object API to get the parameters(metadata) of the business functions(for example
LaunchBatchApplication). request format is like
"<?xml version='1.0' encoding='UTF-8' ?>"+
"<jdeRequest type='callmethod' user='JDE' pwd='JDE' environment='PD812' role='*ALL' >"+
"<callMethodTemplate name='LaunchBatchApplication' app='XMLTest'/>"+
"</jdeRequest>";

it gives the following XML response

<callMethod app='XMLTest' name='LaunchBatchApplication'>
<returnCode code='0'/>
<params>
<param name='szReport'></param>
<param name='szVersionJDE'></param>
<param name='cSynch'></param>
<param name='cPrintPreview'></param>
<param name='szDataSourceOverride'></param>
<param name='mnServerJobNumber'>0</param>
<param name='cReturn'></param>
<param name='cJDELogging'></param>
<param name='cTracing'></param>
<param name='cUBELoggingLevel'></param>
<param name='szJobQueue'></param>
</params>
</callMethod>

here we are only able to get parameters not the details about the parameters like datatype, length,
is it required one.

is there any way to get that response having all the metadata information.

any suggestion or pointer would be great help for us.

we have following JDE setup
JDE812,tool set 8.96, SQL server, Windows, web client

Thanks in advance
Narendra
 
Narendra,
You will have to go thru the API documents for definitions. If you have access to KG then search in it. Also look into Oracle documentation.

Thanks,
Chan
 
Back
Top